diff options
Diffstat (limited to 'po/pl/man3/difftime.3.po')
-rw-r--r-- | po/pl/man3/difftime.3.po | 323 |
1 files changed, 323 insertions, 0 deletions
diff --git a/po/pl/man3/difftime.3.po b/po/pl/man3/difftime.3.po new file mode 100644 index 00000000..2c5436db --- /dev/null +++ b/po/pl/man3/difftime.3.po @@ -0,0 +1,323 @@ +# Polish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# 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. +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" +"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" +"Content-Type: text/plain; charset=UTF-8\n" +"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" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "difftime" +msgstr "difftime" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-11-11" +msgstr "11 listopada 2023 r." + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NAZWA" + +#. type: Plain text +#: 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" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "BIBLIOTEKA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Standard C library (I<libc>, I<-lc>)" +msgstr "Standardowa biblioteka C (I<libc>, I<-lc>)" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "SKŁADNIA" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>time.hE<gt>>\n" +msgstr "B<#include E<lt>time.hE<gt>>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<double difftime(time_t >I<time1>B<, time_t >I<time0>B<);>\n" +msgstr "B<double difftime(time_t >I<time1>B<, time_t >I<time0>B<);>\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +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)." +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 " +"count of seconds." +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)." + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"I<difftime(b,\\~a)> acts like I<(b-a)> except that the result does not " +"overflow and is rounded to I<double>." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "ATRYBUTY" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For an explanation of the terms used in this section, see B<attributes>(7)." +msgstr "" +"Informacje o pojęciach używanych w tym rozdziale można znaleźć w podręczniku " +"B<attributes>(7)." + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Interface" +msgstr "Interfejs" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Attribute" +msgstr "Atrybut" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Value" +msgstr "Wartość" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".na\n" +msgstr ".na\n" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".nh\n" +msgstr ".nh\n" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<difftime>()" +msgstr "B<difftime>()" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Thread safety" +msgstr "Bezpieczeństwo wątkowe" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Safe" +msgstr "MT-bezpieczne" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "STANDARDY" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "C11, POSIX.1-2008." +msgstr "C11, POSIX.1-2008." + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HISTORY" +msgstr "HISTORIA" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001, C89, SVr4, 4.3BSD." +msgstr "POSIX.1-2001, C89, SVr4, 4.3BSD." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "ZOBACZ TAKŻE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<date>(1), B<gettimeofday>(2), B<time>(2), B<ctime>(3), B<gmtime>(3), " +"B<localtime>(3)" +msgstr "" +"B<date>(1), B<gettimeofday>(2), B<time>(2), B<ctime>(3), B<gmtime>(3), " +"B<localtime>(3)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-12-29" +msgstr "29 grudnia 2022 r." + +#. type: TH +#: debian-bookworm +#, no-wrap +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 +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)." +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)." + +#. type: Plain text +#: debian-bookworm +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 +#, no-wrap +msgid "NOTES" +msgstr "UWAGI" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On a POSIX system, I<time_t> is an arithmetic type, and one could just define" +msgstr "" +"W systemach zgodnych z POSIX I<time_t> jest typu arytmetycznego i można po " +"prostu zdefiniować" + +#. type: Plain text +#: debian-bookworm +#, no-wrap +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 +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 +#, no-wrap +msgid "2023-07-20" +msgstr "20 lipca 2023 r." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Linux man-pages 6.05.01" + +#. 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 +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-04-03" +msgstr "3 kwietnia 2023 r." + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |