-#: apt.conf.5.xml:185
-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 ""
-"Activo de forma predeterminada, hará que APT instale los paquetes esenciales "
-"e importantes tan rápido como le sea posible al instalar y/o actualizar. "
-"Esto se hace para limitar el efecto de un fallo en la ejecución de &dpkg;. "
-"Si esta opción está desactivada, APT trata los paquetes importantes del "
-"mismo modo que un paquete adicional: entre desempaquetar un paquete "
-"importante A y su configuración puede haber muchos otros desempaquetados y "
-"configuraciones. Por ejemplo, el paquete B que no tiene relación con A, pero "
-"que hace que la ejecución de dpkg falle (ya sea porque el script del "
-"mantenedor del paquete B genera un error) generará un estado del sistema en "
-"el que el paquete A está desempaquetado pero no configurado; no se garantiza "
-"el funcionamiento de cada paquete que depende de A ya que su dependencia con "
-"A no está satisfecha. El marcador de configuración inmediata se aplicará a "
-"todas las dependencias que puedan generar un problema si las dependencias, "
-"por ejemplo, forman un círculo vicioso como dependencia con la marca de "
-"configuración inmediata, lo cual lo califica casi como Pre-Dependencia. Así, "
-"en teoría es posible que APT encuentre una situación en la que es incapaz de "
-"llevar a cabo una configuración inmediata, devuelva un error y mencione esta "
-"opción para que así el usuario pueda desactivar la configuración inmediata "
-"temporalmente para llevar a cabo una vez más la instalación y/o "
-"actualización. Observe el uso de la expresión «en teoría», ya que esta "
-"situación sólo se ha visto algunas veces con versiones de distribución no "
-"estables, y causadas por dependencias incorrectas del paquete en cuestión o "
-"en un sistema ya roto. Por ello, no debería desactivar ciegamente esta "
-"opción ya que la situación mencionada anteriormente no es el único problema "
-"que la configuración inmediata puede resolver. Antes de llevar a cabo una "
-"operación grande como <literal>dist-upgrade</literal> con esta opción "
-"desactivada debería intentar un <literal>install</literal> con el paquete "
-"que APT es incapaz de configurar inmediatamente, pero asegúrese de informar "
-"del fallo a su distribución y al equipo de APT mediante el enlace a informes "
-"de fallo a continuación para que así puedan mejorar o corregir el proceso de "
-"actualización."
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:208
-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 opción a menos que usted (realmente) sepa lo que está "
-"haciendo. Esto permite a APT eliminar temporalmente un paquete esencial para "
-"eliminar conflictos o bucles conflicto/pre-dependencia entre dos paquetes "
-"esenciales. EL BUCLE NO DEBERÍA EXISTIR NUNCA COMO TAL Y ES UN ERROR GRAVE. "
-"Esta opción funcionará si el paquete esencial no es ni tar, ni gzip, ni "
-"libc, ni dpkg, ni bash, ni cualquier otro del que dependan estos paquetes."
-
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:217
-#, 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."
-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 this amount of space needs to be available for APT otherwise it will "
-"likely fail ungracefully, so for memory restricted devices this value should "
-"be lowered while on systems with a lot of configured sources it should be "
-"increased. <literal>Cache-Grow</literal> defines in bytes 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."