diff options
Diffstat (limited to 'po/pl/man3/gcvt.3.po')
-rw-r--r-- | po/pl/man3/gcvt.3.po | 74 |
1 files changed, 43 insertions, 31 deletions
diff --git a/po/pl/man3/gcvt.3.po b/po/pl/man3/gcvt.3.po index 4f5394b6..ccbe2b36 100644 --- a/po/pl/man3/gcvt.3.po +++ b/po/pl/man3/gcvt.3.po @@ -3,13 +3,13 @@ # Copyright © of this file: # Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2001. # 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 16:56+0100\n" -"PO-Revision-Date: 2019-08-15 23:51+0100\n" -"Last-Translator: Robert Luberda <robert@debian.org>\n" +"POT-Creation-Date: 2024-06-01 05:51+0200\n" +"PO-Revision-Date: 2024-04-20 21:49+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 "gcvt" msgstr "gcvt" #. 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 @@ -115,6 +115,15 @@ msgid "" " Before glibc 2.12:\n" " _SVID_SOURCE || _XOPEN_SOURCE E<gt>= 500\n" msgstr "" +" Od glibc 2.17\n" +" (_XOPEN_SOURCE E<gt>= 500 && ! (_POSIX_C_SOURCE E<gt>= 200809L))\n" +" || /* glibc E<gt>= 2.20 */ _DEFAULT_SOURCE\n" +" || /* glibc E<lt>= 2.19 */ _SVID_SOURCE\n" +" glibc 2.12 do glibc 2.16:\n" +" (_XOPEN_SOURCE E<gt>= 500 && ! (_POSIX_C_SOURCE E<gt>= 200112L))\n" +" || _SVID_SOURCE\n" +" Przed glibc 2.12:\n" +" _SVID_SOURCE || _XOPEN_SOURCE E<gt>= 500\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -146,12 +155,8 @@ msgstr "WARTOŚĆ ZWRACANA" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy -#| msgid "" -#| "The B<gcvt>() function returns the address of the string pointed to by " -#| "I<buf>." msgid "The B<gcvt>() function returns I<buf>." -msgstr "Funkcja B<gcvt>() zwraca adres łańcucha wskazywanego przez I<buf>." +msgstr "Funkcja B<gcvt>() zwraca I<buf>." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -236,7 +241,7 @@ msgstr "STANDARDY" #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "None." -msgstr "" +msgstr "Brak." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron @@ -248,18 +253,13 @@ msgstr "HISTORIA" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy -#| msgid "" -#| "Marked as LEGACY in POSIX.1-2001. POSIX.1-2008 removes the specification " -#| "of B<gcvt>(), recommending the use of B<sprintf>(3) instead (though " -#| "B<snprintf>(3) may be preferable)." msgid "" "Marked as LEGACY in POSIX.1-2001. POSIX.1-2008 removed it, recommending the " "use of B<sprintf>(3) instead (though B<snprintf>(3) may be preferable)." msgstr "" -"Oznaczona jako LEGACY w POSIX.1-2001. POSIX.1-2008 usuwa opis funkcji " -"B<gcvt>(), rekomendując używanie zamiast niej funkcji B<sprintf>(3) (chociaż " -"preferowane może być używanie B<snprintf>(3))." +"Oznaczona jako LEGACY (przestarzałe) w POSIX.1-2001. POSIX.1-2008 usuwa ją, " +"rekomendując używanie w zamian funkcji B<sprintf>(3) (chociaż preferowane " +"może być używanie B<snprintf>(3))." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -298,16 +298,22 @@ msgstr "" "preferowane może być używanie B<snprintf>(3))." #. 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 @@ -320,3 +326,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)" |