# German translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Markus Schmitt , 1996. # Martin Eberhard Schauer , 2012. # Mario Blättermann , 2014. # Dr. Tobias Quathamer , 2016. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.22.0\n" "POT-Creation-Date: 2024-06-01 06:31+0200\n" "PO-Revision-Date: 2024-03-29 17:58+0100\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \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 "toupper" msgstr "toupper" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2. Mai 2024" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.8" #. 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 "toupper, tolower, toupper_l, tolower_l - convert uppercase or lowercase" msgstr "" "toupper, tolower, toupper_l, tolower_l - Klein- oder Großschreibung " "konvertieren" #. 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 "Standard C library (I, I<-lc>)" msgstr "Standard-C-Bibliothek (I, I<-lc>)" #. 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 Ectype.hE>\n" msgstr "B<#include Ectype.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "BIB<);>\n" "BIB<);>\n" msgstr "" "BIB<);>\n" "BIB<);>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "BIB<, locale_t >IB<);>\n" "BIB<, locale_t >IB<);>\n" msgstr "" "BIB<, locale_t >IB<);>\n" "BIB<, locale_t >IB<);>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Feature Test Macro Requirements for glibc (see B(7)):" msgstr "" "Mit Glibc erforderliche Feature-Test-Makros (siehe " "B(7)):" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B(), B():" msgstr "B(), B():" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " Since glibc 2.10:\n" " _XOPEN_SOURCE E= 700\n" " Before glibc 2.10:\n" " _GNU_SOURCE\n" msgstr "" " Seit Glibc 2.10:\n" " _XOPEN_SOURCE E= 700\n" " Vor Glibc 2.10:\n" " _GNU_SOURCE\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 "These functions convert lowercase letters to uppercase, and vice versa." msgstr "" "Diese Funktionen konvertieren klein geschriebene Buchstaben in groß " "geschriebene und umgekehrt." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If I is a lowercase letter, B() returns its uppercase " "equivalent, if an uppercase representation exists in the current locale. " "Otherwise, it returns I. The B() function performs the same " "task, but uses the locale referred to by the locale handle I." msgstr "" "Wenn I ein Kleinbuchstabe ist, gibt B() den entsprechenden " "Großbuchstaben zurück, sofern ein solcher Großbuchstabe in der aktuellen " "Locale existiert. Anderenfalls wird I zurückgegeben. Die Funktion " "B() führt die gleiche Aufgabe aus, aber verwendet die Locale, die " "durch das Locale-Handle I angegeben wird." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If I is an uppercase letter, B() returns its lowercase " "equivalent, if a lowercase representation exists in the current locale. " "Otherwise, it returns I. The B() function performs the same " "task, but uses the locale referred to by the locale handle I." msgstr "" "Wenn I ein Großbuchstabe ist, gibt B() den entsprechenden " "Kleinbuchstaben zurück, sofern ein solcher Kleinbuchstabe in der aktuellen " "Locale existiert. Anderenfalls wird I zurückgegeben. Die Funktion " "B() führt die gleiche Aufgabe aus, aber verwendet die Locale, die " "durch das Locale-Handle I angegeben wird." # Vielleicht: Wenn I weder ein I-Wert noch B ist, #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If I is neither an I value nor B, the behavior of " "these functions is undefined." msgstr "" "Wenn I kein I-Wert oder B ist, ist das Verhalten " "dieser Funktionen nicht definiert." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The behavior of B() and B() is undefined if " "I is the special locale object B (see " "B(3)) or is not a valid locale object handle." msgstr "" "Das Verhalten von B() und B() ist nicht definiert, " "wenn I das spezielle Locale-Objekt B ist (siehe " "B(3)) oder kein gültiges Locale-Objekt-Handle ist." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "RÜCKGABEWERT" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The value returned is that of the converted letter, or I if the " "conversion was not possible." msgstr "" "Der Rückgabewert ist der Wert des konvertierten Buchstabens oder I, falls " "keine Konvertierung möglich 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(7)." msgstr "" "Siehe B(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(),\n" "B(),\n" "B(),\n" "B()" msgstr "" "B(),\n" "B(),\n" "B(),\n" "B()" #. 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: TP #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B()" msgstr "B()" #. type: TQ #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B()" msgstr "B()" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "C11, POSIX.1-2008." msgstr "C11, POSIX.1-2008." #. type: TP #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B()" msgstr "B()" #. type: TQ #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B()" msgstr "B()" #. 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 "C89, 4.3BSD, POSIX.1-2001." msgstr "C89, 4.3BSD, POSIX.1-2001." #. 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" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The standards require that the argument I for these functions is either " "B or a value that is representable in the type I. If " "the argument I is of type I, it must be cast to I, " "as in the following example:" msgstr "" "Die Standards verlangen, dass das Argument I für diese Funktionen " "entweder B oder ein Wert, der in dem Typ I darstellbar " "ist, sein muss. Falls das Argument I vom Typ I ist, muss es in " "I umgewandelt werden, wie in dem folgenden Beispiel:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "char c;\n" "\\&...\n" "res = toupper((unsigned char) c);\n" msgstr "" "char c;\n" "…\n" "res = toupper((unsigned char) c);\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This is necessary because I may be the equivalent I, in " "which case a byte where the top bit is set would be sign extended when " "converting to I, yielding a value that is outside the range of " "I." msgstr "" "Dies ist notwendig, da I äquivalent zu I sein kann. In " "diesem Fall würde ein Byte, bei dem das höchste Bit gesetzt ist, mit einem " "Vorzeichen erweitert, wenn es in ein I konvertiert würde. Dies würde zu " "einem Wert führen, der außerhalb des Bereichs von I wäre." #. type: Plain text #: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" "The details of what constitutes an uppercase or lowercase letter depend on " "the locale. For example, the default B<\\[dq]C\\[dq]> locale does not know " "about umlauts, so no conversion is done for them." msgstr "" "Was genau einen Groß- und Kleinbuchstaben ausmacht, hängt von der Locale ab. " "Beispielsweise kennt die Standard-Locale B<»C«> keine Umlaute. Darum wird " "bei Umlauten auch keine Konvertierung vorgenommen." #. FIXME One day the statement about "sharp s" needs to be reworked, #. since there is nowadays a capital "sharp s" that has a codepoint #. in Unicode 5.0; see https://en.wikipedia.org/wiki/Capital_%E1%BA%9E #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "In some non-English locales, there are lowercase letters with no " "corresponding uppercase equivalent; the German sharp s is one example." msgstr "" "In manchen vom Englischen verschiedenen Locales existieren auch " "Kleinbuchstaben ohne zugehörigen Großbuchstaben, z.B. das deutsche ß." #. 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(3), B(3), B(3), B(3), " "B(3), B(3), B(7)" msgstr "" "B(3), B(3), B(3), B(3), " "B(3), B(3), B(7)" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-12-29" msgstr "29. Dezember 2022" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: Plain text #: debian-bookworm msgid "B(), B(): C99, 4.3BSD, POSIX.1-2001, POSIX.1-2008." msgstr "B(), B(): C99, 4.3BSD, POSIX.1-2001, POSIX.1-2008." #. type: Plain text #: debian-bookworm msgid "B(), B(): POSIX.1-2008." msgstr "B(), B(): POSIX.1-2008." #. type: Plain text #: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 msgid "" "The details of what constitutes an uppercase or lowercase letter depend on " "the locale. For example, the default B<\"C\"> locale does not know about " "umlauts, so no conversion is done for them." msgstr "" "Was genau einen Groß- und Kleinbuchstaben ausmacht, hängt von der Locale ab. " "Beispielsweise kennt die Standard-Locale B<»C«> keine Umlaute. Darum wird " "bei Umlauten auch keine Konvertierung vorgenommen." #. type: TH #: fedora-40 mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31. Oktober 2023" #. type: TH #: fedora-40 mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Linux man-pages 6.06" #. type: TH #: fedora-rawhide #, no-wrap msgid "2024-02-25" msgstr "25. Februar 2024" #. type: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Linux man-pages 6.7" #. 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" #. type: TH #: opensuse-tumbleweed #, no-wrap msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages (unveröffentlicht)"