-#: apt.conf.5.xml:186
-msgid ""
-"Defaults to on which will cause APT to install essential and important "
-"packages as fast as possible in the install/upgrade operation. This is done "
-"to limit the effect of a failing &dpkg; call: If this option is disabled APT "
-"does treat an important package in the same way as an extra package: Between "
-"the unpacking of the important package A and his configuration can then be "
-"many other unpack or configuration calls, e.g. for package B which has no "
-"relation to A, but causes the dpkg call to fail (e.g. because maintainer "
-"script of package B generates an error) which results in a system state in "
-"which package A is unpacked but unconfigured - each package depending on A "
-"is now no longer guaranteed to work as their dependency on A is not longer "
-"satisfied. The immediate configuration marker is also applied to all "
-"dependencies which can generate a problem if the dependencies e.g. form a "
-"circle as a dependency with the immediate flag is comparable with a Pre-"
-"Dependency. So in theory it is possible that APT encounters a situation in "
-"which it is unable to perform immediate configuration, errors out and refers "
-"to this option so the user can deactivate the immediate configuration "
-"temporarily to be able to perform an install/upgrade again. Note the use of "
-"the word \"theory\" here as this problem was only encountered by now in real "
-"world a few times in non-stable distribution versions and was caused by "
-"wrong dependencies of the package in question or by a system in an already "
-"broken state, so you should not blindly disable this option as the mentioned "
-"scenario above is not the only problem immediate configuration can help to "
-"prevent in the first place. Before a big operation like <literal>dist-"
-"upgrade</literal> is run with this option disabled it should be tried to "
-"explicitly <literal>install</literal> the package APT is unable to configure "
-"immediately, but please make sure to report your problem also to your "
-"distribution and to the APT team with the buglink below so they can work on "
-"improving or correcting the upgrade process."
-msgstr ""
-"La valeur par défaut de ce réglage est « on » ce qui conduira APT à "
-"installer les paquets essentiels et importants dès que possible pendant les "
-"opérations d'installation ou de mise à jour. Cela permet de limiter les "
-"conséquences de l'échec d'un appel à &dpkg; : si cette option est "
-"désactivée, APT gérera un paquet important de la même manière qu'un paquet "
-"« extra » ; entre le dépaquetage du paquet important A et sa configuration "
-"pourront prendre place de nombreux autres opérations de dépaquetage ou de "
-"configuration. Ainsi, si le paquet B, qui n'a pas de rapport avec A, "
-"provoque une erreur de &dpkg; (p. ex. en cas d'erreur dans les scripts du "
-"responsable), le paquet A sera alors dans l'état installé mais non configuré "
-"et chaque paquet qui en dépend ne fonctionnera plus nécessairement puisque "
-"sa dépendance n'est pas satisfaite. Le marqueur de configuration immédiate "
-"sera aussi utilisé pour toute dépendance qui peut créer un problème, par "
-"exemple les dépendances circulaires. En effet, utiliser le marqueur de "
-"configuration immédiate revient à gérer une pré-dépendance. Il est donc "
-"possible, en théorie, qu'APT rencontre une situation où il lui est "
-"impossible d'effectuer la configuration immédiate, qu'il se termine alors "
-"avec une erreur en faisant référence à cette option afin que l'utilisateur "
-"puisse la désactiver temporairement pour retenter l'opération d'installation "
-"ou de mise à jour. Il est à noter que « en théorie » indique ici que cette "
-"situation n'a été rencontrée que dans de rares cas, sur des versions "
-"instables de distributions, la cause étant des dépendances incorrectes ou un "
-"système déjà dans un état instable. Il est donc déconseillé de désactiver "
-"cette option sans réfléchir car la situation décrite précédemment n'est "
-"qu'un des cas où la configuration immédiate permet de résoudre des "
-"situations complexes. Avant de tenter une opération telle que <literal>dist-"
-"upgrade</literal> avec cette option désactivée, il est largement préférable "
-"d'essayer une opération <literal>install</literal> sur le paquet qu'APT ne "
-"peut configurer immédiatement. Il est également conseillé de signaler ce "
-"type de problème dans le système de suivi de bogues de la distribution "
-"utilisée afin qu'il soit étudié et corrigé."
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:209
-msgid ""
-"Never Enable this option unless you -really- know what you are doing. It "
-"permits APT to temporarily remove an essential package to break a Conflicts/"
-"Conflicts or Conflicts/Pre-Depend loop between two essential packages. SUCH "
-"A LOOP SHOULD NEVER EXIST AND IS A GRAVE BUG. This option will work if the "
-"essential packages are not tar, gzip, libc, dpkg, bash or anything that "
-"those packages depend on."
-msgstr ""
-"Ne jamais activer cette option à moins que vous ne sachiez - réellement - ce "
-"que vous faites. Elle autorise APT à supprimer temporairement un paquet "
-"essentiel pour mettre fin à une boucle Conflicts / Conflicts ou Conflicts / "
-"Pre-Depends entre deux paquets essentiels. Une telle boucle ne devrait "
-"jamais se produire : c'est un bogue très important. Cette option fonctionne "
-"si les paquets essentiels ne sont pas tar, gzip, libc, dpkg, bash ou tous "
-"les paquets dont ces paquets dépendent."
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:218
-#, fuzzy
-#| msgid ""
-#| "APT uses since version 0.7.26 a resizable memory mapped cache file to "
-#| "store the 'available' information. <literal>Cache-Start</literal> acts as "
-#| "a hint to which size the Cache will grow and is therefore the amount of "
-#| "memory APT will request at startup. The default value is 20971520 bytes "
-#| "(~20 MB). Note that these amount of space need to be available for APT "
-#| "otherwise it will likely fail ungracefully, so for memory restricted "
-#| "devices these value should be lowered while on systems with a lot of "
-#| "configured sources this might be increased. <literal>Cache-Grow</"
-#| "literal> defines in byte with the default of 1048576 (~1 MB) how much the "
-#| "Cache size will be increased in the event the space defined by "
-#| "<literal>Cache-Start</literal> is not enough. These value will be applied "
-#| "again and again until either the cache is big enough to store all "
-#| "information or the size of the cache reaches the <literal>Cache-Limit</"
-#| "literal>. The default of <literal>Cache-Limit</literal> is 0 which "
-#| "stands for no limit. If <literal>Cache-Grow</literal> is set to 0 the "
-#| "automatic grow of the cache is disabled."