summaryrefslogtreecommitdiffstats
path: root/po/pl/man3/fgetws.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pl/man3/fgetws.3.po')
-rw-r--r--po/pl/man3/fgetws.3.po65
1 files changed, 34 insertions, 31 deletions
diff --git a/po/pl/man3/fgetws.3.po b/po/pl/man3/fgetws.3.po
index 723d17a1..69d35556 100644
--- a/po/pl/man3/fgetws.3.po
+++ b/po/pl/man3/fgetws.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>, 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:56+0100\n"
-"PO-Revision-Date: 2019-08-16 21:08+0100\n"
-"Last-Translator: Robert Luberda <robert@debian.org>\n"
+"POT-Creation-Date: 2024-06-01 05:50+0200\n"
+"PO-Revision-Date: 2024-04-17 19:45+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 "fgetws"
msgstr "fgetws"
#. 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>wchar.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<wchar_t *fgetws(wchar_t *>I<ws>B<, int >I<n>B<, FILE *>I<stream>B<);>\n"
+#, no-wrap
msgid "B<wchar_t *fgetws(wchar_t >I<ws>B<[restrict .>I<n>B<], int >I<n>B<, FILE *restrict >I<stream>B<);>\n"
-msgstr "B<wchar_t *fgetws(wchar_t *>I<ws>B<, int >I<n>B<, FILE *>I<stream>B<);>\n"
+msgstr "B<wchar_t *fgetws(wchar_t >I<ws>B<[restrict .>I<n>B<], int >I<n>B<, FILE *restrict >I<stream>B<);>\n"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -96,14 +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 B<fgetws>() function is the wide-character equivalent of the "
-#| "B<fgets>(3) function. It reads a string of at most I<n-1> wide "
-#| "characters into the wide-character array pointed to by I<ws>, and adds a "
-#| "terminating null wide character (L\\(aq\\e0\\(aq). It stops reading wide "
-#| "characters after it has encountered and stored a newline wide character. "
-#| "It also stops when end of stream is reached."
msgid ""
"The B<fgetws>() function is the wide-character equivalent of the "
"B<fgets>(3) function. It reads a string of at most I<n-1> wide characters "
@@ -115,9 +106,9 @@ msgstr ""
"Funkcja B<fgetws>() jest szerokoznakowym odpowiednikiem funkcji B<fgets>(3). "
"Wczytuje łańcuch zawierający co najwyżej I<n-1> szerokich znaków do tablicy "
"szerokich znaków wskazywanej przez I<ws> oraz dodaje znak końca łańcucha "
-"(L\\(aq\\e0\\(aq). Kończy czytanie, gdy natrafi na szeroki znak końca linii. "
-"Znak ten jest wczytywany do tablicy. Kończy również w razie napotkania końca "
-"strumienia."
+"(L\\[aq]\\e0\\[aq]). Kończy czytanie, gdy natrafi na szeroki znak końca "
+"wiersza. Znak ten jest wczytywany do tablicy. Kończy również w razie "
+"napotkania końca strumienia."
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -322,16 +313,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
@@ -344,3 +341,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)"