diff options
Diffstat (limited to 'po/pl/man3/atexit.3.po')
-rw-r--r-- | po/pl/man3/atexit.3.po | 75 |
1 files changed, 57 insertions, 18 deletions
diff --git a/po/pl/man3/atexit.3.po b/po/pl/man3/atexit.3.po index a435e6e1..e250f1a8 100644 --- a/po/pl/man3/atexit.3.po +++ b/po/pl/man3/atexit.3.po @@ -4,13 +4,13 @@ # Adam Byrtek <alpha@irc.pl>, 1998. # Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2001. # Robert Luberda <robert@debian.org>, 2013, 2019. -# Michał Kułach <michal.kulach@gmail.com>, 2016. +# Michał Kułach <michal.kulach@gmail.com>, 2016, 2024. msgid "" msgstr "" "Project-Id-Version: manpages-pl\n" -"POT-Creation-Date: 2024-03-01 16:52+0100\n" -"PO-Revision-Date: 2019-08-16 21:41+0100\n" -"Last-Translator: Robert Luberda <robert@debian.org>\n" +"POT-Creation-Date: 2024-06-01 05:42+0200\n" +"PO-Revision-Date: 2024-04-14 08:38+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" @@ -18,7 +18,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 @@ -28,16 +28,16 @@ msgid "atexit" msgstr "atexit" #. 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 @@ -51,7 +51,7 @@ msgstr "NAZWA" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "atexit - register a function to be called at normal process termination" msgstr "" -"atexit - rejestracja funkcji wywoływanej po normalnym zakończeniu procesu" +"atexit - rejestruje funkcję wywoływaną po normalnym zakończeniu procesu" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -401,6 +401,33 @@ msgid "" " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"#include E<lt>unistd.hE<gt>\n" +"\\&\n" +"void\n" +"bye(void)\n" +"{\n" +" printf(\"I to by było wszystko\\en\");\n" +"}\n" +"\\&\n" +"int\n" +"main(void)\n" +"{\n" +" long a;\n" +" int i;\n" +"\\&\n" +" a = sysconf(_SC_ATEXIT_MAX);\n" +" printf(\"ATEXIT_MAX = %ld\\en\", a);\n" +"\\&\n" +" i = atexit(bye);\n" +" if (i != 0) {\n" +" fprintf(stderr, \"nie można ustawić funkcji wyjścia\\en\");\n" +" exit(EXIT_FAILURE);\n" +" }\n" +"\\&\n" +" exit(EXIT_SUCCESS);\n" +"}\n" #. SRC END #. type: SH @@ -514,16 +541,22 @@ msgstr "" "}\n" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-07-20" -msgstr "20 lipca 2023 r." +msgid "2023-10-31" +msgstr "31 października 2023 r." + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +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 @@ -536,3 +569,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)" |