diff options
Diffstat (limited to 'po/pl/man3/puts.3.po')
-rw-r--r-- | po/pl/man3/puts.3.po | 72 |
1 files changed, 39 insertions, 33 deletions
diff --git a/po/pl/man3/puts.3.po b/po/pl/man3/puts.3.po index d34931aa..f7ac1ffb 100644 --- a/po/pl/man3/puts.3.po +++ b/po/pl/man3/puts.3.po @@ -4,13 +4,13 @@ # Przemek Borys <pborys@dione.ids.pl>, 1999. # Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2001. # Robert Luberda <robert@debian.org>, 2013, 2017, 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:05+0100\n" -"PO-Revision-Date: 2019-08-16 21:31+0100\n" -"Last-Translator: Robert Luberda <robert@debian.org>\n" +"POT-Creation-Date: 2024-06-01 06:14+0200\n" +"PO-Revision-Date: 2024-04-27 11:22+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 "puts" msgstr "puts" #. 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 @@ -50,7 +50,7 @@ msgstr "NAZWA" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "fputc, fputs, putc, putchar, puts - output of characters and strings" -msgstr "fputc, fputs, putc, putchar, puts - wyprowadzanie znaków i łańcuchów" +msgstr "fputc, fputs, putc, putchar, puts - wyprowadza znaki i łańcuchy" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -88,16 +88,20 @@ msgid "" "B<int putc(int >I<c>B<, FILE *>I<stream>B<);>\n" "B<int putchar(int >I<c>B<);>\n" msgstr "" +"B<int fputc(int >I<c>B<, FILE *>I<stream>B<);>\n" +"B<int putc(int >I<c>B<, FILE *>I<stream>B<);>\n" +"B<int putchar(int >I<c>B<);>\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 fputs(const char *>I<s>B<, FILE *>I<stream>B<);>\n" +#, no-wrap msgid "" "B<int fputs(const char *restrict >I<s>B<, FILE *restrict >I<stream>B<);>\n" "B<int puts(const char *>I<s>B<);>\n" -msgstr "B<int fputs(const char *>I<s>B<, FILE *>I<stream>B<);>\n" +msgstr "" +"B<int fputs(const char *restrict >I<s>B<, FILE *restrict >I<stream>B<);>\n" +"B<int puts(const char *>I<s>B<);>\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -135,16 +139,12 @@ msgstr "B<putchar(>I<c>B<)> jest równoważny B<putc(>I<c>B<, >I<stdout>B<)>." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy -#| msgid "" -#| "B<fputs>() writes the string I<s> to I<stream>, without its terminating " -#| "null byte (\\(aq\\e0\\(aq)." msgid "" "B<fputs>() writes the string I<s> to I<stream>, without its terminating " "null byte (\\[aq]\\e0\\[aq])." msgstr "" "B<fputs>() zapisuje łańcuch I<s> do strumienia I<stream>, pomijając kończący " -"bajt null (\\(aq\\e0\\(aq)." +"bajt null (\\[aq]\\e0\\[aq])." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -183,10 +183,6 @@ 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 "" -#| "B<fputc>(), B<putc>() and B<putchar>() return the character written as " -#| "an I<unsigned char> cast to an I<int> or B<EOF> on error." msgid "" "B<fputc>(), B<putc>(), and B<putchar>() return the character written as an " "I<unsigned char> cast to an I<int> or B<EOF> on error." @@ -309,10 +305,8 @@ msgstr "HISTORIA" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy -#| msgid "POSIX.1-2001, C99." msgid "POSIX.1-2001, C89, C99." -msgstr "POSIX.1-2001, C99." +msgstr "POSIX.1-2001, C89, C99." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -372,16 +366,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-07-20" -msgstr "20 lipca 2023 r." +msgid "2023-10-31" +msgstr "31 października 2023 r." #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Linux man-pages 6.05.01" +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 @@ -394,3 +394,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)" |