|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
|
msgstr ""
|
|
|
"Project-Id-Version: apt-doc 1.0.5\n"
|
|
|
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
|
|
|
-"POT-Creation-Date: 2016-05-11 10:50+0200\n"
|
|
|
+"POT-Creation-Date: 2016-06-11 17:24+0200\n"
|
|
|
"PO-Revision-Date: 2015-12-27 21:26+0200\n"
|
|
|
"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
|
|
|
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
|
|
|
@@ -1637,9 +1637,13 @@ msgstr ""
|
|
|
|
|
|
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
|
|
|
#: apt-get.8.xml
|
|
|
+#, fuzzy
|
|
|
+#| msgid ""
|
|
|
+#| "Show upgraded packages; print out a list of all packages that are to be "
|
|
|
+#| "upgraded. Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
|
|
|
msgid ""
|
|
|
-"Show upgraded packages; print out a list of all packages that are to be "
|
|
|
-"upgraded. Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
|
|
|
+"Do not show a list of all packages that are to be upgraded. Configuration "
|
|
|
+"Item: <literal>APT::Get::Show-Upgraded</literal>."
|
|
|
msgstr ""
|
|
|
"Mostra i pacchetti aggiornati; stampa un elenco di tutti i pacchetti che "
|
|
|
"devono essere aggiornati. Voce di configurazione: <literal>APT::Get::Show-"
|
|
|
@@ -2576,11 +2580,10 @@ msgstr ""
|
|
|
msgid ""
|
|
|
"Per default <command>depends</command> and <command>rdepends</command> print "
|
|
|
"only dependencies explicitly expressed in the metadata. With this flag it "
|
|
|
-"will also show dependencies implicitly added based on the encountered "
|
|
|
-"data. A <literal>Conflicts: foo</literal> e.g. expresses implicitly that "
|
|
|
-"this package also conflicts with the package foo from any other "
|
|
|
-"architecture. Configuration Item: <literal>APT::Cache::ShowImplicit</"
|
|
|
-"literal>."
|
|
|
+"will also show dependencies implicitly added based on the encountered data. "
|
|
|
+"A <literal>Conflicts: foo</literal> e.g. expresses implicitly that this "
|
|
|
+"package also conflicts with the package foo from any other architecture. "
|
|
|
+"Configuration Item: <literal>APT::Cache::ShowImplicit</literal>."
|
|
|
msgstr ""
|
|
|
"In modo predefinito <command>depends</command> e <command>rdepends</command> "
|
|
|
"stampano solo le dipendenze esplicitamente espresse nei metadati. Con questa "
|
|
|
@@ -4045,6 +4048,33 @@ msgstr ""
|
|
|
"literal>), e le altre architetture vengono aggiunte all'elenco predefinito "
|
|
|
"quando sono registrate con <command>dpkg --add-architecture</command>."
|
|
|
|
|
|
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
|
|
|
+#: apt.conf.5.xml
|
|
|
+msgid ""
|
|
|
+"This scope defines which compression formats are supported, how compression "
|
|
|
+"and decompression can be performed if support for this format isn't built "
|
|
|
+"into apt directly and a cost-value indicating how costly it is to compress "
|
|
|
+"something in this format. As an example the following configuration stanza "
|
|
|
+"would allow apt to download and uncompress as well as create and store files "
|
|
|
+"with the low-cost <literal>.reversed</literal> file extension which it will "
|
|
|
+"pass to the command <command>rev</command> without additional commandline "
|
|
|
+"parameters for compression and uncompression:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><informalexample><programlisting>
|
|
|
+#: apt.conf.5.xml
|
|
|
+#, no-wrap
|
|
|
+msgid ""
|
|
|
+"APT::Compressor::rev {\n"
|
|
|
+"\tName \"rev\";\n"
|
|
|
+"\tExtension \".reversed\";\n"
|
|
|
+"\tBinary \"rev\";\n"
|
|
|
+"\tCompressArg {};\n"
|
|
|
+"\tUncompressArg {};\n"
|
|
|
+"\tCost \"10\";\n"
|
|
|
+"};\n"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
|
|
|
#: apt.conf.5.xml
|
|
|
msgid ""
|
|
|
@@ -4751,14 +4781,23 @@ msgstr "Acquire::CompressionTypes::<replaceable>EstensioneFile</replaceable> \"<
|
|
|
|
|
|
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
|
|
|
#: apt.conf.5.xml
|
|
|
+#, fuzzy
|
|
|
+#| msgid ""
|
|
|
+#| "List of compression types which are understood by the acquire methods. "
|
|
|
+#| "Files like <filename>Packages</filename> can be available in various "
|
|
|
+#| "compression formats. By default the acquire methods can decompress "
|
|
|
+#| "<command>bzip2</command>, <command>lzma</command> and <command>gzip</"
|
|
|
+#| "command> compressed files; with this setting more formats can be added on "
|
|
|
+#| "the fly or the used method can be changed. The syntax for this is: "
|
|
|
+#| "<placeholder type=\"synopsis\" id=\"0\"/>"
|
|
|
msgid ""
|
|
|
"List of compression types which are understood by the acquire methods. "
|
|
|
"Files like <filename>Packages</filename> can be available in various "
|
|
|
-"compression formats. By default the acquire methods can decompress "
|
|
|
-"<command>bzip2</command>, <command>lzma</command> and <command>gzip</"
|
|
|
-"command> compressed files; with this setting more formats can be added on "
|
|
|
-"the fly or the used method can be changed. The syntax for this is: "
|
|
|
-"<placeholder type=\"synopsis\" id=\"0\"/>"
|
|
|
+"compression formats. By default the acquire methods can decompress and "
|
|
|
+"recompress many common formats like <command>xz</command> and <command>gzip</"
|
|
|
+"command>; with this scope the supported formats can be queried, modified as "
|
|
|
+"well as support for more formats added (see also <option>APT::Compressor</"
|
|
|
+"option>). The syntax for this is: <placeholder type=\"synopsis\" id=\"0\"/>"
|
|
|
msgstr ""
|
|
|
"Elenco di tipi di compressione che sono capiti dai metodi di acquisizione. I "
|
|
|
"file come <filename>Packages</filename> possono essere disponibili in vari "
|
|
|
@@ -4776,26 +4815,41 @@ msgstr "Acquire::CompressionTypes::Order:: \"gz\";"
|
|
|
|
|
|
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><synopsis>
|
|
|
#: apt.conf.5.xml
|
|
|
-#, no-wrap
|
|
|
-msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
|
|
|
+#, fuzzy, no-wrap
|
|
|
+#| msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
|
|
|
+msgid "Acquire::CompressionTypes::Order { \"xz\"; \"gz\"; };"
|
|
|
msgstr "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
|
|
|
|
|
|
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
|
|
|
#: apt.conf.5.xml
|
|
|
+#, fuzzy
|
|
|
+#| msgid ""
|
|
|
+#| "Also, the <literal>Order</literal> subgroup can be used to define in "
|
|
|
+#| "which order the acquire system will try to download the compressed files. "
|
|
|
+#| "The acquire system will try the first and proceed with the next "
|
|
|
+#| "compression type in this list on error, so to prefer one over the other "
|
|
|
+#| "type simply add the preferred type first - default types not already "
|
|
|
+#| "added will be implicitly appended to the end of the list, so e.g. "
|
|
|
+#| "<placeholder type=\"synopsis\" id=\"0\"/> can be used to prefer "
|
|
|
+#| "<command>gzip</command> compressed files over <command>bzip2</command> "
|
|
|
+#| "and <command>lzma</command>. If <command>lzma</command> should be "
|
|
|
+#| "preferred over <command>gzip</command> and <command>bzip2</command> the "
|
|
|
+#| "configure setting should look like this: <placeholder type=\"synopsis\" "
|
|
|
+#| "id=\"1\"/> It is not needed to add <literal>bz2</literal> to the list "
|
|
|
+#| "explicitly as it will be added automatically."
|
|
|
msgid ""
|
|
|
"Also, the <literal>Order</literal> subgroup can be used to define in which "
|
|
|
"order the acquire system will try to download the compressed files. The "
|
|
|
"acquire system will try the first and proceed with the next compression type "
|
|
|
"in this list on error, so to prefer one over the other type simply add the "
|
|
|
-"preferred type first - default types not already added will be implicitly "
|
|
|
-"appended to the end of the list, so e.g. <placeholder type=\"synopsis\" id="
|
|
|
-"\"0\"/> can be used to prefer <command>gzip</command> compressed files over "
|
|
|
-"<command>bzip2</command> and <command>lzma</command>. If <command>lzma</"
|
|
|
-"command> should be preferred over <command>gzip</command> and "
|
|
|
-"<command>bzip2</command> the configure setting should look like this: "
|
|
|
-"<placeholder type=\"synopsis\" id=\"1\"/> It is not needed to add "
|
|
|
-"<literal>bz2</literal> to the list explicitly as it will be added "
|
|
|
-"automatically."
|
|
|
+"preferred type first - types not already added will be implicitly appended "
|
|
|
+"to the end of the list, so e.g. <placeholder type=\"synopsis\" id=\"0\"/> "
|
|
|
+"can be used to prefer <command>gzip</command> compressed files over all "
|
|
|
+"other compression formats. If <command>xz</command> should be preferred "
|
|
|
+"over <command>gzip</command> and <command>bzip2</command> the configure "
|
|
|
+"setting should look like this: <placeholder type=\"synopsis\" id=\"1\"/> It "
|
|
|
+"is not needed to add <literal>bz2</literal> to the list explicitly as it "
|
|
|
+"will be added automatically."
|
|
|
msgstr ""
|
|
|
"Inoltre si può usare il sottogruppo <literal>Order</literal> per definire in "
|
|
|
"quale ordine il sistema di acquisizione cerca di scaricare i file compressi. "
|
|
|
@@ -4819,17 +4873,30 @@ msgstr "Dir::Bin::bzip2 \"/bin/bzip2\";"
|
|
|
|
|
|
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
|
|
|
#: apt.conf.5.xml
|
|
|
+#, fuzzy
|
|
|
+#| msgid ""
|
|
|
+#| "Note that the <literal>Dir::Bin::<replaceable>Methodname</replaceable></"
|
|
|
+#| "literal> will be checked at run time. If this option has been set, the "
|
|
|
+#| "method will only be used if this file exists; e.g. for the "
|
|
|
+#| "<literal>bzip2</literal> method (the inbuilt) setting is: <placeholder "
|
|
|
+#| "type=\"literallayout\" id=\"0\"/> Note also that list entries specified "
|
|
|
+#| "on the command line will be added at the end of the list specified in the "
|
|
|
+#| "configuration files, but before the default entries. To prefer a type in "
|
|
|
+#| "this case over the ones specified in the configuration files you can set "
|
|
|
+#| "the option direct - not in list style. This will not override the "
|
|
|
+#| "defined list; it will only prefix the list with this type."
|
|
|
msgid ""
|
|
|
"Note that the <literal>Dir::Bin::<replaceable>Methodname</replaceable></"
|
|
|
-"literal> will be checked at run time. If this option has been set, the "
|
|
|
-"method will only be used if this file exists; e.g. for the <literal>bzip2</"
|
|
|
-"literal> method (the inbuilt) setting is: <placeholder type=\"literallayout"
|
|
|
-"\" id=\"0\"/> Note also that list entries specified on the command line will "
|
|
|
-"be added at the end of the list specified in the configuration files, but "
|
|
|
-"before the default entries. To prefer a type in this case over the ones "
|
|
|
-"specified in the configuration files you can set the option direct - not in "
|
|
|
-"list style. This will not override the defined list; it will only prefix "
|
|
|
-"the list with this type."
|
|
|
+"literal> will be checked at run time. If this option has been set and "
|
|
|
+"support for this format isn't directly built into apt, the method will only "
|
|
|
+"be used if this file exists; e.g. for the <literal>bzip2</literal> method "
|
|
|
+"(the inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> "
|
|
|
+"Note also that list entries specified on the command line will be added at "
|
|
|
+"the end of the list specified in the configuration files, but before the "
|
|
|
+"default entries. To prefer a type in this case over the ones specified in "
|
|
|
+"the configuration files you can set the option direct - not in list style. "
|
|
|
+"This will not override the defined list; it will only prefix the list with "
|
|
|
+"this type."
|
|
|
msgstr ""
|
|
|
"Notare che <literal>Dir::Bin::<replaceable>NomeMetodo</replaceable></"
|
|
|
"literal> viene controllata al momento dell'esecuzione. Se questa opzione è "
|
|
|
@@ -8769,17 +8836,31 @@ msgstr ""
|
|
|
|
|
|
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
|
|
|
#: apt-ftparchive.1.xml
|
|
|
+#, fuzzy
|
|
|
+#| msgid ""
|
|
|
+#| "The <literal>release</literal> command generates a Release file from a "
|
|
|
+#| "directory tree. It recursively searches the given directory for "
|
|
|
+#| "uncompressed <filename>Packages</filename> and <filename>Sources</"
|
|
|
+#| "filename> files and ones compressed with <command>gzip</command>, "
|
|
|
+#| "<command>bzip2</command> or <command>lzma</command> as well as "
|
|
|
+#| "<filename>Release</filename> and <filename>md5sum.txt</filename> files by "
|
|
|
+#| "default (<literal>APT::FTPArchive::Release::Default-Patterns</literal>). "
|
|
|
+#| "Additional filename patterns can be added by listing them in "
|
|
|
+#| "<literal>APT::FTPArchive::Release::Patterns</literal>. It then writes to "
|
|
|
+#| "stdout a <filename>Release</filename> file containing (by default) an "
|
|
|
+#| "MD5, SHA1, SHA256 and SHA512 digest for each file."
|
|
|
msgid ""
|
|
|
"The <literal>release</literal> command generates a Release file from a "
|
|
|
"directory tree. It recursively searches the given directory for uncompressed "
|
|
|
-"<filename>Packages</filename> and <filename>Sources</filename> files and "
|
|
|
-"ones compressed with <command>gzip</command>, <command>bzip2</command> or "
|
|
|
-"<command>lzma</command> as well as <filename>Release</filename> and "
|
|
|
-"<filename>md5sum.txt</filename> files by default (<literal>APT::FTPArchive::"
|
|
|
-"Release::Default-Patterns</literal>). Additional filename patterns can be "
|
|
|
-"added by listing them in <literal>APT::FTPArchive::Release::Patterns</"
|
|
|
-"literal>. It then writes to stdout a <filename>Release</filename> file "
|
|
|
-"containing (by default) an MD5, SHA1, SHA256 and SHA512 digest for each file."
|
|
|
+"and compressed <filename>Packages</filename>, <filename>Sources</filename>, "
|
|
|
+"<filename>Contents</filename>, <filename>Components</filename> and "
|
|
|
+"<filename>icons</filename> files as well as <filename>Release</filename>, "
|
|
|
+"<filename>Index</filename> and <filename>md5sum.txt</filename> files by "
|
|
|
+"default (<literal>APT::FTPArchive::Release::Default-Patterns</literal>). "
|
|
|
+"Additional filename patterns can be added by listing them in <literal>APT::"
|
|
|
+"FTPArchive::Release::Patterns</literal>. It then writes to stdout a "
|
|
|
+"<filename>Release</filename> file containing (by default) an MD5, SHA1, "
|
|
|
+"SHA256 and SHA512 digest for each file."
|
|
|
msgstr ""
|
|
|
"Il comando <literal>release</literal> genera un file Release da un albero di "
|
|
|
"directory. In modo predefinito cerca ricorsivamente nella directory data i "
|
|
|
@@ -8795,15 +8876,25 @@ msgstr ""
|
|
|
|
|
|
#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
|
|
|
#: apt-ftparchive.1.xml
|
|
|
+#, fuzzy
|
|
|
+#| msgid ""
|
|
|
+#| "Values for the additional metadata fields in the Release file are taken "
|
|
|
+#| "from the corresponding variables under <literal>APT::FTPArchive::Release</"
|
|
|
+#| "literal>, e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The "
|
|
|
+#| "supported fields are: <literal>Origin</literal>, <literal>Label</"
|
|
|
+#| "literal>, <literal>Suite</literal>, <literal>Version</literal>, "
|
|
|
+#| "<literal>Codename</literal>, <literal>Date</literal>, <literal>Valid-"
|
|
|
+#| "Until</literal>, <literal>Architectures</literal>, <literal>Components</"
|
|
|
+#| "literal>, <literal>Description</literal>."
|
|
|
msgid ""
|
|
|
"Values for the additional metadata fields in the Release file are taken from "
|
|
|
"the corresponding variables under <literal>APT::FTPArchive::Release</"
|
|
|
-"literal>, e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The "
|
|
|
-"supported fields are: <literal>Origin</literal>, <literal>Label</literal>, "
|
|
|
+"literal>, e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The "
|
|
|
+"supported fields are <literal>Origin</literal>, <literal>Label</literal>, "
|
|
|
"<literal>Suite</literal>, <literal>Version</literal>, <literal>Codename</"
|
|
|
"literal>, <literal>Date</literal>, <literal>Valid-Until</literal>, "
|
|
|
-"<literal>Architectures</literal>, <literal>Components</literal>, "
|
|
|
-"<literal>Description</literal>."
|
|
|
+"<literal>Signed-By</literal>, <literal>Architectures</literal>, "
|
|
|
+"<literal>Components</literal> and <literal>Description</literal>."
|
|
|
msgstr ""
|
|
|
"I valori dei campi di metadati aggiuntivi nel file Release sono presi dalle "
|
|
|
"variabili corrispondenti sotto <literal>APT::FTPArchive::Release</literal>, "
|
|
|
@@ -8934,11 +9025,17 @@ msgstr ""
|
|
|
|
|
|
#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
|
|
|
#: apt-ftparchive.1.xml
|
|
|
+#, fuzzy
|
|
|
+#| msgid ""
|
|
|
+#| "Sets the default compression schemes to use for the package index files. "
|
|
|
+#| "It is a string that contains a space separated list of at least one of: "
|
|
|
+#| "'.' (no compression), 'gzip' and 'bzip2'. The default for all compression "
|
|
|
+#| "schemes is '. gzip'."
|
|
|
msgid ""
|
|
|
"Sets the default compression schemes to use for the package index files. It "
|
|
|
-"is a string that contains a space separated list of at least one of: '.' (no "
|
|
|
-"compression), 'gzip' and 'bzip2'. The default for all compression schemes is "
|
|
|
-"'. gzip'."
|
|
|
+"is a string that contains a space separated list of at least one of the "
|
|
|
+"compressors configured via the <option>APT::Compressor</option> "
|
|
|
+"configuration scope. The default for all compression schemes is '. gzip'."
|
|
|
msgstr ""
|
|
|
"Imposta gli schemi di compressione predefiniti da usare per i file indice "
|
|
|
"dei pacchetti. È una stringa che contiene una lista separata da spazi con "
|