summaryrefslogtreecommitdiffstats
path: root/po/pl/man3/ftime.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pl/man3/ftime.3.po')
-rw-r--r--po/pl/man3/ftime.3.po381
1 files changed, 381 insertions, 0 deletions
diff --git a/po/pl/man3/ftime.3.po b/po/pl/man3/ftime.3.po
new file mode 100644
index 00000000..dc4f4396
--- /dev/null
+++ b/po/pl/man3/ftime.3.po
@@ -0,0 +1,381 @@
+# Polish translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2001.
+# Robert Luberda <robert@debian.org>, 2014, 2019.
+# Michał Kułach <michal.kulach@gmail.com>, 2014, 2016.
+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:10+0100\n"
+"Last-Translator: Robert Luberda <robert@debian.org>\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 2.0\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ftime"
+msgstr "ftime"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 października 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 "ftime - return date and time"
+msgstr "ftime - zwraca datę i czas"
+
+#. 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
+#, fuzzy, no-wrap
+#| msgid "B<#include E<lt>sys/timeb.hE<gt>>"
+msgid "B<#include E<lt>sys/timeb.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/timeb.hE<gt>>"
+
+#. 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<int ftime(struct timeb *>I<tp>B<);>"
+msgid "B<int ftime(struct timeb *>I<tp>B<);>\n"
+msgstr "B<int ftime(struct timeb *>I<tp>B<);>"
+
+#. 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 debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<NOTE>: This function is no longer provided by the GNU C library. Use "
+"B<clock_gettime>(2) instead."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"This function returns the current time as seconds and milliseconds since the "
+"Epoch, 1970-01-01 00:00:00 +0000 (UTC). The time is returned in I<tp>, "
+"which is declared as follows:"
+msgstr ""
+"Funkcja zwraca bieżący czas jako sekundy i milisekundy od początku epoki, "
+"1970-01-01 00:00:00 +0000 (UTC). Czas jest zwracany w strukturze I<tp>, "
+"zadeklarowanej następująco:"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct timeb {\n"
+" time_t time;\n"
+" unsigned short millitm;\n"
+" short timezone;\n"
+" short dstflag;\n"
+"};\n"
+msgstr ""
+"struct timeb {\n"
+" time_t time;\n"
+" unsigned short millitm;\n"
+" short timezone;\n"
+" short dstflag;\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Here I<time> is the number of seconds since the Epoch, and I<millitm> is the "
+"number of milliseconds since I<time> seconds since the Epoch. The "
+"I<timezone> field is the local timezone measured in minutes of time west of "
+"Greenwich (with a negative value indicating minutes east of Greenwich). The "
+"I<dstflag> field is a flag that, if nonzero, indicates that Daylight Saving "
+"time applies locally during the appropriate part of the year."
+msgstr ""
+"I<time> jest tu liczbą sekund od początku epoki, I<millitm> jest liczbą "
+"milisekund od chwili I<time> sekund od początku epoki, I<timezone> jest "
+"przesunięciem czasu dla lokalnej strefy czasowej, mierzonym w minutach w "
+"kierunku na zachód od Greenwich (z ujemnymi wartościami oznaczającymi wschód "
+"od Greenwich), a I<dstflag> jest znacznikiem, który jeśli jeśli ma wartość "
+"niezerową, wskazuje, że w danej części roku obowiązuje lokalnie czas letni."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"POSIX.1-2001 says that the contents of the I<timezone> and I<dstflag> fields "
+"are unspecified; avoid relying on them."
+msgstr ""
+"POSIX.1-2001 mówi, że zawartość pól I<timezone> i I<dstflag> nie jest "
+"określona, prosimy unikać zależenia od tych pól."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "WARTOŚĆ ZWRACANA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"This function always returns 0. (POSIX.1-2001 specifies, and some systems "
+"document, a -1 error return.)"
+msgstr ""
+"Funkcja zawsze zwraca 0. (POSIX.1-2001 określa, a niektóre systemy "
+"dokumentują, zwracanie -1 w przypadku błędu)."
+
+#. 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<ftime>()"
+msgstr "B<ftime>()"
+
+#. 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 "None."
+msgstr ""
+
+#. 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 "Removed in glibc 2.33. 4.2BSD, POSIX.1-2001. Removed in POSIX.1-2008."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"This function is obsolete. Don't use it. If the time in seconds suffices, "
+"B<time>(2) can be used; B<gettimeofday>(2) gives microseconds; "
+"B<clock_gettime>(2) gives nanoseconds but is not as widely available."
+msgstr ""
+"Funkcja ta jest przestarzała. Nie należy jej używać. Jeśli wystarczy czas w "
+"sekundach, można używać B<time>(2); B<gettimeofday>(2) zwraca czas w "
+"mikrosekundach; B<clock_gettime>(2) zwraca nanosekundy, lecz nie jest tak "
+"powszechnie dostępna."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr "USTERKI"
+
+#. .SH HISTORY
+#. The
+#. .BR ftime ()
+#. function appeared in 4.2BSD.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Early glibc2 is buggy and returns 0 in the I<millitm> field; glibc 2.1.1 is "
+"correct again."
+msgstr ""
+"Wczesne wersje glibc2 miały błąd i zwracały 0 w polu I<millitm>; glibc 2.1.1 "
+"zachowuje się znowu poprawnie."
+
+#. 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<gettimeofday>(2), B<time>(2)"
+msgstr "B<gettimeofday>(2), B<time>(2)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-12-15"
+msgstr "15 grudnia 2022 r."
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "VERSIONS"
+msgstr "WERSJE"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"Starting with glibc 2.33, the B<ftime>() function and the I<E<lt>sys/timeb."
+"hE<gt>> header have been removed. To support old binaries, glibc continues "
+"to provide a compatibility symbol for applications linked against glibc 2.32 "
+"and earlier."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"4.2BSD, POSIX.1-2001. POSIX.1-2008 removes the specification of B<ftime>()."
+msgstr "4.2BSD, POSIX.1-2001. POSIX.1-2008 usuwa opis B<ftime>()."
+
+#. 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: 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"