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/string.3.po | 555 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 555 insertions(+) create mode 100644 po/pl/man3/string.3.po (limited to 'po/pl/man3/string.3.po') diff --git a/po/pl/man3/string.3.po b/po/pl/man3/string.3.po new file mode 100644 index 00000000..0f717c3e --- /dev/null +++ b/po/pl/man3/string.3.po @@ -0,0 +1,555 @@ +# Polish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Paweł Wilk , 1999. +# Andrzej Krzysztofowicz , 2004. +# Robert Luberda , 2014, 2019. +# Michał Kułach , 2016. +msgid "" +msgstr "" +"Project-Id-Version: manpages-pl\n" +"POT-Creation-Date: 2024-03-01 17:09+0100\n" +"PO-Revision-Date: 2023-03-04 12:44+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 "string" +msgstr "string" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-11-14" +msgstr "14 listopada 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 +msgid "" +"stpcpy, strcasecmp, strcat, strchr, strcmp, strcoll, strcpy, strcspn, " +"strdup, strfry, strlen, strncat, strncmp, strncpy, strncasecmp, strpbrk, " +"strrchr, strsep, strspn, strstr, strtok, strxfrm, index, rindex - string " +"operations" +msgstr "" +"stpcpy, strcasecmp, strcat, strchr, strcmp, strcoll, strcpy, strcspn, " +"strdup, strfry, strlen, strncat, strncmp, strncpy, strncasecmp, strpbrk, " +"strrchr, strsep, strspn, strstr, strtok, strxfrm, index, rindex - operacje " +"na łańcuchach 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 +msgid "B<#include Estrings.hE>" +msgstr "B<#include Estrings.hE>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, const char *>IB<);>" +msgstr "BIB<, const char *>IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Compare the strings I and I ignoring case." +msgstr "Porównuje łańcuchy I i I, nie zważając na wielkość liter." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<[.>IB<], const char >IB<[.>IB<], size_t >IB<);>" +msgstr "BIB<[.>IB<], const char >IB<[.>IB<], size_t >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Compare the first I bytes of the strings I and I ignoring case." +msgstr "" +"Porównuje pierwszych I bajtów łańcuchów I i I, nie zważając na " +"wielkość liter." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, int >IB<);>" +msgstr "BIB<, int >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Identical to B(3)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, int >IB<);>" +msgstr "BIB<, int >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Identical to B(3)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include Estring.hE>" +msgstr "B<#include Estring.hE>" + +#. type: TP +#: 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<);>" +msgstr "BIB<, const char *restrict >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Copy a string from I to I, returning a pointer to the end of the " +"resulting string at I." +msgstr "" +"Kopiuje łańcuch z I do I i zwraca wskaźnik do końca wynikowego " +"łańcucha I." + +#. type: TP +#: 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<);>" +msgstr "BIB<, const char *restrict >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Append the string I to the string I, returning a pointer I." +msgstr "" +"Dołącza łańcuch I do łańcucha I i zwraca wskaźnik do I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, int >IB<);>" +msgstr "BIB<, int >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Return a pointer to the first occurrence of the character I in the string " +"I." +msgstr "Zwraca wskaźnik do pierwszego wystąpienia znaku I w łańcuchu I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, const char *>IB<);>" +msgstr "BIB<, const char *>IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Compare the strings I with I." +msgstr "Porównuje łańcuchy I i I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, const char *>IB<);>" +msgstr "BIB<, const char *>IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Compare the strings I with I using the current locale." +msgstr "" +"Porównuje łańcuchy I i I używając bieżących ustawień regionalnych." + +#. type: TP +#: 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<);>" +msgstr "BIB<, const char *restrict >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Copy the string I to I, returning a pointer to the start of " +"I." +msgstr "" +"Kopiuje łańcuch z I do I i zwraca wskaźnik do początku łańcucha " +"I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, const char *>IB<);>" +msgstr "BIB<, const char *>IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Calculate the length of the initial segment of the string I which does " +"not contain any of bytes in the string I," +msgstr "" +"Oblicza długość początkowego segmentu łańcucha I niezawierającego żadnego " +"z bajtów łańcucha I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<);>" +msgstr "BIB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Return a duplicate of the string I in memory allocated using B(3)." +msgstr "" +"Zwraca duplikat łańcucha I, w pamięci nowo zaalokowanej przez B(3)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<);>" +msgstr "BIB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Randomly swap the characters in I." +msgstr "Przypadkowo zamienia kolejność znaków w łańcuchu I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<);>" +msgstr "BIB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Return the length of the string I." +msgstr "Zwraca długość łańcucha I." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"BIB<[restrict strlen(.>IB<) + .>IB< + 1],>\n" +"B< const char >IB<[restrict .>IB<],>\n" +"B< size_t >IB<);>\n" +msgstr "" +"BIB<[restrict strlen(.>IB<) + .>IB< + 1],>\n" +"B< const char >IB<[restrict .>IB<],>\n" +"B< size_t >IB<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Append at most I bytes from the string I to the string I, " +#| "returning a pointer to I." +msgid "" +"Append at most I bytes from the unterminated string I to the string " +"I, returning a pointer to I." +msgstr "" +"Dołącza co najwyżej I bajtów łańcucha I do łańcucha I i zwraca " +"wskaźnik do I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<[.>IB<], const char >IB<[.>IB<], size_t >IB<);>" +msgstr "BIB<[.>IB<], const char >IB<[.>IB<], size_t >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Compare at most I bytes of the strings I and I." +msgstr "Porównuje co najwyżej I bajtów łańcuchów I i I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, const char *>IB<);>" +msgstr "BIB<, const char *>IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Return a pointer to the first occurrence in the string I of one of the " +"bytes in the string I." +msgstr "" +"Zwraca wskaźnik do pierwszego wystąpienia w łańcuchu I jednego z bajtów " +"łańcucha I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, int >IB<);>" +msgstr "BIB<, int >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Return a pointer to the last occurrence of the character I in the string " +"I." +msgstr "Zwraca wskaźnik do ostatniego wystąpienia znaku I w łańcuchu I." + +#. type: TP +#: 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<);>" +msgstr "BIB<, const char *restrict >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Extract the initial token in I that is delimited by one of the " +"bytes in I." +msgstr "" +"Wyciąga z I początkowe słowo, rozdzielone jednym z bajtów z " +"I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, const char *>IB<);>" +msgstr "BIB<, const char *>IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Calculate the length of the starting segment in the string I that " +"consists entirely of bytes in I." +msgstr "" +"Oblicza długość początkowego segmentu łańcucha I składającego się tylko i " +"wyłącznie z bajtów łańcucha I." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BIB<, const char *>IB<);>" +msgstr "BIB<, const char *>IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Find the first occurrence of the substring I in the string " +"I, returning a pointer to the found substring." +msgstr "" +"Znajduje pierwsze wystąpienie podłańcucha I w łańcuchu I i " +"zwraca wskaźnik do znalezionego podłańcucha." + +#. type: TP +#: 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<);>" +msgstr "BIB<, const char *restrict >IB<);>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Extract tokens from the string I that are delimited by one of the bytes " +"in I." +msgstr "Wyciąga z I słowa, rozdzielone jednym z bajtów z I." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"BIB<[restrict .>IB<], const char >IB<[restrict .>IB<],>\n" +"B< size_t >IB<);>\n" +msgstr "" +"BIB<[restrict .>IB<], const char >IB<[restrict .>IB<],>\n" +"B< size_t >IB<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Transforms I to the current locale and copies the first I bytes to " +"I." +msgstr "" +"Przekształca I do bieżących ustawień regionalnych i kopiuje pierwszych " +"I bajtów do I." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"BIB<[restrict .>IB<], const char >IB<[restrict .>IB<],>\n" +"B< size_t >IB<);>\n" +msgstr "" +"BIB<[restrict .>IB<], const char >IB<[restrict .>IB<],>\n" +"B< size_t >IB<);>\n" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"Fill a fixed-size buffer with leading non-null bytes from a source array, " +"padding with null bytes as needed." +msgstr "" + +#. 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: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The string functions perform operations on null-terminated strings. See the " +"individual man pages for descriptions of each function." +msgstr "" +"Funkcje łańcuchowe umożliwiają operacje na zakończonych znakiem null " +"łańcuchach. Opis każdej z funkcji znajduje się na indywidualnej dla danej " +"funkcji stronie podręcznika ekranowego." + +#. 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(3), B(3), " +"B(3), B(3), B(3), B(3), B(3), " +"B(3), B(3), B(3), B(3), B(3), " +"B(3), B(3), B(3), B(3), B(3), " +"B(3), B(3), B(3)" +msgstr "" +"B(3), B(3), B(3), B(3), B(3), " +"B(3), B(3), B(3), B(3), B(3), " +"B(3), B(3), B(3), B(3), B(3), " +"B(3), B(3), B(3), B(3), B(3), " +"B(3), B(3), B(3)" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-01-22" +msgstr "22 stycznia 2023 r." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 6.03" + +#. type: SS +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Obsolete functions" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Copy at most I bytes from string I to I, returning a pointer " +"to the start of I." +msgstr "" +"Kopiuje co najwyżej I bajtów łańcucha I do I i zwraca wskaźnik " +"do początku łańcucha I." + +#. 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 "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" -- cgit v1.2.3