From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- po/pl/man3/intro.3.po | 307 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 307 insertions(+) create mode 100644 po/pl/man3/intro.3.po (limited to 'po/pl/man3/intro.3.po') diff --git a/po/pl/man3/intro.3.po b/po/pl/man3/intro.3.po new file mode 100644 index 00000000..19aac02e --- /dev/null +++ b/po/pl/man3/intro.3.po @@ -0,0 +1,307 @@ +# Polish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Adam Byrtek , 1999. +# Michał Kułach , 2012, 2013, 2014, 2016. +# Robert Luberda , 2019. +msgid "" +msgstr "" +"Project-Id-Version: manpages-pl\n" +"POT-Creation-Date: 2024-03-01 16:58+0100\n" +"PO-Revision-Date: 2019-08-16 21:32+0100\n" +"Last-Translator: Robert Luberda \n" +"Language-Team: Polish \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 2.0\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "intro" +msgstr "intro" + +#. 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 "intro - introduction to library functions" +msgstr "intro - wprowadzenie do funkcji bibliotecznych" + +#. 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 +#, fuzzy +#| msgid "" +#| "Section 3 of the manual describes all library functions excluding the " +#| "library functions (system call wrappers) described in Section 2, which " +#| "implement system calls." +msgid "" +"Section 3 of the manual describes all library functions excluding the " +"library functions (system call wrappers) described in Section 2, which " +"implement system calls." +msgstr "" +"Dział 3 podręcznika opisuje wszystkie funkcje biblioteczne z wyłączeniem " +"funkcji bibliotecznych (opakowań wywołań systemowych) opisanych w dziale 2, " +"implementujących wywołania systemowe." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Many of the functions described in the section are part of the Standard C " +"Library (I). Some functions are part of other libraries (e.g., the " +"math library, I, or the real-time library, I) in which case " +"the manual page will indicate the linker option needed to link against the " +"required library (e.g., I<-lm> and I<-lrt>, respectively, for the " +"aforementioned libraries)." +msgstr "" +"Wiele z funkcji opisanych w tym dziale jest częścią standardowej biblioteki " +"C (I). Niektóre są częścią innych bibliotek (np. biblioteki " +"matematycznej I lub biblioteki czasu rzeczywistego, I) - " +"wówczas strona podręcznika wskazuje opcje linkera potrzebne do zlinkowania z " +"wymaganą biblioteką (np. I<-lm> i I<-lrt>, odpowiednio, do wspomnianych " +"bibliotek)." + +#. There +#. are various function groups which can be identified by a letter which +#. is appended to the chapter number: +#. .IP (3C) +#. These functions, +#. the functions from chapter 2 and from chapter 3S are +#. contained in the C standard library libc, +#. which will be used by +#. .BR cc (1) +#. by default. +#. .IP (3S) +#. These functions are parts of the +#. .BR stdio (3) +#. library. They are contained in the standard C library libc. +#. .IP (3M) +#. These functions are contained in the arithmetic library libm. They are +#. used by the +#. .BR f77 (1) +#. FORTRAN compiler by default, +#. but not by the +#. .BR cc (1) +#. C compiler, +#. which needs the option \fI\-lm\fP. +#. .IP (3F) +#. These functions are part of the FORTRAN library libF77. There are no +#. special compiler flags needed to use these functions. +#. .IP (3X) +#. Various special libraries. The manual pages documenting their functions +#. specify the library names. +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "In some cases, the programmer must define a feature test macro in order " +#| "to obtain the declaration of a function from the header file specified in " +#| "the man page SYNOPSIS section. (Where required, these feature test " +#| "macros must be defined before including I header files.) In such " +#| "cases, the required macro is described in the man page. For further " +#| "information on feature test macros, see B(7)." +msgid "" +"In some cases, the programmer must define a feature test macro in order to " +"obtain the declaration of a function from the header file specified in the " +"man page SYNOPSIS section. (Where required, these I " +"must be defined before including I header files.) In such cases, the " +"required macro is described in the man page. For further information on " +"feature test macros, see B(7)." +msgstr "" +"W niektórych przypadkach, programista musi zdefiniować testowe makro funkcji " +"aby pozyskać deklarację funkcji z pliku nagłówkowego opisanego w rozdziale " +"SKŁADNIA strony podręcznika systemowego (gdy jest to wymagane, takie makra " +"muszą być zdefiniowane przez dołączeniem I plików " +"nagłówkowych). W takich sytuacjach, wymagane makro jest opisane w " +"odpowiednim podręczniku systemowym. Więcej informacji o testowych makrach " +"funkcji można znaleźć w B(7)." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Subsections" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Section 3 of this manual is organized into subsections that reflect the " +"complex structure of the standard C library and its many implementations:" +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\[bu]" +msgstr "\\[bu]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "3const" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "3head" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "I" +msgid "3type" +msgstr "I" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This difficult history frequently makes it a poor example to follow in " +"design, implementation, and presentation." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Ideally, a library for the C language is designed such that each header file " +"presents the interface to a coherent software module. It provides a small " +"number of function declarations and exposes only data types and constants " +"that are required for use of those functions. Together, these are termed an " +"API or I. Types and constants to be shared " +"among multiple APIs should be placed in header files that declare no " +"functions. This organization permits a C library module to be documented " +"concisely with one header file per manual page. Such an approach improves " +"the readability and accessibility of library documentation, and thereby the " +"usability of the software." +msgstr "" + +#. 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-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Certain terms and abbreviations are used to indicate UNIX variants and " +"standards to which calls in this section conform. See B(7)." +msgstr "" +"Poszczególne zwroty i skróty używane do określenia wariantów Uniksa i " +"standardów, do których wywołania w tym dziale się stosują. Patrz " +"B(7)." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "UWAGI" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Authors and copyright conditions" +msgstr "Autorzy i prawa autorskie" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Look at the header of the manual page source for the author(s) and copyright " +"conditions. Note that these can be different from page to page!" +msgstr "" +"Nazwiska autorów i warunki kopiowania znajdują się w nagłówku strony man. " +"Mogą one różnić się dla poszczególnych stron." + +#. 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 +#, fuzzy +#| msgid "" +#| "B(2), B(3), B(7), B(7), " +#| "B(7), B(7), B(7), B(7), " +#| "B(7), B(7), B(7), B(7)" +msgid "" +"B(2), B(3), B(7), B(7), " +"B(7), B(7), B(7), B(7), " +"B(7), B(7), B(7), B(7), " +"B(7)" +msgstr "" +"B(2), B(3), B(7), B(7), " +"B(7), B(7), B(7), B(7), " +"B(7), B(7), B(7), B(7)" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-02-05" +msgstr "5 lutego 2023 r." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 6.03" + +#. 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" -- cgit v1.2.3