diff options
Diffstat (limited to 'po/pl/man2/getresuid.2.po')
-rw-r--r-- | po/pl/man2/getresuid.2.po | 284 |
1 files changed, 284 insertions, 0 deletions
diff --git a/po/pl/man2/getresuid.2.po b/po/pl/man2/getresuid.2.po new file mode 100644 index 00000000..918a196c --- /dev/null +++ b/po/pl/man2/getresuid.2.po @@ -0,0 +1,284 @@ +# Polish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Przemek Borys <pborys@dione.ids.pl>, 1998. +# Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2002. +# 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 16:57+0100\n" +"PO-Revision-Date: 2024-03-12 20:10+0100\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 22.12.3\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "getresuid" +msgstr "getresuid" + +#. 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 "getresuid, getresgid - get real, effective, and saved user/group IDs" +msgstr "" +"getresuid, getresgid - pobiera rzeczywisty, efektywny i zachowany ID " +"użytkownika lub grupy" + +#. 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<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n" +"B<#include E<lt>unistd.hE<gt>>\n" +msgstr "" +"B<#define _GNU_SOURCE> /* Zob. feature_test_macros(7) */\n" +"B<#include E<lt>unistd.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<int getresuid(uid_t *>I<ruid>B<, uid_t *>I<euid>B<, uid_t *>I<suid>B<);>\n" +"B<int getresgid(gid_t *>I<rgid>B<, gid_t *>I<egid>B<, gid_t *>I<sgid>B<);>\n" +msgstr "" +"B<int getresuid(uid_t *>I<ruid>B<, uid_t *>I<euid>B<, uid_t *>I<suid>B<);>\n" +"B<int getresgid(gid_t *>I<rgid>B<, gid_t *>I<egid>B<, gid_t *>I<sgid>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 debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<getresuid>() returns the real UID, the effective UID, and the saved set-" +"user-ID of the calling process, in the arguments I<ruid>, I<euid>, and " +"I<suid>, respectively. B<getresgid>() performs the analogous task for the " +"process's group IDs." +msgstr "" +"B<getresuid>() zwraca w argumentach I<ruid>, I<euid> oraz I<suid> " +"odpowiednio: rzeczywisty, efektywny i zachowany identyfikator użytkownika " +"wywołującego procesu. B<getresgid>() zwraca analogiczne informacje dla ID " +"grupy procesu wywołującego." + +#. 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 "" +"On success, zero is returned. On error, -1 is returned, and I<errno> is set " +"to indicate the error." +msgstr "" +"Po pomyślnym zakończeniu zwracane jest zero. Po błędzie zwracane jest -1 i " +"ustawiane jest I<errno> wskazując błąd." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ERRORS" +msgstr "BŁĘDY" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EFAULT>" +msgstr "B<EFAULT>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"One of the arguments specified an address outside the calling program's " +"address space." +msgstr "" +"Jeden z podanych argumentów wskazuje poza przestrzeń adresową programu " +"wywołującego." + +#. 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. These calls also appear on HP-UX and some of the BSDs." +msgstr "" +"Brak. Opisywane wywołania systemowe występują również na HP-UX i niektórych " +"systemach BSD." + +#. 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 "Linux 2.1.44, glibc 2.3.2." +msgstr "Linux 2.1.44, glibc 2.3.2." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The original Linux B<getresuid>() and B<getresgid>() system calls " +"supported only 16-bit user and group IDs. Subsequently, Linux 2.4 added " +"B<getresuid32>() and B<getresgid32>(), supporting 32-bit IDs. The glibc " +"B<getresuid>() and B<getresgid>() wrapper functions transparently deal " +"with the variations across kernel versions." +msgstr "" +"Oryginalne linuksowe wywołania B<getresuid>() i B<getresgid>() obsługiwały " +"tylko 16-bitowe ID użytkowników i grup. W Linuksie 2.4 wprowadzono " +"B<getresuid32>() i B<getresgid32>() wspierające 32-bitowe ID. Funkcje " +"opakowujące B<getresuid>() i B<getresgid>() biblioteki glibc w sposób " +"przezroczysty obsługują te warianty na różnych wersjach jądra." + +#. 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<getuid>(2), B<setresuid>(2), B<setreuid>(2), B<setuid>(2), " +"B<credentials>(7)" +msgstr "" +"B<getuid>(2), B<setresuid>(2), B<setreuid>(2), B<setuid>(2), " +"B<credentials>(7)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-12-04" +msgstr "4 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 "These system calls were added on Linux 2.1.44." +msgstr "Te wywołania systemowe dodano w Linuksie 2.1.44." + +#. type: Plain text +#: debian-bookworm +msgid "" +"The prototypes are given since glibc 2.3.2, provided B<_GNU_SOURCE> is " +"defined." +msgstr "" +"Prototypy występują od glibc 2.3.2, pod warunkiem, że B<_GNU_SOURCE> jest " +"zdefiniowane." + +#. type: Plain text +#: debian-bookworm +msgid "" +"These calls are nonstandard; they also appear on HP-UX and some of the BSDs." +msgstr "" +"Opisywane wywołania systemowe są niestandardowe; występują również na HP-UX " +"i niektórych systemach BSD." + +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "NOTES" +msgstr "UWAGI" + +#. type: TH +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-03-30" +msgstr "30 marca 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 "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |