diff options
Diffstat (limited to 'po/pl/man3/__setfpucw.3.po')
-rw-r--r-- | po/pl/man3/__setfpucw.3.po | 86 |
1 files changed, 46 insertions, 40 deletions
diff --git a/po/pl/man3/__setfpucw.3.po b/po/pl/man3/__setfpucw.3.po index 07513e2d..cfe6555f 100644 --- a/po/pl/man3/__setfpucw.3.po +++ b/po/pl/man3/__setfpucw.3.po @@ -4,12 +4,13 @@ # Adam Byrtek <alpha@irc.pl>, 1998. # Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2001. # Robert Luberda <robert@debian.org>, 2017, 2019. +# Michał Kułach <michal.kulach@gmail.com>, 2024. msgid "" msgstr "" "Project-Id-Version: manpages-pl\n" -"POT-Creation-Date: 2024-03-01 17:07+0100\n" -"PO-Revision-Date: 2019-08-08 19:47+0100\n" -"Last-Translator: Robert Luberda <robert@debian.org>\n" +"POT-Creation-Date: 2024-06-01 06:20+0200\n" +"PO-Revision-Date: 2024-04-14 08:24+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 +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 @@ -27,16 +28,16 @@ msgid "__setfpucw" msgstr "__setfpucw" #. 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 +51,7 @@ msgstr "NAZWA" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "__setfpucw - set FPU control word on i386 architecture (obsolete)" msgstr "" -"__setfpucw - zmiana słowa kontrolnego koprocesora w architekturze i386 " +"__setfpucw - zmienia słowo kontrolne koprocesora na architekturze i386 " "(przestarzałe)" #. type: SH @@ -83,10 +84,9 @@ msgstr "B<#include E<lt>i386/fpu_control.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<void __setfpucw(unsigned short >I<control_word>B<);>\n" +#, no-wrap msgid "B<[[deprecated]] void __setfpucw(unsigned short >I<control_word>B<);>\n" -msgstr "B<void __setfpucw(unsigned short >I<control_word>B<);>\n" +msgstr "B<[[przestarzałe]] void __setfpucw(unsigned short >I<control_word>B<);>\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -131,10 +131,8 @@ msgstr "HISTORIA" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy -#| msgid "Before glibc 2.12:" msgid "Removed in glibc 2.1." -msgstr "Przed glibc 2.12:" +msgstr "Usunięte w glibc 2.1." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -146,15 +144,6 @@ msgstr "UWAGI" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy -#| msgid "" -#| "As of glibc 2.1 this function does not exist anymore. There are new " -#| "functions from C99, with prototypes in I<E<lt>fenv.hE<gt>>, to control " -#| "FPU rounding modes, like B<fegetround>(3), B<fesetround>(3), and the " -#| "floating-point environment, like B<fegetenv>(3), B<feholdexcept>(3), " -#| "B<fesetenv>(3), B<feupdateenv>(3), and FPU exception handling, like " -#| "B<feclearexcept>(3), B<fegetexceptflag>(3), B<feraiseexcept>(3), " -#| "B<fesetexceptflag>(3), and B<fetestexcept>(3)." msgid "" "There are new functions from C99, with prototypes in I<E<lt>fenv.hE<gt>>, to " "control FPU rounding modes, like B<fegetround>(3), B<fesetround>(3), and the " @@ -163,14 +152,13 @@ msgid "" "B<feclearexcept>(3), B<fegetexceptflag>(3), B<feraiseexcept>(3), " "B<fesetexceptflag>(3), and B<fetestexcept>(3)." msgstr "" -"Od glibc 2.1 ta funkcja już nie istnieje. Dostępne są nowe funkcje zgodne z " -"C99 o prototypach w I<E<lt>fenv.hE<gt>>, takie jak B<fegetround>(3), " -"B<fesetround>(3), służące do ustawiania trybów zaokrąglania koprocesora; " -"takie jak B<fegetenv>(3), B<feholdexcept>(3), B<fesetenv>(3), " -"B<feupdateenv>(3), służące do ustawiania środowiska zmiennoprzecinkowego; " -"takie jak B<feclearexcept>(3), B<fegetexceptflag>(3), B<feraiseexcept>(3), " -"B<fesetexceptflag>(3) orazB<fetestexcept>(3), służące do obsługi wyjątków " -"zmiennoprzecinkowych." +"Dostępne są nowe funkcje zgodne z C99 o prototypach w I<E<lt>fenv.hE<gt>>, " +"takie jak B<fegetround>(3), B<fesetround>(3), służące do ustawiania trybów " +"zaokrąglania koprocesora; takie jak B<fegetenv>(3), B<feholdexcept>(3), " +"B<fesetenv>(3), B<feupdateenv>(3), służące do ustawiania środowiska " +"zmiennoprzecinkowego; takie jak B<feclearexcept>(3), B<fegetexceptflag>(3), " +"B<feraiseexcept>(3), B<fesetexceptflag>(3) oraz B<fetestexcept>(3), służące " +"do obsługi wyjątków zmiennoprzecinkowych." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -286,19 +274,37 @@ msgstr "" "zmiennoprzecinkowych." #. 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)" |