X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/40ebab6ac9dcbbebd3c3e6d70eee0d6e3ab36520..14e325c7e4b33e8fc6d33b99d1ffd3b934d26ed0:/doc/po/fr.po?ds=inline diff --git a/doc/po/fr.po b/doc/po/fr.po index d04767c8a..dc01f12fa 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -11,7 +11,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-22 14:50+0200\n" "PO-Revision-Date: 2014-11-15 17:26+0100\n" "Last-Translator: Jean-Pierre Giraud \n" "Language-Team: French \n" @@ -1559,9 +1559,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 "" "Afficher les paquets mis à niveau ; affiche une liste de tous les paquets à " "mettre à niveau. Élément de configuration : APT::Get::Show-" @@ -1951,8 +1955,9 @@ msgstr "" #: apt-get.8.xml msgid "" "Forbid the update command to acquire unverifiable data from configured " -"sources. Apt will fail at the update command for repositories without valid " -"cryptographically signatures. Configuration Item: Acquire::" +"sources. APT will fail at the update command for repositories without valid " +"cryptographically signatures. See also &apt-secure; for details on the " +"concept and the implications. Configuration Item: Acquire::" "AllowInsecureRepositories." msgstr "" @@ -2554,11 +2559,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: @@ -3024,7 +3028,9 @@ msgid "" "Starting with version 0.6, APT contains code that does " "signature checking of the Release file for all repositories. This ensures " "that data like packages in the archive can't be modified by people who have " -"no access to the Release file signing key." +"no access to the Release file signing key. Starting with version 1.1 " +"APT requires repositories to provide recent " +"authentication information for unimpeded usage of the repository." msgstr "" "Depuis sa version 0.6, apt sait vérifier la signature du " "fichier Release de chaque archive. On s'assure ainsi que les paquets de " @@ -3035,20 +3041,48 @@ msgstr "" #: apt-secure.8.xml msgid "" "If an archive has an unsigned Release file or no Release file at all current " -"APT versions will raise a warning in update operations " -"and front-ends like apt-get will require explicit " -"confirmation if an installation request includes a package from such an " -"unauthenticated archive." +"APT versions will refuse to download data from them by default in " +"update operations and even if forced to download front-" +"ends like &apt-get; will require explicit confirmation if an installation " +"request includes a package from such an unauthenticated archive." msgstr "" #. type: Content of: #: apt-secure.8.xml msgid "" -"In the future APT will refuse to work with unauthenticated repositories by " -"default until support for them is removed entirely. Users have the option to " -"opt-in to this behavior already by setting the configuration option " -" to false." +"As a temporary exception &apt-get; (not &apt;!) raises warnings only if it " +"encounters unauthenticated archives to give a slightly longer grace period " +"on this backward compatibility effecting change. This exception will be " +"removed in future releases and you can opt-out of this grace period by " +"setting the configuration option to false or on the command line." +msgstr "" + +#. type: Content of: +#: apt-secure.8.xml +msgid "" +"You can force all APT clients to raise only warnings by setting the " +"configuration option to " +"true. Individual repositories can also be allowed to be " +"insecure via the &sources-list; option allow-insecure=yes. Note that insecure repositories are strongly discouraged and all " +"options to force apt to continue supporting them will eventually be " +"removed. Users also have the option available to " +"disable even the warnings, but be sure to understand the implications as " +"detailed in &sources-list;." +msgstr "" + +#. type: Content of: +#: apt-secure.8.xml +msgid "" +"A repository which previously was authentication but would loose this state " +"in an update operation raises an error in all APT clients " +"irrespective of the option to allow or forbid usage of insecure " +"repositories. The error can be overcome by additionally setting " +" to " +"true or for Individual repositories with the &sources-" +"list; option allow-downgrade-to-insecure=yes." msgstr "" #. type: Content of: @@ -4035,6 +4069,33 @@ msgstr "" "les autres architectures sont ajoutées à la liste par défaut lorsqu'elles " "sont enregistrées avec 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 "" @@ -4580,16 +4641,30 @@ msgstr "" #. type: Content of: #: apt.conf.5.xml +#, fuzzy +#| msgid "" +#| "Acquire::http::Proxy-Auto-Detect can be used to " +#| "specify an external command to discover the http proxy to use. Apt " +#| "expects the command to output the proxy on stdout in the style " +#| "http://proxy:port/. This will override the generic " +#| "Acquire::http::Proxy but not any specific host proxy " +#| "configuration set via Acquire::http::Proxy::$HOST. " +#| "See the &squid-deb-proxy-client; package for an example implementation " +#| "that uses avahi. This option takes precedence over the legacy option name " +#| "ProxyAutoDetect." msgid "" "Acquire::http::Proxy-Auto-Detect can be used to specify " -"an external command to discover the http proxy to use. Apt expects the " -"command to output the proxy on stdout in the style http://proxy:" -"port/. This will override the generic Acquire::http::" -"Proxy but not any specific host proxy configuration set via " -"Acquire::http::Proxy::$HOST. See the &squid-deb-proxy-" -"client; package for an example implementation that uses avahi. This option " -"takes precedence over the legacy option name ProxyAutoDetect." +"an external command to discover the http proxy to use. The first and only " +"parameter is an URI denoting the host to be contacted to allow for host-" +"specific configuration. APT expects the command to output the proxy on " +"stdout as a single line in the style http://proxy:port/ " +"or the word DIRECT if no proxy should be used. No output " +"indicates that the generic proxy settings should be used. Note that auto-" +"detection will not be used for a host if a host-specific proxy configuration " +"is already set via Acquire::http::Proxy::HOST. See the &squid-deb-proxy-client; package for an " +"example implementation that uses avahi. This option takes precedence over " +"the legacy option name ProxyAutoDetect." msgstr "" "L'option Acquire::http::Proxy-Auto-Detect peut être " "utilisée pour indiquer une commande externe pour découvrir le mandataire " @@ -4781,14 +4856,23 @@ msgstr "Acquire::CompressionTypes::ExtensionFichier \ #. type: Content of: #: 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