diff options
Diffstat (limited to 'po/pl/man3/difftime.3.po')
-rw-r--r-- | po/pl/man3/difftime.3.po | 86 |
1 files changed, 46 insertions, 40 deletions
diff --git a/po/pl/man3/difftime.3.po b/po/pl/man3/difftime.3.po index 2c5436db..7db7cdee 100644 --- a/po/pl/man3/difftime.3.po +++ b/po/pl/man3/difftime.3.po @@ -4,12 +4,12 @@ # Adam Byrtek <alpha@irc.pl>, 1998. # Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2001. # Robert Luberda <robert@debian.org>, 2013. -# 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:55+0100\n" -"PO-Revision-Date: 2016-09-05 21:42+0200\n" +"POT-Creation-Date: 2024-06-01 05:47+0200\n" +"PO-Revision-Date: 2024-06-02 11:43+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" @@ -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 1.5\n" +"X-Generator: Lokalize 22.12.3\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -28,16 +28,16 @@ msgid "difftime" msgstr "difftime" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-11-11" -msgstr "11 listopada 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 "difftime - calculate time difference" -msgstr "difftime - obliczanie różnicy czasu" +msgstr "difftime - oblicza różnicę czasu" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -94,14 +94,8 @@ msgid "DESCRIPTION" msgstr "OPIS" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron -#, fuzzy -#| msgid "" -#| "The B<difftime>() function returns the number of seconds elapsed between " -#| "time I<time1> and time I<time0>, represented as a I<double>. Each of the " -#| "times is specified in calendar time, which means its value is a " -#| "measurement (in seconds) relative to the Epoch, 1970-01-01 00:00:00 +0000 " -#| "(UTC)." +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "The B<difftime>() function returns the number of seconds elapsed between " "time I<time1> and time I<time0>, represented as a I<double>. Each time is a " @@ -109,16 +103,17 @@ msgid "" msgstr "" "Funkcja B<difftime>() zwraca liczbę sekund, które upłynęły pomiędzy czasem " "I<time1> a I<time0>, reprezentowanymi jako wartości typu I<double>. Oba " -"czasy są podane w czasie kalendarzowym, co oznacza, że jego wartość jest " -"mierzona (w sekundach) względem epoki tj. daty 1970-01-01 00:00:00 +0000 " -"(UTC)." +"czasy są podane w sekundach." #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" -"I<difftime(b,\\~a)> acts like I<(b-a)> except that the result does not " +"I<difftime(b,\\ a)> acts like I<(b-a)> except that the result does not " "overflow and is rounded to I<double>." msgstr "" +"I<difftime(b,\\ a)> działa jak I<(b-a)> poza tym, że wynik się nie " +"przepełnia i jest zaokrąglony do I<double>." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -248,7 +243,7 @@ msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: Plain text -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "" "The B<difftime>() function returns the number of seconds elapsed between " "time I<time1> and time I<time0>, represented as a I<double>. Each of the " @@ -267,13 +262,13 @@ msgid "POSIX.1-2001, POSIX.1-2008, C99, SVr4, 4.3BSD." msgstr "POSIX.1-2001, POSIX.1-2008, C99, SVr4, 4.3BSD." #. type: SH -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "NOTES" msgstr "UWAGI" #. type: Plain text -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "" "On a POSIX system, I<time_t> is an arithmetic type, and one could just define" msgstr "" @@ -287,28 +282,27 @@ msgid "#define difftime(t1,t0) (double)(t1 - t0)\n" msgstr "#define difftime(t1,t0) (double)(t1 - t0)\n" #. type: Plain text -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "when the possible overflow in the subtraction is not a concern." msgstr "gdy ewentualne przepełnienie podczas odejmowania nie jest istotne." #. 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-11-11" +msgstr "11 listopada 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: Plain text -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed -#, fuzzy, no-wrap -#| msgid "#define difftime(t1,t0) (double)(t1 - t0)\n" -msgid "#define my_difftime(t1,t0) (double)(t1 - t0)\n" -msgstr "#define difftime(t1,t0) (double)(t1 - t0)\n" +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 @@ -321,3 +315,15 @@ msgstr "3 kwietnia 2023 r." #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04" + +#. type: Plain text +#: opensuse-leap-15-6 +#, no-wrap +msgid "#define my_difftime(t1,t0) (double)(t1 - t0)\n" +msgstr "#define mój_difftime(t1,t0) (double)(t1 - t0)\n" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "Linux man-pages (niewydane)" |