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/man3/dlerror.3.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/man3/dlerror.3.po')
-rw-r--r-- | po/de/man3/dlerror.3.po | 412 |
1 files changed, 412 insertions, 0 deletions
diff --git a/po/de/man3/dlerror.3.po b/po/de/man3/dlerror.3.po new file mode 100644 index 00000000..81281dea --- /dev/null +++ b/po/de/man3/dlerror.3.po @@ -0,0 +1,412 @@ +# 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>, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.19.0\n" +"POT-Creation-Date: 2024-03-01 16:55+0100\n" +"PO-Revision-Date: 2023-06-17 08:59+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-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "dlerror" +msgstr "dlerror" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31. Oktober 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. 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 "dlerror - obtain error diagnostic for functions in the dlopen API" +msgstr "dlerror - Fehlerdiagnose für Funktionen der dlopen-API erhalten" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "BIBLIOTHEK" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Dynamic linking library (I<libdl>, I<-ldl>)" +msgstr "Bibliothek zum dynamischen Linken (I<libdl>, I<-ldl>)" + +#. 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 +#, no-wrap +msgid "B<#include E<lt>dlfcn.hE<gt>>\n" +msgstr "B<#include E<lt>dlfcn.hE<gt>>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<char *dlerror(void);>\n" +msgstr "B<char *dlerror(void);>\n" + +#. 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 "" +"The B<dlerror>() function returns a human-readable, null-terminated string " +"describing the most recent error that occurred from a call to one of the " +"functions in the dlopen API since the last call to B<dlerror>(). The " +"returned string does I<not> include a trailing newline." +msgstr "" +"Die Funktion B<dlerror>() liefert eine menschenlesbare, mit Null " +"abgeschlossene Zeichenkette zurück, die den jüngsten Fehler beschreibt, der " +"bei einem Aufruf einer der Funktionen der dlopen-API seit dem letzten Aufruf " +"von B<dlerror>() aufgetreten ist. Die zurückgelieferte Zeichenkette enthält " +"keinen abschließenden Zeilenumbruch." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<dlerror>() returns NULL if no errors have occurred since initialization " +"or since it was last called." +msgstr "" +"B<dlerror>() liefert NULL zurück, falls seit der Initialisierung oder seinem " +"letzten Aufruf kein Fehler aufgetreten ist." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "ATTRIBUTE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 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-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Interface" +msgstr "Schnittstelle" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Attribute" +msgstr "Attribut" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Value" +msgstr "Wert" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".na\n" +msgstr ".na\n" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".nh\n" +msgstr ".nh\n" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dlerror>()" +msgstr "B<dlerror>()" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Thread safety" +msgstr "Multithread-Fähigkeit" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Safe" +msgstr "MT-Sicher" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "STANDARDS" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2008." +msgstr "POSIX.1-2008." + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HISTORY" +msgstr "GESCHICHTE" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "glibc 2.0. POSIX.1-2001." +msgstr "Glibc 2.0. POSIX.1-2001." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "SunOS." +msgstr "SunOS." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "ANMERKUNGEN" + +#. #-#-#-#-# archlinux: dlerror.3.pot (PACKAGE VERSION) #-#-#-#-# +#. .P +#. The string returned by +#. .BR dlerror () +#. should not be modified. +#. Some systems give the prototype as +#. .sp +#. .in +5 +#. .B "const char *dlerror(void);" +#. .in +#. type: Plain text +#. #-#-#-#-# debian-bookworm: dlerror.3.pot (PACKAGE VERSION) #-#-#-#-# +#. .LP +#. The string returned by +#. .BR dlerror () +#. should not be modified. +#. Some systems give the prototype as +#. .sp +#. .in +5 +#. .B "const char *dlerror(void);" +#. .in +#. type: Plain text +#. #-#-#-#-# debian-unstable: dlerror.3.pot (PACKAGE VERSION) #-#-#-#-# +#. .LP +#. The string returned by +#. .BR dlerror () +#. should not be modified. +#. Some systems give the prototype as +#. .sp +#. .in +5 +#. .B "const char *dlerror(void);" +#. .in +#. type: Plain text +#. #-#-#-#-# fedora-40: dlerror.3.pot (PACKAGE VERSION) #-#-#-#-# +#. .P +#. The string returned by +#. .BR dlerror () +#. should not be modified. +#. Some systems give the prototype as +#. .sp +#. .in +5 +#. .B "const char *dlerror(void);" +#. .in +#. type: Plain text +#. #-#-#-#-# fedora-rawhide: dlerror.3.pot (PACKAGE VERSION) #-#-#-#-# +#. .P +#. The string returned by +#. .BR dlerror () +#. should not be modified. +#. Some systems give the prototype as +#. .sp +#. .in +5 +#. .B "const char *dlerror(void);" +#. .in +#. type: Plain text +#. #-#-#-#-# mageia-cauldron: dlerror.3.pot (PACKAGE VERSION) #-#-#-#-# +#. .P +#. The string returned by +#. .BR dlerror () +#. should not be modified. +#. Some systems give the prototype as +#. .sp +#. .in +5 +#. .B "const char *dlerror(void);" +#. .in +#. type: Plain text +#. #-#-#-#-# opensuse-leap-15-6: dlerror.3.pot (PACKAGE VERSION) #-#-#-#-# +#. .LP +#. The string returned by +#. .BR dlerror () +#. should not be modified. +#. Some systems give the prototype as +#. .sp +#. .in +5 +#. .B "const char *dlerror(void);" +#. .in +#. type: Plain text +#. #-#-#-#-# opensuse-tumbleweed: dlerror.3.pot (PACKAGE VERSION) #-#-#-#-# +#. .LP +#. The string returned by +#. .BR dlerror () +#. should not be modified. +#. Some systems give the prototype as +#. .sp +#. .in +5 +#. .B "const char *dlerror(void);" +#. .in +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The message returned by B<dlerror>() may reside in a statically allocated " +"buffer that is overwritten by subsequent B<dlerror>() calls." +msgstr "" +"Die von B<dlerror>() zurückgelieferte Meldung kann sich in einem statisch " +"angelegten Puffer befinden, der bei nachfolgenden Aufrufen von B<dlerror>() " +"überschrieben wird." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXAMPLES" +msgstr "BEISPIELE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "See B<dlopen>(3)." +msgstr "Siehe B<dlopen>(3)." + +#. 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-leap-15-6 opensuse-tumbleweed +msgid "B<dladdr>(3), B<dlinfo>(3), B<dlopen>(3), B<dlsym>(3)" +msgstr "B<dladdr>(3), B<dlinfo>(3), B<dlopen>(3), B<dlsym>(3)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-12-15" +msgstr "15. Dezember 2022" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 6.03" + +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "VERSIONS" +msgstr "VERSIONEN" + +#. type: Plain text +#: debian-bookworm +msgid "B<dlerror>() is present in glibc 2.0 and later." +msgstr "B<dlerror>() ist in Glibc 2.0 und neuer vorhanden." + +#. type: Plain text +#: debian-bookworm +msgid "POSIX.1-2001." +msgstr "POSIX.1-2001." + +#. type: SS +#: debian-bookworm +#, no-wrap +msgid "History" +msgstr "Geschichte" + +#. type: Plain text +#: debian-bookworm +msgid "This function is part of the dlopen API, derived from SunOS." +msgstr "Diese Funktion ist Teil der dlopen-API, abgeleitet aus SunOS." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-20" +msgstr "20. Juli 2023" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Linux man-pages 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "30. März 2023" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux-Handbuchseiten 6.04" |