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/nl.po | 193 ++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 145 insertions(+), 48 deletions(-) (limited to 'doc/po/nl.po') diff --git a/doc/po/nl.po b/doc/po/nl.po index 5340997b6..b39e31993 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.1.10-nl\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: 2016-02-01 16:17+0100\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -1663,9 +1663,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 "" "Toon opgewaardeerde pakketten; geef een lijst weer van alle pakketten die " "opgewaardeerd zullen worden. Configuratie-item: APT::Get::Show-" @@ -2617,11 +2621,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 "" "Standaard geven depends en rdepends " "enkel die vereisten weer die expliciet in de metadata vermeld worden. Met " @@ -4115,6 +4118,33 @@ msgstr "" "geregistreerd worden via het commando 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 "" @@ -4842,14 +4872,23 @@ msgstr "Acquire::CompressionTypes::FileExtension \" #: 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