diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
commit | 4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch) | |
tree | 3900955c1886e6d2570fea7125ee1f01bafe876d /po/pl/man3/mbtowc.3.po | |
parent | Adding upstream version 4.22.0. (diff) | |
download | manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip |
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/pl/man3/mbtowc.3.po')
-rw-r--r-- | po/pl/man3/mbtowc.3.po | 71 |
1 files changed, 36 insertions, 35 deletions
diff --git a/po/pl/man3/mbtowc.3.po b/po/pl/man3/mbtowc.3.po index 33a18aec..e4ba3b53 100644 --- a/po/pl/man3/mbtowc.3.po +++ b/po/pl/man3/mbtowc.3.po @@ -3,13 +3,13 @@ # Copyright © of this file: # Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2002. # Robert Luberda <robert@debian.org>, 2014, 2019. -# Michał Kułach <michal.kulach@gmail.com>, 2014, 2016. +# Michał Kułach <michal.kulach@gmail.com>, 2014, 2016, 2024. msgid "" msgstr "" "Project-Id-Version: manpages-pl\n" -"POT-Creation-Date: 2024-03-01 17:01+0100\n" -"PO-Revision-Date: 2019-08-16 21:15+0100\n" -"Last-Translator: Robert Luberda <robert@debian.org>\n" +"POT-Creation-Date: 2024-06-01 06:02+0200\n" +"PO-Revision-Date: 2024-04-26 17:58+0200\n" +"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" "Language: pl\n" "MIME-Version: 1.0\n" @@ -17,7 +17,7 @@ msgstr "" "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" +"X-Generator: Lokalize 22.12.3\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -27,16 +27,16 @@ msgid "mbtowc" msgstr "mbtowc" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" -msgstr "31 października 2023 r." +msgid "2024-05-02" +msgstr "2 maja 2024 r." #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable #, no-wrap -msgid "Linux man-pages 6.06" -msgstr "Linux man-pages 6.06" +msgid "Linux man-pages 6.8" +msgstr "Linux man-pages 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -81,10 +81,9 @@ msgstr "B<#include E<lt>stdlib.hE<gt>>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "B<int mbtowc(wchar_t *>I<pwc>B<, const char *>I<s>B<, size_t >I<n>B<);>\n" +#, no-wrap msgid "B<int mbtowc(wchar_t *restrict >I<pwc>B<, const char >I<s>B<[restrict .>I<n>B<], size_t >I<n>B<);>\n" -msgstr "B<int mbtowc(wchar_t *>I<pwc>B<, const char *>I<s>B<, size_t >I<n>B<);>\n" +msgstr "B<int mbtowc(wchar_t *restrict >I<pwc>B<, const char >I<s>B<[restrict .>I<n>B<], size_t >I<n>B<);>\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -96,16 +95,6 @@ msgstr "OPIS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy -#| msgid "" -#| "The main case for this function is when I<s> is not NULL and I<pwc> is " -#| "not NULL. In this case, the B<mbtowc>() function inspects at most I<n> " -#| "bytes of the multibyte string starting at I<s>, extracts the next " -#| "complete multibyte character, converts it to a wide character and stores " -#| "it at I<*pwc>. It updates an internal shift state known only to the " -#| "B<mbtowc>() function. If I<s> does not point to a null byte " -#| "(\\(aq\\e0\\(aq), it returns the number of bytes that were consumed from " -#| "I<s>, otherwise it returns 0." msgid "" "The main case for this function is when I<s> is not NULL and I<pwc> is not " "NULL. In this case, the B<mbtowc>() function inspects at most I<n> bytes " @@ -121,9 +110,9 @@ msgstr "" "najwyżej I<n> bajtów ciągu wielobajtowego, zaczynając od I<s>, wydziela " "następny pełny znak wielobajtowy, przetwarza go na znak szeroki i umieszcza " "w I<*pwc>. Aktualizuje wewnętrzny, znany tylko funkcji B<mbtowc>(), stan " -"przesunięty. Jeśli I<s> nie wskazuje na bajt null (\\(aq\\e0\\(aq), funkcja " -"zwraca liczbę bajtów I<s>, które zostały zużyte; w pozostałych przypadkach " -"zwracane jest 0." +"przesunięty. Jeśli I<s> nie wskazuje na bajt null (\\[aq]\\e0\\[aq]), " +"funkcja zwraca liczbę bajtów I<s>, które zostały zużyte; w pozostałych " +"przypadkach zwracane jest 0." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -285,8 +274,8 @@ msgid "" "This function is not multithread safe. The function B<mbrtowc>(3) provides " "a better interface to the same functionality." msgstr "" -"Funkcja ta nie jest przystosowana do wielowątkowości. Funkcja " -"B<mbrtowc>(3)zapewnia lepszy interfejs przy tym samym działaniu." +"Funkcja ta nie jest przystosowana do wielowątkowości. Funkcja B<mbrtowc>(3) " +"zapewnia lepszy interfejs przy tym samym działaniu." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -366,16 +355,22 @@ msgid "POSIX.1-2001, POSIX.1-2008, C99." msgstr "POSIX.1-2001, POSIX.1-2008, C99." #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 października 2023 r." + +#. type: TH +#: fedora-40 mageia-cauldron #, no-wrap -msgid "2023-07-20" -msgstr "20 lipca 2023 r." +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-rawhide #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Linux man-pages 6.05.01" +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 @@ -388,3 +383,9 @@ msgstr "30 marca 2023 r." #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "Linux man-pages (niewydane)" |