-#: apt.conf.5.xml:184
-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 ""
-"A predefinição é ligado o que irá fazer com que o APT instale pacotes "
-"essenciais e importantes o mais rápido possível na operação de instalar/"
-"actualizar. Isto é feito para limitar o efeito de uma chamada falhada do "
-"&dpkg;. Se esta opção for desactivada, o APT trata um pacote importante do "
-"mesmo modo que um pacote extra: Entre o desempacotamento do pacote "
-"importante A e a sua configuração podem acontecer muitas outras chamadas de "
-"desempacotamento e configuração, exemplo, para o pacote B que não tem "
-"nenhuma relação com A, mas causa uma falha na chamada ao dpkg (ex, porque o "
-"script do responsável do pacote B gera um erro) o qual resulta num estado do "
-"sistema em que o pacote A está desempacotado mas ainda não configurado - já "
-"não se garante o funcionamento de cada pacote que depende de A porque a sua "
-"dependência já não está satisfeita. O marcador de configuração imediata é "
-"também aplicado a todas as dependências que possam gerar um problema se as "
-"dependências, ex, formam um círculo como uma dependência com a marca de "
-"imediato a ser comparável com uma Pré-Dependência. Portanto, em teoria, é "
-"possível que o APT encontre uma situação na qual é incapaz de executar "
-"configuração imediata, entre em erro e refira esta opção para que o "
-"utilizador possa desactivar temporariamente a configuração imediata para ser "
-"capaz de executar uma instalação/actualização outra vez. Note o uso da "
-"palavra \"teoria\" aqui pois este problema foi poucas vezes encontrado até "
-"agora no mundo real em versões de distribuição não-estáveis e causados por "
-"dependências erradas do pacote em questão ou por um sistema já num estado "
-"corrompido, portanto você não deve desactivar esta opção às cegas porque, em "
-"primeiro lugar, o cenário mencionado acima não é o único problema que a "
-"configuração imediata pode ajudar a prevenir. Antes de uma grande operação "
-"como <literal>dist-upgrade</literal> ser corrida com esta opção desactivada, "
-"deve ser tentado primeiro fazer um <literal>install</literal> explicito ao "
-"pacote que o APT é incapaz de configurar imediatamente, mas por favor "
-"certifique-se de também relatar o seu problema à sua distribuição e à equipa "
-"do APT com o link de bug abaixo para que possam trabalhar na melhoria ou "
-"correcção do processo de actualização."
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:207
-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 ""
-"Nunca Active esta opção a menos que saiba -realmente- o que está a fazer. "
-"Permite ao APT remover temporariamente um pacote essencial para interromper "
-"um ciclo vicioso de Conflitos/Conflitos ou Conflitos/Pré-Dependência entre "
-"dois pacotes essenciais. TAL CICLO VICIOSO NÃO DEVERÁ NUNCA EXISTIR E É UM "
-"GRAVE BUG. Esta opção deverá funcionar se os pacotes essenciais não forem "
-"tar, gzip, libc, dpkg, bash ou qualquer coisa de que estes dependem."
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:216
-#, 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."