From 5ff8dd6bd1c30c29a7398e339d3bdeaffe2f4489 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 11 Jun 2016 17:24:13 +0200 Subject: Release 1.3~exp2 --- doc/po/es.po | 180 +++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 132 insertions(+), 48 deletions(-) (limited to 'doc/po/es.po') diff --git a/doc/po/es.po b/doc/po/es.po index 0312d0365..262fd07be 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2016-05-11 10:50+0200\n" +"POT-Creation-Date: 2016-06-11 17:24+0200\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne \n" "Language-Team: Debian l10n Spanish \n" @@ -1636,9 +1636,13 @@ msgstr "" #. type: Content of: #: apt-get.8.xml +#, fuzzy +#| msgid "" +#| "Show upgraded packages; print out a list of all packages that are to be " +#| "upgraded. Configuration Item: APT::Get::Show-Upgraded." msgid "" -"Show upgraded packages; print out a list of all packages that are to be " -"upgraded. Configuration Item: APT::Get::Show-Upgraded." +"Do not show a list of all packages that are to be upgraded. Configuration " +"Item: APT::Get::Show-Upgraded." msgstr "" "Muestra los paquetes que se van a actualizar. Opción de configuración: " "APT::Get::Show-Upgraded." @@ -2632,11 +2636,10 @@ msgstr "" msgid "" "Per default depends and rdepends print " "only dependencies explicitly expressed in the metadata. With this flag it " -"will also show dependencies implicitly added based on the encountered " -"data. A Conflicts: foo e.g. expresses implicitly that " -"this package also conflicts with the package foo from any other " -"architecture. Configuration Item: APT::Cache::ShowImplicit." +"will also show dependencies implicitly added based on the encountered data. " +"A Conflicts: foo e.g. expresses implicitly that this " +"package also conflicts with the package foo from any other architecture. " +"Configuration Item: APT::Cache::ShowImplicit." msgstr "" #. type: Content of: @@ -4113,6 +4116,33 @@ msgstr "" "las arquitecturas externas se añaden al registro mediante dpkg --" "add-architecture." +#. type: Content of: +#: 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 .reversed file extension which it will " +"pass to the command rev without additional commandline " +"parameters for compression and uncompression:" +msgstr "" + +#. type: Content of: +#: 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: #: apt.conf.5.xml msgid "" @@ -4838,14 +4868,23 @@ msgstr "Acquire::CompressionTypes::extensión-del-fichero #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "List of compression types which are understood by the acquire methods. " +#| "Files like Packages can be available in various " +#| "compression formats. By default the acquire methods can decompress " +#| "bzip2, lzma and gzip 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: " +#| "" msgid "" "List of compression types which are understood by the acquire methods. " "Files like Packages can be available in various " -"compression formats. By default the acquire methods can decompress " -"bzip2, lzma and gzip 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: " -"" +"compression formats. By default the acquire methods can decompress and " +"recompress many common formats like xz and gzip; with this scope the supported formats can be queried, modified as " +"well as support for more formats added (see also