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/pt.po | 180 +++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 132 insertions(+), 48 deletions(-) (limited to 'doc/po/pt.po') diff --git a/doc/po/pt.po b/doc/po/pt.po index 6abf4be4a..bcf2bc16d 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.7\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-08-29 00:34+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" @@ -1594,9 +1594,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 "" "Mostra pacotes actualizados; Escreve uma lista de todos os pacotes que estão " "prestes a ser actualizados. Item de Configuração: APT::Get::Show-" @@ -2570,11 +2574,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: @@ -4039,6 +4042,33 @@ msgstr "" "alienígenas são adicionadas à lista predefinida quando são registadas via " "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 "" @@ -4768,14 +4798,23 @@ msgstr "Acquire::CompressionTypes::Extensão de Ficheiro #: 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