Hallo Mitübersetzer, ich habe kürzlich eine Handbuchseite aus Abschnitt 3 übersetzt. Es sind damit insgesamt 32 Zeichenketten. Für konstruktives Korrekturlesen wäre ich sehr dankbar. Viele Grüße Helge -- Dr. Helge Kreutzmann debian@helgefjell.de Dipl.-Phys. http://www.helgefjell.de/debian.php 64bit GNU powered gpg signed mail preferred Help keep free software "libre": http://www.ffii.de/
# German translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Helge Kreutzmann <debian@helgefjell.de>, 2022. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.14.0\n" "POT-Creation-Date: 2022-06-05 06:32+0200\n" "PO-Revision-Date: 2022-06-05 11:22+0200\n" "Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\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" #. type: TH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "CATGETS" msgstr "CATGETS" #. type: TH #: archlinux debian-unstable fedora-36 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed #, no-wrap msgid "2021-03-22" msgstr "22. März 2021" #. type: TH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "Linux Programmer's Manual" msgstr "Linux-Programmierhandbuch" #. type: SH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "BEZEICHNUNG" #. type: Plain text #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed msgid "catgets - get message from a message catalog" msgstr "catgets - Meldungen aus einem Meldungskatalog erhalten" #. type: SH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "ÜBERSICHT" #. type: Plain text #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "B<#include E<lt>nl_types.hE<gt>>\n" msgstr "B<#include E<lt>nl_types.hE<gt>>\n" #. type: Plain text #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "" "B<char *catgets(nl_catd >I<catalog>B<, int >I<set_number>B<, int >I<message_number>B<,>\n" "B< const char *>I<message>B<);>\n" msgstr "" "B<char *catgets(nl_catd >I<Katalog>B<, int >I<Gruppennummer>B<, int >I<Meldungsnummer>B<,>\n" "B< const char *>I<Meldung>B<);>\n" #. type: SH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" #. type: Plain text #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed msgid "" "B<catgets>() reads the message I<message_number>, in set I<set_number>, " "from the message catalog identified by I<catalog>, where I<catalog> is a " "catalog descriptor returned from an earlier call to B<catopen>(3). The " "fourth argument, I<message>, points to a default message string which will " "be returned by B<catgets>() if the identified message catalog is not " "currently available. The message-text is contained in an internal buffer " "area and should be copied by the application if it is to be saved or " "modified. The return string is always terminated with a null byte " "(\\(aq\\e0\\(aq)." msgstr "" "B<catgets>() liest die Meldung I<Meldungsnummer>, in der Gruppe " "I<Gruppennummer> aus dem durch I<Katalog> bezeichneten Meldungskatalog, " "wobei I<Katalog> ein durch einen vorangegangenen Aufruf von B<catopen>(3) " "zurückgelieferter Katalogdeskriptor ist. Das vierte Argument, I<Meldung>, " "zeigt auf eine Vorgabe-Meldungszeichenkette, die von B<catgets>() " "zurückgeliefert wird, falls der bezeichnete Meldungskatalog derzeit nicht " "verfügbar ist. Der Meldungstext wird in einem internen Pufferbereich " "aufgenommen und sollte zur Anwendung kopiert werden, falls er gespeichert " "oder verändert werden soll. Die zurückgelieferte Zeichenkette wird immer mit " "einem Null-Byte (»\\e0«) abgeschlossen." #. type: SH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "RÜCKGABEWERT" #. type: Plain text #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed msgid "" "On success, B<catgets>() returns a pointer to an internal buffer area " "containing the null-terminated message string. On failure, B<catgets>() " "returns the value I<message>." msgstr "" "Im Erfolgsfall liefert B<catgets>() einen Zeiger auf einen internen " "Pufferbereich zurück, der die mit NULL abgeschlossene Meldung enthält. Im " "Fehlerfall liefert B<catgets>() die I<Meldung> zurück." #. type: SH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "ATTRIBUTES" msgstr "ATTRIBUTE" #. type: Plain text #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed msgid "" "For an explanation of the terms used in this section, see B<attributes>(7)." msgstr "" "Siehe B<attributes>(7) für eine Erläuterung der in diesem Abschnitt " "verwandten Ausdrücke." #. type: tbl table #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "Interface" msgstr "Schnittstelle" #. type: tbl table #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "Attribute" msgstr "Attribut" #. type: tbl table #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "Value" msgstr "Wert" #. type: tbl table #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "B<catgets>()" msgstr "B<catgets>()" #. type: tbl table #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "Thread safety" msgstr "Multithread-Fähigkeit" #. type: tbl table #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "MT-Safe" msgstr "MT-Safe" #. type: SH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "CONFORMING TO" msgstr "KONFORM ZU" #. type: Plain text #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed msgid "POSIX.1-2001, POSIX.1-2008." msgstr "POSIX.1-2001, POSIX.1-2008." #. type: SH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "ANMERKUNGEN" #. type: Plain text #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed msgid "" "The B<catgets>() function is available only in libc.so.4.4.4c and above. " "The Jan 1987 X/Open Portability Guide specifies a more subtle error return: " "I<message> is returned if the message catalog specified by I<catalog> is not " "available, while an empty string is returned when the message catalog is " "available but does not contain the specified message. These two possible " "error returns seem to be discarded in SUSv2 in favor of always returning " "I<message>." msgstr "" "Die Funktion B<catgets>() ist nur in libc.so.4.4.4c und neuer verfügbar. Der " "»Jan 1987 X/Open Portability Guide« spezifiziert eine raffiniertere Fehler-" "Rückmeldung: I<Meldung> wird zurückgeliefert, falls der durch I<Katalog> " "festgelegte Meldungskatalog nicht verfügbar ist, während eine leere " "Zeichenkette zurückgeliefert wird, falls der Meldungskatalog verfügbar ist, " "aber nicht die festgelegte Meldung enthält. Diese zwei möglichen Fehler-" "RÜckmeldungen scheinen in SUSv2 verworfen zu sein, stattdessen soll immer " "I<Meldung> zurückgeliefert werden." #. type: SH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: Plain text #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 opensuse-tumbleweed msgid "B<catopen>(3), B<setlocale>(3)" msgstr "B<catopen>(3), B<setlocale>(3)" #. type: SH #: archlinux debian-bullseye debian-unstable fedora-36 fedora-rawhide #: mageia-cauldron opensuse-leap-15-4 #, no-wrap msgid "COLOPHON" msgstr "KOLOPHON" #. type: Plain text #: archlinux debian-unstable fedora-36 fedora-rawhide mageia-cauldron msgid "" "This page is part of release 5.13 of the Linux I<man-pages> project. A " "description of the project, information about reporting bugs, and the latest " "version of this page, can be found at \\%https://www.kernel.org/doc/man-" "pages/." msgstr "" "Diese Seite ist Teil der Veröffentlichung 5.13 des Projekts Linux-I<man-" "pages>. Eine Beschreibung des Projekts, Informationen, wie Fehler gemeldet " "werden können sowie die aktuelle Version dieser Seite finden sich unter \\" "%https://www.kernel.org/doc/man-pages/." #. type: TH #: debian-bullseye #, no-wrap msgid "2019-03-06" msgstr "6. März 2019" #. type: Plain text #: debian-bullseye msgid "" "This page is part of release 5.10 of the Linux I<man-pages> project. A " "description of the project, information about reporting bugs, and the latest " "version of this page, can be found at \\%https://www.kernel.org/doc/man-" "pages/." msgstr "" "Diese Seite ist Teil der Veröffentlichung 5.10 des Projekts Linux-I<man-" "pages>. Eine Beschreibung des Projekts, Informationen, wie Fehler gemeldet " "werden können sowie die aktuelle Version dieser Seite finden sich unter \\" "%https://www.kernel.org/doc/man-pages/." #. type: TH #: opensuse-leap-15-4 #, no-wrap msgid "2015-08-08" msgstr "8. August 2015" #. type: Plain text #: opensuse-leap-15-4 msgid "" "This page is part of release 4.16 of the Linux I<man-pages> project. A " "description of the project, information about reporting bugs, and the latest " "version of this page, can be found at \\%https://www.kernel.org/doc/man-" "pages/." msgstr "" "Diese Seite ist Teil der Veröffentlichung 4.16 des Projekts Linux-I<man-" "pages>. Eine Beschreibung des Projekts, Informationen, wie Fehler gemeldet " "werden können sowie die aktuelle Version dieser Seite finden sich unter \\" "%https://www.kernel.org/doc/man-pages/."
Attachment:
signature.asc
Description: PGP signature