From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- po/pl/man3/strcpy.3.po | 644 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 644 insertions(+) create mode 100644 po/pl/man3/strcpy.3.po (limited to 'po/pl/man3/strcpy.3.po') diff --git a/po/pl/man3/strcpy.3.po b/po/pl/man3/strcpy.3.po new file mode 100644 index 00000000..d6f52302 --- /dev/null +++ b/po/pl/man3/strcpy.3.po @@ -0,0 +1,644 @@ +# Polish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Jarosław Beczek , 2000. +# Robert Luberda , 2014, 2017, 2019. +# Michał Kułach , 2014, 2016. +msgid "" +msgstr "" +"Project-Id-Version: manpages-pl\n" +"POT-Creation-Date: 2024-03-01 17:09+0100\n" +"PO-Revision-Date: 2019-08-16 21:27+0100\n" +"Last-Translator: Robert Luberda \n" +"Language-Team: Polish \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 2.0\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "strcpy" +msgstr "strcpy" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 października 2023 r." + +#. 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 "NAZWA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "strcpy, strncpy - copy a string" +msgid "stpcpy, strcpy, strcat - copy or catenate a string" +msgstr "strcpy, strncpy - kopiuje łańcuch znaków" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "BIBLIOTEKA" + +#. 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 "Standardowa biblioteka C (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 "SKŁADNIA" + +#. 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 Estring.hE>\n" +msgstr "B<#include Estring.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<, const char *restrict >IB<);>\n" +"BIB<, const char *restrict >IB<);>\n" +"BIB<, const char *restrict >IB<);>\n" +msgstr "" +"BIB<, const char *restrict >IB<);>\n" +"BIB<, const char *restrict >IB<);>\n" +"BIB<, const char *restrict >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 "" +"Wymagane ustawienia makr biblioteki glibc (patrz B(7)):" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B():" +msgstr "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" +" _POSIX_C_SOURCE E= 200809L\n" +" Before glibc 2.10:\n" +" _GNU_SOURCE\n" +msgstr "" +" Od glibc 2.10:\n" +" _POSIX_C_SOURCE E= 200809L\n" +" Przed 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 "OPIS" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B()" +msgstr "B()" + +#. type: TP +#: archlinux debian-bookworm 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-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"These functions copy the string pointed to by I, into a string at the " +"buffer pointed to by I. The programmer is responsible for allocating a " +"destination buffer large enough, that is, I. For the " +"difference between the two functions, see RETURN VALUE." +msgstr "" + +#. type: TQ +#: archlinux debian-bookworm 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-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This function catenates the string pointed to by I, after the string " +"pointed to by I (overwriting its terminating null byte). The " +"programmer is responsible for allocating a destination buffer large enough, " +"that is, I." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "A simple implementation of B() might be:" +msgid "An implementation of these functions might be:" +msgstr "Prosta implementacja B() mogłaby wyglądać tak:" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"char *\n" +"stpcpy(char *restrict dst, const char *restrict src)\n" +"{\n" +" char *p;\n" +"\\&\n" +" p = mempcpy(dst, src, strlen(src));\n" +" *p = \\[aq]\\e0\\[aq];\n" +"\\&\n" +" return p;\n" +"}\n" +"\\&\n" +"char *\n" +"strcpy(char *restrict dst, const char *restrict src)\n" +"{\n" +" stpcpy(dst, src);\n" +" return dst;\n" +"}\n" +"\\&\n" +"char *\n" +"strcat(char *restrict dst, const char *restrict src)\n" +"{\n" +" stpcpy(dst + strlen(dst), src);\n" +" return dst;\n" +"}\n" +msgstr "" + +#. 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 "WARTOŚĆ ZWRACANA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This function returns a pointer to the terminating null byte of the copied " +"string." +msgstr "" + +# +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "These functions are always successful." +msgid "These functions return I." +msgstr "Funkcje te zawsze kończą się pomyślnie." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "ATRYBUTY" + +#. 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 "" +"Informacje o pojęciach używanych w tym rozdziale można znaleźć w podręczniku " +"B(7)." + +#. 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 "Interfejs" + +#. 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 "Atrybut" + +#. 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 "Wartość" + +#. 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()" +msgstr "" +"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 "Bezpieczeństwo wątkowe" + +#. 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-bezpieczne" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "STANDARDY" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2008." +msgstr "POSIX.1-2008." + +#. 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: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001, C89, SVr4, 4.3BSD." +msgstr "POSIX.1-2001, C89, SVr4, 4.3BSD." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CAVEATS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The strings I and I may not overlap." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the destination buffer is not large enough, the behavior is undefined. " +"See B<_FORTIFY_SOURCE> in B(7)." +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B() can be very inefficient. Read about E<.UR https://www." +"joelonsoftware.com/\\:2001/12/11/\\:back-to-basics/> Shlemiel the painter E<." +"UE .>" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXAMPLES" +msgstr "PRZYKŁADY" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "" +"#include Eerr.hE\n" +"#include Estdio.hE\n" +"#include Estdlib.hE\n" +"#include Estring.hE\n" +"\\&\n" +"int\n" +"main(void)\n" +"{\n" +" char *p;\n" +" char *buf1;\n" +" char *buf2;\n" +" size_t len, maxsize;\n" +"\\&\n" +" maxsize = strlen(\"Hello \") + strlen(\"world\") + strlen(\"!\") + 1;\n" +" buf1 = malloc(sizeof(*buf1) * maxsize);\n" +" if (buf1 == NULL)\n" +" err(EXIT_FAILURE, \"malloc()\");\n" +" buf2 = malloc(sizeof(*buf2) * maxsize);\n" +" if (buf2 == NULL)\n" +" err(EXIT_FAILURE, \"malloc()\");\n" +"\\&\n" +" p = buf1;\n" +" p = stpcpy(p, \"Hello \");\n" +" p = stpcpy(p, \"world\");\n" +" p = stpcpy(p, \"!\");\n" +" len = p - buf1;\n" +"\\&\n" +" printf(\"[len = %zu]: \", len);\n" +" puts(buf1); // \"Hello world!\"\n" +" free(buf1);\n" +"\\&\n" +" strcpy(buf2, \"Hello \");\n" +" strcat(buf2, \"world\");\n" +" strcat(buf2, \"!\");\n" +" len = strlen(buf2);\n" +"\\&\n" +" printf(\"[len = %zu]: \", len);\n" +" puts(buf2); // \"Hello world!\"\n" +" free(buf2);\n" +"\\&\n" +" exit(EXIT_SUCCESS);\n" +"}\n" +msgstr "" + +#. SRC END +#. 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 "ZOBACZ TAKŻE" + +#. 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(7)" +msgstr "B(3), B(3), B(3), B(7)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2023-02-05" +msgstr "5 lutego 2023 r." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 6.03" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"char *\n" +"stpcpy(char *restrict dst, const char *restrict src)\n" +"{\n" +" char *p;\n" +msgstr "" +"char *\n" +"stpcpy(char *restrict dst, const char *restrict src)\n" +"{\n" +" char *p;\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" p = mempcpy(dst, src, strlen(src));\n" +" *p = \\[aq]\\e0\\[aq];\n" +msgstr "" +" p = mempcpy(dst, src, strlen(src));\n" +" *p = \\[aq]\\e0\\[aq];\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" return p;\n" +"}\n" +msgstr "" +" return p;\n" +"}\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"char *\n" +"strcpy(char *restrict dst, const char *restrict src)\n" +"{\n" +" stpcpy(dst, src);\n" +" return dst;\n" +"}\n" +msgstr "" +"char *\n" +"strcpy(char *restrict dst, const char *restrict src)\n" +"{\n" +" stpcpy(dst, src);\n" +" return dst;\n" +"}\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"char *\n" +"strcat(char *restrict dst, const char *restrict src)\n" +"{\n" +" stpcpy(dst + strlen(dst), src);\n" +" return dst;\n" +"}\n" +msgstr "" +"char *\n" +"strcat(char *restrict dst, const char *restrict src)\n" +"{\n" +" stpcpy(dst + strlen(dst), src);\n" +" return dst;\n" +"}\n" + +#. type: Plain text +#: debian-bookworm +msgid "POSIX.1-2001, POSIX.1-2008, C99, SVr4, 4.3BSD." +msgstr "POSIX.1-2001, POSIX.1-2008, C99, SVr4, 4.3BSD." + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B() can be very inefficient. Read about E<.UR https://www." +"joelonsoftware.com/\\:2001/12/11/\\:back-to-basics/> Shlemiel the\\ painter " +"E<.UE .>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#include Eerr.hE\n" +"#include Estdio.hE\n" +"#include Estdlib.hE\n" +"#include Estring.hE\n" +msgstr "" +"#include Eerr.hE\n" +"#include Estdio.hE\n" +"#include Estdlib.hE\n" +"#include Estring.hE\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"int\n" +"main(void)\n" +"{\n" +" char *p;\n" +" char *buf1;\n" +" char *buf2;\n" +" size_t len, maxsize;\n" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" maxsize = strlen(\"Hello \") + strlen(\"world\") + strlen(\"!\") + 1;\n" +" buf1 = malloc(sizeof(*buf1) * maxsize);\n" +" if (buf1 == NULL)\n" +" err(EXIT_FAILURE, \"malloc()\");\n" +" buf2 = malloc(sizeof(*buf2) * maxsize);\n" +" if (buf2 == NULL)\n" +" err(EXIT_FAILURE, \"malloc()\");\n" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" p = buf1;\n" +" p = stpcpy(p, \"Hello \");\n" +" p = stpcpy(p, \"world\");\n" +" p = stpcpy(p, \"!\");\n" +" len = p - buf1;\n" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" printf(\"[len = %zu]: \", len);\n" +" puts(buf1); // \"Hello world!\"\n" +" free(buf1);\n" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" strcpy(buf2, \"Hello \");\n" +" strcat(buf2, \"world\");\n" +" strcat(buf2, \"!\");\n" +" len = strlen(buf2);\n" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" printf(\"[len = %zu]: \", len);\n" +" puts(buf2); // \"Hello world!\"\n" +" free(buf2);\n" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" exit(EXIT_SUCCESS);\n" +"}\n" +msgstr "" +" exit(EXIT_SUCCESS);\n" +"}\n" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-20" +msgstr "20 lipca 2023 r." + +#. 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 marca 2023 r." + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" -- cgit v1.2.3