diff options
Diffstat (limited to 'po/pl/man1/ar.1.po')
-rw-r--r-- | po/pl/man1/ar.1.po | 1936 |
1 files changed, 1936 insertions, 0 deletions
diff --git a/po/pl/man1/ar.1.po b/po/pl/man1/ar.1.po new file mode 100644 index 00000000..ce74f441 --- /dev/null +++ b/po/pl/man1/ar.1.po @@ -0,0 +1,1936 @@ +# 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. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 16:52+0100\n" +"PO-Revision-Date: 2020-12-29 13:11+0100\n" +"Last-Translator: Przemek Borys <pborys@dione.ids.pl>\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" +"X-Generator: Lokalize 1.2\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: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Title" +msgstr "Title" + +#. ======================================================================== +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AR 1" +msgstr "AR 1" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AR" +msgstr "AR" + +#. type: TH +#: archlinux +#, no-wrap +msgid "2024-02-01" +msgstr "1 lutego 2024 r." + +#. type: TH +#: archlinux opensuse-tumbleweed +#, no-wrap +msgid "binutils-2.42.0" +msgstr "binutils-2.42.0" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GNU Development Tools" +msgstr "Narzędzia programistyczne GNU" + +#. 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 "ar - create, modify, and extract from archives" +msgstr "ar - utwórz, modyfikuj i ekstrahuj z archiwów" + +#. type: IX +#: 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: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Header" +msgstr "Header" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"ar [B<-X32_64>] [B<->]I<p>[I<mod>] [B<--plugin> I<name>] [B<--target> " +"I<bfdname>] [B<--output> I<dirname>] [B<--record-libdeps> I<libdeps>] [B<--" +"thin>] [I<relpos>] [I<count>] I<archive> [I<member>...]" +msgstr "" + +#. type: IX +#: 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-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The GNU B<ar\\& program creates, modifies, and extracts from> archives. " +#| "An I<archive\\& is a single file holding a collection of> other files in " +#| "a structure that makes it possible to retrieve the original individual " +#| "files (called I<members\\& of the archive).>" +msgid "" +"The GNU B<ar> program creates, modifies, and extracts from archives. An " +"I<archive> is a single file holding a collection of other files in a " +"structure that makes it possible to retrieve the original individual files " +"(called I<members> of the archive)." +msgstr "" +"Wersja GNU narzędzia B<ar\\& tworzy, modyfikuje i wyciąga pliki z archiwów. ." +"I archiwum\\& jest pojedynczym plikiem, zawierającym zbiór innych plików w " +"strukturze,> która umożliwia wyciągnięcie plików oryginalnych (zwanych " +"I<członkami\\& archiwum).>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The original files' contents, mode (permissions), timestamp, owner, and " +#| "group are preserved in the archive, and may be reconstituted on " +#| "extraction." +msgid "" +"The original files' contents, mode (permissions), timestamp, owner, and " +"group are preserved in the archive, and can be restored on extraction." +msgstr "" +"Po ekstrakcji, można odtworzyć oryginalne zawartości plików, prawa, " +"timestampy, właścicieli i grupy." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "GNU B<ar\\& can maintain archives whose members have names of any> " +#| "length; however, depending on how B<ar\\& is configured on your> system, " +#| "a limit on member-name length may be imposed (for compatibility with " +#| "archive formats maintained with other tools). If it exists, the limit is " +#| "often 15 characters (typical of formats related to a.out) or 16 " +#| "characters (typical of formats related to coff)." +msgid "" +"GNU B<ar> can maintain archives whose members have names of any length; " +"however, depending on how B<ar> is configured on your system, a limit on " +"member-name length may be imposed for compatibility with archive formats " +"maintained with other tools. If it exists, the limit is often 15 characters " +"(typical of formats related to a.out) or 16 characters (typical of formats " +"related to coff)." +msgstr "" +"GNU B<ar\\& potrafi obsługiwać archiwa, których członkowie mają nazwy " +"dowolnej> długości; zależnie jednak od konfiguracji B<ar\\&, można ustawiać " +"limit długości nazwy członka (dla> zachowania kompatybilności z innymi " +"narzędziami). Jeśli limit istnieje, to jest często limitem 15 znaków (typowy " +"dla formatów związanych z a.out) lub 16 (typowe dla formatów związanych z " +"coff)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "B<ar\\& is considered a binary utility because archives of this sort> are " +#| "most often used as I<libraries\\& holding commonly needed> subroutines." +msgid "" +"\\&B<ar> is considered a binary utility because archives of this sort are " +"most often used as I<libraries> holding commonly needed subroutines. Since " +"libraries often will depend on other libraries, \\&B<ar> can also record the " +"dependencies of a library when the \\&B<--record-libdeps> option is " +"specified." +msgstr "" +"B<ar\\& jest uważany za narzędzie binarne, ponieważ jego archiwa są " +"najczęściej> używane jako I<biblioteki\\& (statyczne) zawierające naczęściej " +"używane funkcje>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "B<ar\\& will create an index to the symbols defined in relocatable> " +#| "object modules in the archive when you specify the modifier `\\|B<s\\|'.> " +#| "Once created, this index is updated in the archive whenever B<ar\\&> " +#| "makes a change to its contents (save for the `\\|B<q\\|' update " +#| "operation).> An archive with such an index speeds up linking to the " +#| "library, and allows routines in the library to call each other without " +#| "regard to their placement in the archive." +msgid "" +"\\&B<ar> creates an index to the symbols defined in relocatable object " +"modules in the archive when you specify the modifier B<s>. Once created, " +"this index is updated in the archive whenever B<ar> makes a change to its " +"contents (save for the B<q> update operation). An archive with such an " +"index speeds up linking to the library, and allows routines in the library " +"to call each other without regard to their placement in the archive." +msgstr "" +"Jeśli podasz modyfikator \\|'B<s\\|',> B<ar\\& będzie tworzył indeks do " +"symboli zdefiniowanych w relokowalnych modułach> obiektowych archiwum. Raz " +"utworzony indeks jest odnawiany w archiwum w sytuacji, gdy B<ar\\&> zmieni " +"jego zawartość (bezpieczne dla operacji \\|'B<q\\|' odnawiania).> Archiwum z " +"takim indeksem przyspiesza linkowanie biblioteki i umożliwia funkcjom z " +"biblioteki wołanie siebie nawzajem bez względu na położenie w archiwum." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "You may use `\\|B<nm -s\\|' or `\\|.B nm --print-armap\\|' to list this " +#| "index> table. If an archive lacks the table, another form of B<ar\\& " +#| "called> B<ranlib\\& can be used to add just the table.>" +msgid "" +"You may use B<nm -s> or B<nm --print-armap> to list this index table. If an " +"archive lacks the table, another form of B<ar> called \\&B<ranlib> can be " +"used to add just the table." +msgstr "" +"Aby wylistować ten indeks, możesz użyć `\\|B<nm -s\\|' lub `\\|.B nm --print-" +"armap\\|'. Jeśli archiwum nie ma takiego indeksu, możesz go dodać przy " +"użyciu> innej formy B<ar\\&, nazywającej się> B<ranlib\\&.>" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"GNU B<ar> can optionally create a I<thin> archive, which contains a symbol " +"index and references to the original copies of the member files of the " +"archive. This is useful for building libraries for use within a local build " +"tree, where the relocatable objects are expected to remain available, and " +"copying the contents of each object would only waste time and space." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"An archive can either be I<thin> or it can be normal. It cannot be both at " +"the same time. Once an archive is created its format cannot be changed " +"without first deleting it and then creating a new archive in its place." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Thin archives are also I<flattened>, so that adding one thin archive to " +"another thin archive does not nest it, as would happen with a normal " +"archive. Instead the elements of the first archive are added individually " +"to the second archive." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The paths to the elements of the archive are stored relative to the archive " +"itself." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"GNU B<ar> is designed to be compatible with two different facilities. You " +"can control its activity using command-line options, like the different " +"varieties of B<ar> on Unix systems; or, if you specify the single command-" +"line option B<-M>, you can control it with a script supplied via standard " +"input, like the MRI \"librarian\" program." +msgstr "" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "OPCJE" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "GNU B<ar\\& allows you to mix the operation code .I p\\& and modifier> " +#| "flags I<mod\\& in any order, within the first command-line argument.>" +msgid "" +"GNU B<ar> allows you to mix the operation code I<p> and modifier flags " +"I<mod> in any order, within the first command-line argument." +msgstr "" +"GNU B<ar\\& umożliwia ci mieszanie kodu operacji> I<p\\& i flag modyfikacji ." +"I mod\\& w dowolnej kolejności w obrębie pierwszego argumentu linii komend.>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If you wish, you may begin the first command-line argument with a dash." +msgstr "Jeśli sobie życzysz, możesz rozpocząć argument linii komend kreseczką." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The I<p\\& keyletter specifies what operation to execute; it may be> any " +#| "of the following, but you must specify only one of them:" +msgid "" +"The I<p> keyletter specifies what operation to execute; it may be any of the " +"following, but you must specify only one of them:" +msgstr "" +"Litera kluczowa I<p\\& określa, jaką operację wykonać; może być dowolną z " +"następujących, lecz> tylko jedna naraz:" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<d>" +msgstr "B<d>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Item" +msgstr "Item" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "d" +msgstr "d" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "I<Delete\\& modules from the archive. Specify the names of modules to> be " +#| "deleted as I<files\\&; the archive is untouched if you> specify no files " +#| "to delete." +msgid "" +"\\&I<Delete> modules from the archive. Specify the names of modules to be " +"deleted as I<member>...; the archive is untouched if you specify no files to " +"delete." +msgstr "" +"I<Kasuj\\& moduły z archiwum. Nazwy modułów, które chcesz skasować podaj " +"jako .I pliki\\&; Jeśli nie podasz żadnych plików do kasowania, archiwum " +"pozostanie> nietknięte." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If you specify the B<v> modifier, B<ar> lists each module as it is deleted." +msgstr "" +"Jeśli podasz modyfikator B<v>, to B<ar> wyświetli każdy skasowany moduł." + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<m>" +msgstr "B<m>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "m" +msgstr "m" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Use this operation to I<move> members in an archive." +msgstr "Użyj tej operacji do I<przemieszczenia> członków archiwum." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The ordering of members in an archive can make a difference in how programs " +"are linked using the library, if a symbol is defined in more than one member." +msgstr "" +"Kolejność członków w archiwum może być istotna przy linkowaniu biblioteki z " +"programami, kiedy symbol jest zdefiniowany więcej niż w jednym członku." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "If no modifiers are used with B<m\\&, any members you name in the> " +#| "I<files\\& arguments are moved to the .I end\\& of the archive;> you can " +#| "use the `\\|B<a\\|', `\\|.B b\\|', or `\\|.B i\\|' modifiers to move them " +#| "to a> specified place instead." +msgid "" +"If no modifiers are used with CW<\\*(C`m\\*(C'>, any members you name in the " +"\\&I<member> arguments are moved to the I<end> of the archive; you can use " +"the B<a>, B<b>, or B<i> modifiers to move them to a specified place instead." +msgstr "" +"Jeśli nie użyto żadnych modyfikatorów przy komendzie B<m\\&, wszyscy " +"członkowie, których nazwiesz w argumencie> I<pliki\\& zostaną przeniesieni " +"na .I koniec\\& archiwum;> Możesz użyć modyfikatorów `\\|B<a\\|', `\\|.B " +"b\\|', lub `\\|.B i\\|' aby przenieść je do określonego miejsca>." + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<p>" +msgstr "B<p>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "p" +msgstr "p" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "I<Print\\& the specified members of the archive, to the standard> output " +#| "file. If the `\\|B<v\\|' modifier is specified, show the member> name " +#| "before copying its contents to standard output." +msgid "" +"\\&I<Print> the specified members of the archive, to the standard output " +"file. If the B<v> modifier is specified, show the member name before " +"copying its contents to standard output." +msgstr "" +"I<Wydrukuj\\& określonych członków archiwum na standardowe wyjście.> Jeśli " +"został podany modyfikator`\\|B<v\\|' , to przed skopiowaniem zawartości " +"członka na standardowe wyjście,> pokaż jego nazwę." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "If you specify no I<files\\&, all the files in the archive are printed.>" +msgid "" +"If you specify no I<member> arguments, all the files in the archive are " +"printed." +msgstr "" +"Jeśli nie podasz żadnych argumentów I<pliki\\&, wydrukowane zostaną " +"wszystkie pliki archiwum.>" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<q>" +msgstr "B<q>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "q" +msgstr "q" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "I<Quick append\\&; add .I files\\& to the end of .I archive\\&,> without " +#| "checking for replacement." +msgid "" +"\\&I<Quick append>; Historically, add the files I<member>... to the end of " +"\\&I<archive>, without checking for replacement." +msgstr "" +"I<Dołącz szybko .I pliki\\& do końca .I archiwum\\&,> bez sprawdzania " +"podmieniania." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The modifiers B<a>, B<b>, and B<i> do I<not> affect this operation; new " +"members are always placed at the end of the archive." +msgstr "" +"Modyfikatory B<a>, B<b>, i B<i> I<nie> wpływają na tę operację; nowi " +"członkowie zawsze są dodwani na końcu archiwum." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The modifier B<v> makes B<ar> list each file as it is appended." +msgstr "Modyfikator B<v> powoduje, że .B ar\\& listuje każdy plik, który doda." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Since the point of this operation is speed, implementations of \\&B<ar> have " +"the option of not updating the archive's symbol table if one exists. Too " +"many different systems however assume that symbol tables are always up-to-" +"date, so GNU B<ar> will rebuild the table even with a quick append." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Note - GNU B<ar> treats the command B<qs> as a synonym for B<r> - replacing " +"already existing files in the archive and appending new ones at the end." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<r>" +msgstr "B<r>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "r" +msgstr "r" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Insert I<files\\& into .I archive\\& (with .I replacement\\&). This> " +#| "operation differs from `\\|B<q\\|' in that any previously existing " +#| "members> are deleted if their names match those being added." +msgid "" +"Insert the files I<member>... into I<archive> (with \\&I<replacement>). This " +"operation differs from B<q> in that any previously existing members are " +"deleted if their names match those being added." +msgstr "" +"Wstaw I<pliki\\& do .I archiwum\\& (z .I podmienianiem\\&). Ta> operacja " +"różni się od `\\|B<q\\|' tym, że wszyscy istniejący członkowie zostają " +"usuwani, jeśli ich nazwy> odpowiadają nazwom dodawanym." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If one of the files named in I<member>... does not exist, B<ar> displays an " +"error message, and leaves undisturbed any existing members of the archive " +"matching that name." +msgstr "" +"Jeśli któryś z plików nazwanych w argumencie I<pliki>... nie istnieje, B<ar> " +"wyświetla komunikat o błędzie i zostawia nie rusza członków archiwum, " +"odpowiadających tej nazwie." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "By default, new members are added at the end of the file; but you may use " +#| "one of the modifiers `\\|B<a\\|', `\\|.B b\\|', or `\\|.B i\\|' to " +#| "request> placement relative to some existing member." +msgid "" +"By default, new members are added at the end of the file; but you may use " +"one of the modifiers B<a>, B<b>, or B<i> to request placement relative to " +"some existing member." +msgstr "" +"Domyślnie, nowi członkowie są dodawani na koniec pliku; możesz jednak użyć " +"modyfikatorów `\\|B<a\\|', `\\|.B b\\|', lub `\\|.B i\\|' aby zażądać " +"wstawienia względem jakiegoś istniejąego członka>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The modifier `\\|B<v\\|' used with this operation elicits a line of> " +#| "output for each file inserted, along with one of the letters `\\|B<a\\|' " +#| "or> `\\|B<r\\|' to indicate whether the file was appended (no old member> " +#| "deleted) or replaced." +msgid "" +"The modifier B<v> used with this operation elicits a line of output for each " +"file inserted, along with one of the letters B<a> or \\&B<r> to indicate " +"whether the file was appended (no old member deleted) or replaced." +msgstr "" +"W tej operacji można użyć modyfikatora `\\|B<v\\|', który wyświetla po " +"jednej linijce komentarza dla każdego> włączonego pliku, uzupełniając ją " +"jedną z liter `\\|B<a\\|' lu> `\\|B<r\\|', wskazując tak, czy plik został " +"dopisany na końcu (nie skasowano żadnego> starego członka) czy został " +"podmieniony." + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<s>" +msgstr "B<s>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "s" +msgstr "s" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Add an index to the archive, or update it if it already exists. Note this " +"command is an exception to the rule that there can only be one command " +"letter, as it is possible to use it as either a command or a modifier. In " +"either case it does the same thing." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<t>" +msgstr "B<t>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "t" +msgstr "t" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Display a I<table\\& listing the contents of .I archive\\&, or those> of " +#| "the files listed in I<files\\& that are present in the> archive. " +#| "Normally only the member name is shown; if you also want to see the modes " +#| "(permissions), timestamp, owner, group, and size, you can request that by " +#| "also specifying the `\\|B<v\\|' modifier.>" +msgid "" +"Display a I<table> listing the contents of I<archive>, or those of the files " +"listed in I<member>... that are present in the archive. Normally only the " +"member name is shown, but if the modifier \\&B<O> is specified, then the " +"corresponding offset of the member is also displayed. Finally, in order to " +"see the modes (permissions), timestamp, owner, group, and size the B<v> " +"modifier should be included." +msgstr "" +"Wyświetl I<tabelowy\\& listing zawartości .I archiwum\\&, lub te z plików, " +"wymienionych w argumencie .I pliki\\&, które są obecne w archiwum. Normalnie " +"wyświetlana jest tylko nazwa> członka; jeśli chcesz zobczyć prawa, " +"timestamp, właściciela, grupę i rozmiar, powinieneś użyć modyfikatora `\\|" +"B<v\\|' .>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "If you do not specify any I<files\\&, all files in the archive> are " +#| "listed." +msgid "If you do not specify a I<member>, all files in the archive are listed." +msgstr "" +"Jeśli nie zostanie podany żaden argument I<pliki\\&, to wylistowane zostaną " +"wszystkie pliki archiwum.>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "If there is more than one file with the same name (say, `\\|B<fie\\|') " +#| "in> an archive (say `\\|B<b.a\\|'), `\\|.B ar t b.a fie\\|' will list " +#| "only the> first instance; to see them all, you must ask for a complete " +#| "listing\\(em\\&in our example, `\\|B<ar t b.a\\|'.>" +msgid "" +"If there is more than one file with the same name (say, B<fie>) in an " +"archive (say B<b.a>), B<ar t b.a fie> lists only the first instance; to see " +"them all, you must ask for a complete listing---in our example, B<ar t b.a>." +msgstr "" +"Jeśli pod daną nazwą w archiwum (powiedzmy `B<b.a>' istnieje więcej niż " +"jeden plik (powiedzmy `\\|B<fie\\|'), to `\\|.B ar t b.a fie\\|' wylistuje " +"tylko pierwszy z nich; aby zobaczyć wszystkie, musisz wydać> komendę " +"kompletnego listingu \\(em\\&w naszym wypadku, `\\|B<ar t b.a\\|'.>" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<x>" +msgstr "B<x>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "x" +msgstr "x" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "I<Extract\\& members (named .I files\\&) from the archive. You can> use " +#| "the `\\|B<v\\|' modifier with this operation, to request that> B<ar\\& " +#| "list each name as it extracts it.>" +msgid "" +"\\&I<Extract> members (named I<member>) from the archive. You can use the " +"B<v> modifier with this operation, to request that \\&B<ar> list each name " +"as it extracts it." +msgstr "" +"I<Wyciągnij\\& członków (nazwanych w parametrze .I pliki\\&) z archiwum. Aby " +"zażądać, by >B<ar> listował każdą nazwę podczas jej wyciągania, możesz użyć " +"modyfikatora `\\|B<v\\|'.>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "If you do not specify any I<files\\&, all files in the archive> are " +#| "extracted." +msgid "" +"If you do not specify a I<member>, all files in the archive are extracted." +msgstr "" +"Jeśli nie podasz żadnego parametru I<pliki\\&, wyciągnięte zostaną wszystkie " +"pliki archiwum>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Files cannot be extracted from a thin archive, and there are restrictions on " +"extracting from archives created with B<P>: The paths must not be absolute, " +"may not contain CW<\\*(C`..\\*(C'>, and any subdirectories in the paths must " +"exist. If it is desired to avoid these restrictions then used the B<--" +"output> option to specify an output directory." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "A number of modifiers (I<mod\\&) may immediately follow the .I p\\&> " +#| "keyletter, to specify variations on an operation's behavior:" +msgid "" +"A number of modifiers (I<mod>) may immediately follow the I<p> keyletter, to " +"specify variations on an operation's behavior:" +msgstr "" +"Za literą kluczową I<p> może znajdować się pewna liczba modyfikatorów " +"(I<mod\\&), która wtedy określa wariacje zachowania tej operacji:>" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<a>" +msgstr "B<a>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "a" +msgstr "a" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Add new files I<after\\& an existing member of the> archive. If you use " +#| "the modifier B<a\\&, the name of an existing archive> member must be " +#| "present as the I<membername\\& argument, before the> I<archive\\& " +#| "specification.>" +msgid "" +"Add new files I<after> an existing member of the archive. If you use the " +"modifier B<a>, the name of an existing archive member must be present as the " +"I<relpos> argument, before the \\&I<archive> specification." +msgstr "" +"Dodaj nowe pliki I<za\\& istniejącym członkiem archiwum. Jeśli używasz tego " +"modyfikatora, to .B musisz\\& przed podaniem archiwum> jako argument podać " +"nazwę istniejącego członka archiwum -- I<membername\\&.>" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<b>" +msgstr "B<b>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "b" +msgstr "b" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Add new files I<before\\& an existing member of the> archive. If you use " +#| "the modifier B<b\\&, the name of an existing archive> member must be " +#| "present as the I<membername\\& argument, before the> I<archive\\& " +#| "specification. (same as `\\|.B i\\|').>" +msgid "" +"Add new files I<before> an existing member of the archive. If you use the " +"modifier B<b>, the name of an existing archive member must be present as the " +"I<relpos> argument, before the \\&I<archive> specification. (same as B<i>)." +msgstr "" +"Dodaj nowe pliki I<przed\\& istniejącym członkiem archiwum. Jeśli używasz " +"tego modyfikatora, to .B musisz \\& przed podaniem archiwum> podać nazwę " +"istniejącego członka jako argument I<membername\\&.> \\& (tak samo jak `\\|" +"B<i\\|').>" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<c>" +msgstr "B<c>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "c" +msgstr "c" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "I<Create\\& the archive. The specified .I archive\\& is always> created " +#| "if it didn't exist, when you request an update. But a warning is issued " +#| "unless you specify in advance that you expect to create it, by using this " +#| "modifier." +msgid "" +"\\&I<Create> the archive. The specified I<archive> is always created if it " +"did not exist, when you request an update. But a warning is issued unless " +"you specify in advance that you expect to create it, by using this modifier." +msgstr "" +"I<Utwórz\\& archiwum. Podane .I archiwum\\& jest zawsze tworzone jeżeli nie " +"istniało, a żądasz odnowienia> (update). Wypisywane jest jednak wtedy " +"ostrzeżenie, chyba że podasz z góry, że chcesz je utworzyć, używając tego " +"modyfikatora." + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<D>" +msgstr "B<D>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "D" +msgstr "D" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Operate in I<deterministic> mode. When adding files and the archive index " +"use zero for UIDs, GIDs, timestamps, and use consistent file modes for all " +"files. When this option is used, if B<ar> is used with identical options " +"and identical input files, multiple runs will create identical output files " +"regardless of the input files' owners, groups, file modes, or modification " +"times." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<binutils> was configured with \\&B<--enable-deterministic-archives>, " +"then this mode is on by default. It can be disabled with the B<U> modifier, " +"below." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<f>" +msgstr "B<f>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "f" +msgstr "f" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Truncate names in the archive. \\s-1GNU\\s0 B<ar> will normally permit " +#| "file names of any length. This will cause it to create archives which " +#| "are not compatible with the native B<ar> program on some systems. If " +#| "this is a concern, the B<f> modifier may be used to truncate file names " +#| "when putting them in the archive." +msgid "" +"Truncate names in the archive. GNU B<ar> will normally permit file names of " +"any length. This will cause it to create archives which are not compatible " +"with the native B<ar> program on some systems. If this is a concern, the " +"B<f> modifier may be used to truncate file names when putting them in the " +"archive." +msgstr "" +"Skraca nazwy w archiwum. \\s-1GNU\\s0 B<ar> normalnie pozwala plikom mieć " +"dowolną długość. Powoduje to, że archiwa mogą być niekompatybilne z " +"natywnymi programami B<ar> niektórych innych systemów. Jeśli jest to " +"istotne, można wykorzystać modyfikator B<f,> który umożliwia skracanie nazw " +"plików podczas wstawiania ich do archiwum." + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<i>" +msgstr "B<i>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "i" +msgstr "i" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Insert new files I<before\\& an existing member of the> archive. If you " +#| "use the modifier B<i\\&, the name of an existing archive> member must be " +#| "present as the I<membername\\& argument, before the> I<archive\\& " +#| "specification. (same as `\\|.B b\\|').>" +msgid "" +"Insert new files I<before> an existing member of the archive. If you use " +"the modifier B<i>, the name of an existing archive member must be present as " +"the I<relpos> argument, before the \\&I<archive> specification. (same as " +"B<b>)." +msgstr "" +"Wstaw nowe pliki I<przed\\& istniejącym członkiem archiwum. Jeśli używasz " +"modyfikatora .B i\\&, to przed podaniem archiwum> musisz podać nazwę " +"istniejącego członka archiwum w argumencie I<membername\\&.> \\& (tak samo " +"jak `\\|B<b\\|').>" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<l>" +msgstr "B<l>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "l" +msgstr "l" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Specify dependencies of this library. The dependencies must immediately " +"follow this option character, must use the same syntax as the linker command " +"line, and must be specified within a single argument. I.e., if multiple " +"items are needed, they must be quoted to form a single command line " +"argument. For example B<L \"-L/usr/local/lib -lmydep1 -lmydep2\">" +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<N>" +msgstr "B<N>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "N" +msgstr "N" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Uses the I<count> parameter. This is used if there are multiple entries in " +"the archive with the same name. Extract or delete instance \\&I<count> of " +"the given name from the archive." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<o>" +msgstr "B<o>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "o" +msgstr "o" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Preserve the I<original> dates of members when extracting them. If you do " +"not specify this modifier, files extracted from the archive are stamped with " +"the time of extraction." +msgstr "" +"Chroń I<oryginalne> daty członków, kiedy ich wyciągasz. Jeśli nie podasz " +"tego modyfikatora, pliki wyciągnięte z archiwum będą naznaczone czasem " +"wyciągania." + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<O>" +msgstr "B<O>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "O" +msgstr "O" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display member offsets inside the archive. Use together with the B<t> option." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<P>" +msgstr "B<P>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "P" +msgstr "P" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Use the full path name when matching or storing names in the archive. " +"Archives created with full path names are not POSIX compliant, and thus may " +"not work with tools other than up to date GNU tools. Modifying such " +"archives with GNU B<ar> without using \\&B<P> will remove the full path " +"names unless the archive is a thin archive. Note that B<P> may be useful " +"when adding files to a thin archive since B<r> without B<P> ignores the path " +"when choosing which element to replace. Thus" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "\\& ar rcST archive.a subdir/file1 subdir/file2 file1" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"will result in the first CW<\\*(C`subdir/file1\\*(C'> being replaced with " +"\\&CW<\\*(C`file1\\*(C'> from the current directory. Adding B<P> will " +"prevent this replacement." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Write an object-file index into the archive, or update an existing one, even " +"if no other change is made to the archive. You may use this modifier flag " +"either with any operation, or alone. Running B<ar s> on an archive is " +"equivalent to running B<ranlib> on it." +msgstr "" +"Zapisz indeks plików obiektowych do archiwum, lub odnów istniejący, nawet " +"jeśli w archiwum nic nie zmieniono. Tej flagi modyfikującej możesz użyć w " +"połączeniu z dowolną operacją, lub samodzielnie. Uruchamianie B<ar s> na " +"archiwum jest równoważne uruchomieniu na nim B<ranlib>." + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<S>" +msgstr "B<S>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "S" +msgstr "S" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Do not generate an archive symbol table. This can speed up building a large " +"library in several steps. The resulting archive can not be used with the " +"linker. In order to build a symbol table, you must omit the \\&B<S> " +"modifier on the last execution of B<ar>, or you must run \\&B<ranlib> on the " +"archive." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<T>" +msgstr "B<T>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "T" +msgstr "T" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Deprecated alias for B<--thin>. B<T> is not recommended because in many ar " +"implementations B<T> has a different meaning, as specified by X/Open System " +"Interface." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<u>" +msgstr "B<u>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "u" +msgstr "u" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Normally, B<ar r\\&.\\|.\\|. inserts all files> listed into the archive. " +#| "If you would like to insert I<only\\& those> of the files you list that " +#| "are newer than existing members of the same names, use this modifier. " +#| "The `\\|B<u\\|' modifier is allowed only for the> operation `\\|" +#| "B<r\\|' (replace). In particular, the combination `\\|.B qu\\|' is> not " +#| "allowed, since checking the timestamps would lose any speed advantage " +#| "from the operation `\\|B<q\\|'.>" +msgid "" +"Normally, B<ar r>... inserts all files listed into the archive. If you " +"would like to insert I<only> those of the files you list that are newer than " +"existing members of the same names, use this modifier. The B<u> modifier is " +"allowed only for the operation B<r> (replace). In particular, the " +"combination B<qu> is not allowed, since checking the timestamps would lose " +"any speed advantage from the operation B<q>." +msgstr "" +"Normalnie, B<ar r\\&.\\|.\\|. wstawia wszystkie wylistowane pliki do " +"archiwum. Jeśli chcesz> wstawiać I<tylko\\& te z wymienionych plików, które " +"są nowsze od istniejących członków o tych> samych nazwach, użyj tego " +"modyfikatora. Modyfikator `\\|B<u\\|' jest dozwolony tylko przy operacji " +"`\\|.B r\\|' (podmienienia). W praktyce kombinacja `\\|.B qu\\|' nie jest " +"dozwolona, ponieważ sprawdzanie timestampów spowodowałoby> spowolnienie " +"wszystkich ulepszeń operacji `\\|B<q\\|'.>" + +#. type: Plain text +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +msgid "" +"Note - if an archive has been created in a deterministic manner, eg via the " +"use of the B<D> modifier, then replacement will always happen and the B<u> " +"modifier will be ineffective." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<U>" +msgstr "B<U>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "U" +msgstr "U" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Do I<not> operate in I<deterministic> mode. This is the inverse of the " +#| "B<-D> option, above: when copying archive members and writing the archive " +#| "index, use their actual \\s-1UID, GID,\\s0 timestamp, and file mode " +#| "values." +msgid "" +"Do I<not> operate in I<deterministic> mode. This is the inverse of the B<D> " +"modifier, above: added files and the archive index will get their actual " +"UID, GID, timestamp, and file mode values." +msgstr "" +"B<Nie> działa w trybie I<deterministycznym>. Jest to odwrotność opcji B<-D> " +"opisanej powyżej: podczas kopiowania członków archiwum i zapisywania " +"indeksu archiwum używa właściwych wartości pól \\s-1UID, GID\\s0, znacznika " +"czasowego i praw dostępu do pliku." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is the default unless I<binutils> was configured with \\&B<--enable-" +"deterministic-archives>." +msgstr "" +"Jest to zachowanie domyślne, o ile I<binutils> nie został skonfigurowany z " +"\\&B<--enable-deterministic-archives>." + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<v>" +msgstr "B<v>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "v" +msgstr "v" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "This modifier requests the I<verbose\\& version of an operation. Many> " +#| "operations display additional information, such as filenames processed, " +#| "when the modifier `\\|B<v\\|' is appended.>" +msgid "" +"This modifier requests the I<verbose> version of an operation. Many " +"operations display additional information, such as filenames processed, when " +"the modifier B<v> is appended." +msgstr "" +"Ten modyfikator żąda wersji operacji, która I<wypisuje komunikaty " +"informacyjne \\&. Wiele operacji wyświetla dodatkowe informacje. Np. " +"informacje takie, jak> przetwarzane pliki." + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<V>" +msgstr "B<V>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "V" +msgstr "V" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This modifier shows the version number of B<ar>." +msgstr "Ten modyfikator pokazuje wersję programu B<ar>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<ar> program also supports some command-line options which are neither " +"modifiers nor actions, but which do change its behaviour in specific ways:" +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--help" +msgstr "--help" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Displays the list of command-line options supported by B<ar> and then exits." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--version" +msgstr "--version" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Display version information and exit." +msgid "Displays the version information of B<ar> and then exits." +msgstr "Wyświetla informacje o wersji i kończy działanie." + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-X32_64>" +msgstr "B<-X32_64>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-X32_64" +msgstr "-X32_64" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"\\&B<ar> ignores an initial option spelled B<-X32_64>, for compatibility " +"with AIX. The behaviour produced by this option is the default for GNU " +"B<ar>. B<ar> does not support any of the other B<-X> options; in " +"particular, it does not support \\&B<-X32> which is the default for AIX " +"B<ar>." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--plugin> I<name>" +msgstr "B<--plugin> I<nazwa>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--plugin name" +msgstr "--plugin nazwa" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The optional command-line switch B<--plugin> I<name> causes \\&B<ar> to load " +"the plugin called I<name> which adds support for more file formats, " +"including object files with link-time optimization information." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This option is only available if the toolchain has been built with plugin " +"support enabled." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If B<--plugin> is not provided, but plugin support has been enabled then " +"B<ar> iterates over the files in \\&I<${libdir}/bfd-plugins> in alphabetic " +"order and the first plugin that claims the object in question is used." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Please note that this plugin search directory is I<not> the one used by " +"B<ld>'s B<-plugin> option. In order to make \\&B<ar> use the linker plugin " +"it must be copied into the \\&I<${libdir}/bfd-plugins> directory. For GCC " +"based compilations the linker plugin is called I<liblto_plugin.so.0.0.0>. " +"For Clang based compilations it is called I<LLVMgold.so>. The GCC plugin is " +"always backwards compatible with earlier versions, so it is sufficient to " +"just copy the newest one." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--target> I<target>" +msgstr "" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--target target" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The optional command-line switch B<--target> I<bfdname> specifies that the " +"archive members are in an object code format different from your system's " +"default format. See" +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--output> I<dirname>" +msgstr "" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--output dirname" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--output> option can be used to specify a path to a directory into " +"which archive members should be extracted. If this option is not specified " +"then the current directory will be used." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note - although the presence of this option does imply a B<x> extraction " +"operation that option must still be included on the command line." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--record-libdeps> I<libdeps>" +msgstr "" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--record-libdeps libdeps" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<--record-libdeps> option is identical to the B<l> modifier, just " +"handled in long form." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--icon>" +msgid "B<--thin>" +msgstr "B<--icon>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "--thin" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Make the specified I<archive> a I<thin> archive. If it already exists and " +"is a regular archive, the existing members must be present in the same " +"directory as I<archive>." +msgstr "" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<@>I<file>" +msgstr "B<@>I<plik>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "@file" +msgstr "@plik" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Read command-line options from I<file>. The options read are inserted in " +"place of the original @I<file> option. If I<file> does not exist, or cannot " +"be read, then the option will be treated literally, and not removed." +msgstr "" +"Czyta opcje linii poleceń z podanego I<pliku>. Przeczytane opcje są " +"wstawiane w miejsce oryginalnej opcji @plik. Jeśli I<plik> nie istnieje lub " +"nie może być odczytany ta opcja jest traktowana dosłownie i nie jest usuwana." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Options in I<file> are separated by whitespace. A whitespace character may " +"be included in an option by surrounding the entire option in either single " +"or double quotes. Any character (including a backslash) may be included by " +"prefixing the character to be included with a backslash. The I<file> may " +"itself contain additional @I<file> options; any such options will be " +"processed recursively." +msgstr "" +"Opcje w I<pliku> są rozdzielane białymi znakami. Biały znak może wystąpić w " +"opcji, jeśli cała opcja zostanie ujęta w pojedyncze albo podwójne " +"cudzysłowy. Można dodać dowolny znak (włączając w to znak odwrotnego " +"ukośnika), poprzedzając go znakiem odwrotnego ukośnika. I<Plik> może również " +"zawierać dodatkowe opcje @I<plik> - w takim przypadku każda z takich opcji " +"będzie przetwarzana rekurencyjnie." + +#. type: IX +#: 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-tumbleweed +msgid "\\&B<nm>\\|(1), B<ranlib>\\|(1), and the Info entries for I<binutils>." +msgstr "" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "PRAWA AUTORSKIE" + +#. type: Plain text +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +msgid "Copyright (c) 1991-2024 Free Software Foundation, Inc." +msgstr "Copyright (c) 1991-2024 Free Software Foundation, Inc." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Permission is granted to copy, distribute and/or modify this document under " +"the terms of the GNU Free Documentation License, Version 1.3 or any later " +"version published by the Free Software Foundation; with no Invariant " +"Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy " +"of the license is included in the section entitled \"GNU Free Documentation " +"License\"." +msgstr "" +"Zezwala się na kopiowanie, rozpowszechnianie i/lub modyfikowanie tego " +"dokumentu na warunkach Licencji Wolnej Dokumentacji GNU (\\s-1GNU\\s0 Free " +"Documentation License) w wersji 1.3 lub jakiejkolwiek nowszej wersji " +"opublikowanej przez Fundację Wolnego Oprogramowania, przy czym Sekcjami " +"niezmiennymi są \"GNU General Public License\" i \"GNU Free Documentation " +"License\", bez treści przedniej lub tylnej strony okładki. Egzemplarz " +"licencji zamieszczono w sekcji zatytułowanej \"GNU Free Documentation " +"License\"." + +#. type: ds C+ +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "C\\v'-.1v'\\h'-1p'\\s-2+\\h'-1p'+\\s0\\v'.1v'\\h'-1p'" +msgstr "C\\v'-.1v'\\h'-1p'\\s-2+\\h'-1p'+\\s0\\v'.1v'\\h'-1p'" + +#. type: ds : +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "\\k:\\h'-(\\n(.wu*8/10-\\*(#H+.1m+\\*(#F)'\\v'-\\*(#V'\\z.\\h'.2m+\\*(#F'.\\h'|\\n:u'\\v'\\*(#V'" +msgstr "\\k:\\h'-(\\n(.wu*8/10-\\*(#H+.1m+\\*(#F)'\\v'-\\*(#V'\\z.\\h'.2m+\\*(#F'.\\h'|\\n:u'\\v'\\*(#V'" + +#. type: ds 8 +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "\\h'\\*(#H'\\(*b\\h'-\\*(#H'" +msgstr "\\h'\\*(#H'\\(*b\\h'-\\*(#H'" + +#. type: ds o +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "\\k:\\h'-(\\n(.wu+\\w'\\(de'u-\\*(#H)/2u'\\v'-.3n'\\*(#[\\z\\(de\\v'.3n'\\h'|\\n:u'\\*(#]" +msgstr "\\k:\\h'-(\\n(.wu+\\w'\\(de'u-\\*(#H)/2u'\\v'-.3n'\\*(#[\\z\\(de\\v'.3n'\\h'|\\n:u'\\*(#]" + +#. type: ds d- +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "\\h'\\*(#H'\\(pd\\h'-\\w'~'u'\\v'-.25m'I<\\(hy>\\v'.25m'\\h'-\\*(#H'" +msgstr "\\h'\\*(#H'\\(pd\\h'-\\w'~'u'\\v'-.25m'I<\\(hy>\\v'.25m'\\h'-\\*(#H'" + +#. type: ds D- +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "D\\k:\\h'-\\w'D'u'\\v'-.11m'\\z\\(hy\\v'.11m'\\h'|\\n:u'" +msgstr "D\\k:\\h'-\\w'D'u'\\v'-.11m'\\z\\(hy\\v'.11m'\\h'|\\n:u'" + +#. type: ds th +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "\\*(#[\\v'.3m'\\s+1I\\s-1\\v'-.3m'\\h'-(\\w'I'u*2/3)'\\s-1o\\s+1\\*(#]" +msgstr "\\*(#[\\v'.3m'\\s+1I\\s-1\\v'-.3m'\\h'-(\\w'I'u*2/3)'\\s-1o\\s+1\\*(#]" + +#. type: ds Th +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "\\*(#[\\s+2I\\s-2\\h'-\\w'I'u*3/5'\\v'-.3m'o\\v'.3m'\\*(#]" +msgstr "\\*(#[\\s+2I\\s-2\\h'-\\w'I'u*3/5'\\v'-.3m'o\\v'.3m'\\*(#]" + +#. type: ds ae +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "a\\h'-(\\w'a'u*4/10)'e" +msgstr "a\\h'-(\\w'a'u*4/10)'e" + +#. type: ds Ae +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "A\\h'-(\\w'A'u*4/10)'E" +msgstr "A\\h'-(\\w'A'u*4/10)'E" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2023-01-14" +msgstr "14 stycznia 2023 r." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "binutils-2.40.00" +msgstr "binutils-2.40.00" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, fuzzy +#| msgid "" +#| "The GNU B<ar\\& program creates, modifies, and extracts from> archives. " +#| "An I<archive\\& is a single file holding a collection of> other files in " +#| "a structure that makes it possible to retrieve the original individual " +#| "files (called I<members\\& of the archive).>" +msgid "" +"The \\s-1GNU\\s0 B<ar> program creates, modifies, and extracts from " +"archives. An I<archive> is a single file holding a collection of other " +"files in a structure that makes it possible to retrieve the original " +"individual files (called I<members> of the archive)." +msgstr "" +"Wersja GNU narzędzia B<ar\\& tworzy, modyfikuje i wyciąga pliki z archiwów. ." +"I archiwum\\& jest pojedynczym plikiem, zawierającym zbiór innych plików w " +"strukturze,> która umożliwia wyciągnięcie plików oryginalnych (zwanych " +"I<członkami\\& archiwum).>" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, fuzzy +#| msgid "" +#| "GNU B<ar\\& can maintain archives whose members have names of any> " +#| "length; however, depending on how B<ar\\& is configured on your> system, " +#| "a limit on member-name length may be imposed (for compatibility with " +#| "archive formats maintained with other tools). If it exists, the limit is " +#| "often 15 characters (typical of formats related to a.out) or 16 " +#| "characters (typical of formats related to coff)." +msgid "" +"\\&\\s-1GNU\\s0 B<ar> can maintain archives whose members have names of any " +"length; however, depending on how B<ar> is configured on your system, a " +"limit on member-name length may be imposed for compatibility with archive " +"formats maintained with other tools. If it exists, the limit is often 15 " +"characters (typical of formats related to a.out) or 16 characters (typical " +"of formats related to coff)." +msgstr "" +"GNU B<ar\\& potrafi obsługiwać archiwa, których członkowie mają nazwy " +"dowolnej> długości; zależnie jednak od konfiguracji B<ar\\&, można ustawiać " +"limit długości nazwy członka (dla> zachowania kompatybilności z innymi " +"narzędziami). Jeśli limit istnieje, to jest często limitem 15 znaków (typowy " +"dla formatów związanych z a.out) lub 16 (typowe dla formatów związanych z " +"coff)." + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"\\&\\s-1GNU\\s0 B<ar> can optionally create a I<thin> archive, which " +"contains a symbol index and references to the original copies of the member " +"files of the archive. This is useful for building libraries for use within " +"a local build tree, where the relocatable objects are expected to remain " +"available, and copying the contents of each object would only waste time and " +"space." +msgstr "" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"\\&\\s-1GNU\\s0 B<ar> is designed to be compatible with two different " +"facilities. You can control its activity using command-line options, like " +"the different varieties of B<ar> on Unix systems; or, if you specify the " +"single command-line option B<-M>, you can control it with a script supplied " +"via standard input, like the \\s-1MRI\\s0 \\*(L\"librarian\\*(R\" program." +msgstr "" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#, fuzzy +#| msgid "" +#| "GNU B<ar\\& allows you to mix the operation code .I p\\& and modifier> " +#| "flags I<mod\\& in any order, within the first command-line argument.>" +msgid "" +"\\&\\s-1GNU\\s0 B<ar> allows you to mix the operation code I<p> and modifier " +"flags I<mod> in any order, within the first command-line argument." +msgstr "" +"GNU B<ar\\& umożliwia ci mieszanie kodu operacji> I<p\\& i flag modyfikacji ." +"I mod\\& w dowolnej kolejności w obrębie pierwszego argumentu linii komend.>" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Since the point of this operation is speed, implementations of \\&B<ar> have " +"the option of not updating the archive's symbol table if one exists. Too " +"many different systems however assume that symbol tables are always up-to-" +"date, so \\s-1GNU\\s0 B<ar> will rebuild the table even with a quick append." +msgstr "" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Note - \\s-1GNU\\s0 B<ar> treats the command B<qs> as a synonym for B<r> - " +"replacing already existing files in the archive and appending new ones at " +"the end." +msgstr "" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Truncate names in the archive. \\s-1GNU\\s0 B<ar> will normally permit file " +"names of any length. This will cause it to create archives which are not " +"compatible with the native B<ar> program on some systems. If this is a " +"concern, the B<f> modifier may be used to truncate file names when putting " +"them in the archive." +msgstr "" +"Skraca nazwy w archiwum. \\s-1GNU\\s0 B<ar> normalnie pozwala plikom mieć " +"dowolną długość. Powoduje to, że archiwa mogą być niekompatybilne z " +"natywnymi programami B<ar> niektórych innych systemów. Jeśli jest to " +"istotne, można wykorzystać modyfikator B<f,> który umożliwia skracanie nazw " +"plików podczas wstawiania ich do archiwum." + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Specify dependencies of this library. The dependencies must immediately " +"follow this option character, must use the same syntax as the linker command " +"line, and must be specified within a single argument. I.e., if multiple " +"items are needed, they must be quoted to form a single command line " +"argument. For example B<L \\*(L\"-L/usr/local/lib -lmydep1 -lmydep2\\*(R\">" +msgstr "" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Use the full path name when matching or storing names in the archive. " +"Archives created with full path names are not \\s-1POSIX\\s0 compliant, and " +"thus may not work with tools other than up to date \\s-1GNU\\s0 tools. " +"Modifying such archives with \\s-1GNU\\s0 B<ar> without using \\&B<P> will " +"remove the full path names unless the archive is a thin archive. Note that " +"B<P> may be useful when adding files to a thin archive since B<r> without " +"B<P> ignores the path when choosing which element to replace. Thus" +msgstr "" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Do I<not> operate in I<deterministic> mode. This is the inverse of the B<D> " +"modifier, above: added files and the archive index will get their actual " +"\\s-1UID, GID,\\s0 timestamp, and file mode values." +msgstr "" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"\\&B<ar> ignores an initial option spelled B<-X32_64>, for compatibility " +"with \\s-1AIX.\\s0 The behaviour produced by this option is the default for " +"\\s-1GNU\\s0 B<ar>. B<ar> does not support any of the other B<-X> options; " +"in particular, it does not support \\&B<-X32> which is the default for " +"\\s-1AIX\\s0 B<ar>." +msgstr "" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Please note that this plugin search directory is I<not> the one used by " +"B<ld>'s B<-plugin> option. In order to make \\&B<ar> use the linker plugin " +"it must be copied into the \\&I<${libdir}/bfd-plugins> directory. For " +"\\s-1GCC\\s0 based compilations the linker plugin is called I<liblto_plugin." +"so.0.0.0>. For Clang based compilations it is called I<LLVMgold.so>. The " +"\\s-1GCC\\s0 plugin is always backwards compatible with earlier versions, so " +"it is sufficient to just copy the newest one." +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "Copyright (c) 1991-2023 Free Software Foundation, Inc." +msgstr "Copyright (c) 1991-2023 Free Software Foundation, Inc." + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Permission is granted to copy, distribute and/or modify this document under " +"the terms of the \\s-1GNU\\s0 Free Documentation License, Version 1.3 or any " +"later version published by the Free Software Foundation; with no Invariant " +"Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy " +"of the license is included in the section entitled \\*(L\"\\s-1GNU\\s0 Free " +"Documentation License\\*(R\"." +msgstr "" +"Zezwala się na kopiowanie, rozpowszechnianie i/lub modyfikowanie tego " +"dokumentu na warunkach Licencji Wolnej Dokumentacji \\s-1GNU\\s0 " +"(\\s-1GNU\\s0 Free Documentation License) w wersji 1.3 lub jakiejkolwiek " +"nowszej wersji opublikowanej przez Fundację Wolnego Oprogramowania, przy " +"czym Sekcjami niezmiennymi są \"GNU General Public License\" i \"GNU Free " +"Documentation License\", bez treści przedniej lub tylnej strony okładki. " +"Egzemplarz licencji zamieszczono w sekcji zatytułowanej \"GNU Free " +"Documentation License\"." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2024-02-21" +msgstr "21 lutego 2024 r." + +#. type: TH +#: debian-unstable +#, no-wrap +msgid "binutils-2.42" +msgstr "binutils-2.42" + +#. type: TH +#: fedora-40 +#, no-wrap +msgid "2024-02-12" +msgstr "12 lutego 2024 r." + +#. type: TH +#: fedora-40 +#, no-wrap +msgid "binutils-2.41" +msgstr "binutils-2.41" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "2024-02-22" +msgstr "22 lutego 2024 r." + +#. type: TH +#: fedora-rawhide +#, fuzzy, no-wrap +#| msgid "binutils-2.42.0" +msgid "binutils-2.42.50" +msgstr "binutils-2.42.0" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "2023-06-27" +msgstr "27 czerwca 2023 r." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "binutils-2.40" +msgstr "binutils-2.40" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-08-16" +msgstr "16 sierpnia 2023 r." + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "binutils-2.41.0" +msgstr "binutils-2.41.0" + +#. type: Plain text +#: opensuse-leap-15-6 +#, fuzzy +#| msgid "the Info entries for I<binutils>." +msgid "\\&I<nm>\\|(1), I<ranlib>\\|(1), and the Info entries for I<binutils>." +msgstr "wpisy info I<binutils>." |