diff options
Diffstat (limited to 'po/it/man1/ranlib.1.po')
-rw-r--r-- | po/it/man1/ranlib.1.po | 636 |
1 files changed, 636 insertions, 0 deletions
diff --git a/po/it/man1/ranlib.1.po b/po/it/man1/ranlib.1.po new file mode 100644 index 00000000..eb9c2db2 --- /dev/null +++ b/po/it/man1/ranlib.1.po @@ -0,0 +1,636 @@ +# Italian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Giulio Daprelà <giulio@pluto.it>, 2006. +# Marco Curreli <marcocurreli@tiscali.it>, 2014-2015, 2020, 2021. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.0.0\n" +"POT-Creation-Date: 2024-03-01 17:05+0100\n" +"PO-Revision-Date: 2022-07-22 09:53+0200\n" +"Last-Translator: Marco Curreli <marcocurreli@tiscali.it>\n" +"Language-Team: Italian <pluto-ildp@lists.pluto.it>\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 21.12.0\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 "RANLIB 1" +msgstr "RANLIB 1" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "RANLIB" +msgstr "RANLIB" + +#. type: TH +#: archlinux +#, no-wrap +msgid "2024-02-01" +msgstr "1 febbraio 2024" + +#. 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 "Strumenti di sviluppo 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 "NOME" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "ranlib - generate an index to an archive" +msgstr "ranlib - genera l'indice dell'archivio." + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "SINTASSI" + +#. 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 "ranlib [B<--plugin> I<name>] [B<-DhHvVt>] I<archive>" +msgstr "ranlib [B<--plugin> I<name>] [B<-DhHvVt>] I<archive>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIZIONE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"\\&B<ranlib> generates an index to the contents of an archive and stores it " +"in the archive. The index lists each symbol defined by a member of an " +"archive that is a relocatable object file." +msgstr "" +"\\&B<ranlib> genera un indice dei contenuti di un archivio e lo memorizza " +"nell'archivio. L'indice elenca ciascun simbolo definito da un membro di un " +"archivio che sia un file oggetto rilocabile." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "You may use B<nm -s> or B<nm --print-armap> to list this index." +msgstr "Si può usare B<nm -s> o B<--print-armap> per elencare questo indice." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"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 "" +"Un archivio con un tale indice velocizza il collegamento alla libreria e " +"permette alle routine nella libreria di chiamare ciascun altra senza " +"preoccuparsi della sua posizione nell'archivio." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The \\s-1GNU\\s0 B<ranlib> program is another form of \\s-1GNU\\s0 B<ar>; " +#| "running \\&B<ranlib> is completely equivalent to executing B<ar -s>." +msgid "" +"The GNU B<ranlib> program is another form of GNU B<ar>; running \\&B<ranlib> " +"is completely equivalent to executing B<ar -s>." +msgstr "" +"Il programma \\s-1GNU\\s0 B<ranlib> è un'altra forma di \\s-1GNU\\s0 B<ar>; " +"eseguire \\&B<ranlib> è completamente equivalente a eseguire B<ar -s>." + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "OPZIONI" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-h>" +msgstr "B<-h>" + +#. 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 "-h" +msgstr "-h" + +#. type: IP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-H>" +msgstr "B<-H>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "-H" +msgstr "-H" + +#. 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 "Show usage information for B<ranlib>." +msgstr "Mostra informazioni sull'uso di 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<-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: 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: 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 +msgid "Show the version number of B<ranlib>." +msgstr "Mostra il numero di versione di 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<-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-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Operate in I<deterministic> mode. The symbol map archive member's header " +#| "will show zero for the \\s-1UID, GID,\\s0 and timestamp. When this " +#| "option is used, multiple runs will produce identical output files." +msgid "" +"Operate in I<deterministic> mode. The symbol map archive member's header " +"will show zero for the UID, GID, and timestamp. When this option is used, " +"multiple runs will produce identical output files." +msgstr "" +"Opera in modalità I<deterministica>. L'intestazione del membro dell'archivio " +"della mappa dei simboli mostrerà zero per il \\s-1UID, il GID,\\s0 e la " +"marcatura temporale. Quando viene usata quest'opzione, esecuzioni multiple " +"produrranno file di output identici." + +#. 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> option, " +"described below." +msgstr "" +"Se I<binutils> è stato configurato con \\&B<--enable-deterministic-" +"archives>, questa modalità è abilitata in modo predefinito. Può essere " +"disabilitata con l'opzione B<-U> descritta più avanti." + +#. 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 "Update the timestamp of the symbol map of an archive." +msgstr "" +"Aggiorna la marcatura temporale della mappa dei simboli di un archivio." + +#. 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: the archive index will get 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> option, above: the archive index will get actual UID, GID, timestamp, and " +"file mode values." +msgstr "" +"I<Non> opera in modalità I<deterministica>. È l'inverso dell'opzione B<-D>, " +"vista prima: l'indice di archivio producono i valori effettivi di \\s-1UID, " +"GID,\\s0 marcatura temporale, e permessi." + +#. 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 I<without> \\&B<--enable-deterministic-" +"archives>, then this mode is on by default." +msgstr "" +"Se I<binutils> è stato configurato I<senza> \\&B<--enable-deterministic-" +"archives>, questa modalità è abilitata in modo predefinito." + +#. 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<file>" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "@file" +msgstr "@file" + +#. 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 "" +"Legge le opzioni da riga di comando da I<file>. Le opzioni lette sono " +"inserite al posto dell'opzione originale @I<file>. Se I<file> non esiste o " +"non può essere letto, l'opzione sarà trattata letteralmente, e non rimossa." + +#. 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 "" +"Le opzioni in I<file> sono separate da spazi vuoti. Si può includere uno " +"spazio vuoto in un'opzione racchiudendo l'intera opzione fra apici, singoli " +"o doppi. Può essere incluso qualsiasi carattere (compresa la barra inversa) " +"facendo precedere al carattere una barra inversa. Il I<file> può esso stesso " +"contenere ulteriori opzioni @I<file>; ciascuna di queste opzioni sarà " +"elaborata ricorsivamente." + +#. 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 "VEDERE ANCHE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "\\&B<ar>\\|(1), B<nm>\\|(1), and the Info entries for I<binutils>." +msgstr "\\&B<ar>\\|(1), B<nm>\\|(1) e i campi Info per I<binutils>." + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "COPYRIGHT" + +#. 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 "" +"È permesso copiare, distribuire e/o modificare questo documento nei termini " +"della ``Licenza per documentazione libera GNU'' (GNU Free Documentation " +"License), versione 1.3 o ogni versione successiva pubblicata dalla Free " +"Software Foundation; senza sezioni non modificabili, senza testi di prima " +"di copertina e di quarta di copertina. Una copia della licenza è inclusa " +"nella sezione intitolata ``Licenza per la documentazione libera GNU\" (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 gennaio 2023" + +#. 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 +msgid "" +"The \\s-1GNU\\s0 B<ranlib> program is another form of \\s-1GNU\\s0 B<ar>; " +"running \\&B<ranlib> is completely equivalent to executing B<ar -s>." +msgstr "" +"Il programma \\s-1GNU\\s0 B<ranlib> è un'altra forma di \\s-1GNU\\s0 B<ar>; " +"eseguire \\&B<ranlib> è completamente equivalente a eseguire B<ar -s>." + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Operate in I<deterministic> mode. The symbol map archive member's header " +"will show zero for the \\s-1UID, GID,\\s0 and timestamp. When this option " +"is used, multiple runs will produce identical output files." +msgstr "" +"Opera in modalità I<deterministica>. L'intestazione del membro dell'archivio " +"della mappa dei simboli mostrerà zero per il \\s-1UID, il GID,\\s0 e la " +"marcatura temporale. Quando viene usata quest'opzione, esecuzioni multiple " +"produrranno file di output identici." + +#. 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> option, above: the archive index will get actual \\s-1UID, GID,\\s0 " +"timestamp, and file mode values." +msgstr "" +"I<Non> opera in modalità I<deterministica>. È l'inverso dell'opzione B<-D>, " +"vista prima: l'indice di archivio producono i valori effettivi di \\s-1UID, " +"GID,\\s0 marcatura temporale, e permessi." + +#. 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 "" +"È permesso copiare, distribuire e/o modificare questo documento nei termini " +"della ``Licenza per documentazione libera GNU'' (\\s-1GNU\\s0 Free " +"Documentation License), versione 1.3 o ogni versione successiva pubblicata " +"dalla Free Software Foundation; senza sezioni non modificabili, senza testi " +"di prima di copertina e di quarta di copertina. Una copia della licenza è " +"inclusa nella sezione intitolata ``Licenza per la documentazione libera " +"GNU\" (\\*(L\"\\s-1GNU\\s0 Free Documentation License\\*(R\")." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2024-02-21" +msgstr "21 febbraio 2024" + +#. 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 febbraio 2024" + +#. 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 febbraio 2024" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "binutils-2.42.50" +msgstr "binutils-2.42.50" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "2023-06-27" +msgstr "27 giugno 2023" + +#. 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 agosto 2023" + +#. 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 +msgid "\\&I<ar>\\|(1), I<nm>\\|(1), and the Info entries for I<binutils>." +msgstr "\\&I<ar>\\|(1), I<nm>\\|(1), and the Info entries for I<binutils>." |