diff options
Diffstat (limited to 'po/pl/man3/fwide.3.po')
-rw-r--r-- | po/pl/man3/fwide.3.po | 72 |
1 files changed, 40 insertions, 32 deletions
diff --git a/po/pl/man3/fwide.3.po b/po/pl/man3/fwide.3.po index b6f99660..feca2c75 100644 --- a/po/pl/man3/fwide.3.po +++ b/po/pl/man3/fwide.3.po @@ -3,12 +3,12 @@ # Copyright © of this file: # Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2002. # Robert Luberda <robert@debian.org>, 2014. -# 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: 2016-09-06 19:59+0200\n" +"POT-Creation-Date: 2024-06-01 05:51+0200\n" +"PO-Revision-Date: 2024-04-19 21:19+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" @@ -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 1.5\n" +"X-Generator: Lokalize 22.12.3\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -27,16 +27,16 @@ msgid "fwide" msgstr "fwide" #. 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 @@ -49,7 +49,7 @@ msgstr "NAZWA" #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "fwide - set and determine the orientation of a FILE stream" -msgstr "fwide - ustawienie i określenie orientacji strumienia FILE" +msgstr "fwide - ustawia i określa orientację strumienia FILE" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -102,12 +102,13 @@ msgstr "B<fwide>():" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "_ISOC99_SOURCE || _POSIX_C_SOURCE\\ E<gt>=\\ 200112L" +#, no-wrap msgid "" " _XOPEN_SOURCE E<gt>= 500 || _ISOC99_SOURCE\n" " || _POSIX_C_SOURCE E<gt>= 200112L\n" -msgstr "_ISOC99_SOURCE || _POSIX_C_SOURCE\\ E<gt>=\\ 200112L" +msgstr "" +" _XOPEN_SOURCE E<gt>= 500 || _ISOC99_SOURCE\n" +" || _POSIX_C_SOURCE E<gt>= 200112L\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -119,17 +120,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 "" -#| "When I<mode> is zero, the B<fwide>() function determines the current " -#| "orientation of I<stream>. It returns a positive value if I<stream> is " -#| "wide-character oriented, that is, if wide-character I/O is permitted but " -#| "char I/O is disallowed. It returns a negative value if I<stream> is byte " -#| "oriented\\(emthat is, if char I/O is permitted but wide-character I/O is " -#| "disallowed. It returns zero if I<stream> has no orientation yet; in this " -#| "case the next I/O operation might change the orientation (to byte " -#| "oriented if it is a char I/O operation, or to wide-character oriented if " -#| "it is a wide-character I/O operation)." msgid "" "When I<mode> is zero, the B<fwide>() function determines the current " "orientation of I<stream>. It returns a positive value if I<stream> is wide-" @@ -148,7 +138,7 @@ msgstr "" "Wartość ujemna jest zwracana, gdy I<stream> jest zorientowany bajtowo, tzn. " "gdy wejście/wyjście dla znaków typu char jest dozwolone, a wejście/wyjście " "dla szerokich znaków nie jest dozwolone. Zero jest zwracane, gdy strumień " -"I<stream> nie ma jeszcze orienatcji; w tym przypadku następna operacja " +"I<stream> nie ma jeszcze orientacji; w tym przypadku następna operacja " "wejścia/wyjścia może zmienić orientację (na bajtową, jeśli będzie to " "operacja wejścia/wyjścia znaków typu char, lub na szerokoznakową, jeśli " "będzie to operacja wejścia/wyjścia szerokich znaków)." @@ -284,19 +274,37 @@ msgid "POSIX.1-2001, POSIX.1-2008, C99." msgstr "POSIX.1-2001, POSIX.1-2008, C99." #. type: TH -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-03-30" -msgstr "30 marca 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 +#, no-wrap +msgid "2023-03-30" +msgstr "30 marca 2023 r." #. type: TH #: opensuse-leap-15-6 #, 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)" |