-#: 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 ""
-"standardmäßig »on«, wodurch APT veranlasst wird, »essential«- oder "
-"»important«-Pakete so schnell wie möglich in der »install«-/»upgrade«-"
-"Operation zu installieren. Dies wird getan, um den Effekt eines "
-"gescheiterterten &dpkg;-Aufrufs zu begrenzen: Wenn diese Option "
-"ausgeschaltet ist, behandelt APT ein »important«-Paket auf die gleiche Weise "
-"wie ein »extra«-Paket: Zwischen dem Entpacken des »important«-Pakets A und "
-"seiner Konfiguration können dann viele andere Entpack- oder "
-"Konfigurationsaufrufe liegen, z.B. für Paket B, das keine Beziehung zu A "
-"hat, aber den dpkg-Aufruf zum Scheitern bringt (z.B. weil das Betreuerskript "
-"von Paket B Fehler generiert), die als Ergebnis einen Systemstatus haben, in "
-"dem Paket A entpackt, aber nicht konfiguriert ist und für kein von A "
-"abhängendes Paket länger gewährleistet ist, dass es funktioniert, weil die "
-"Abhängigkeit zu A nicht länger befriedigt wird. Das unmittelbare "
-"Konfigurationskennzeichen wird außerdem auf alle Abhängigkeiten angewandt, "
-"was zu einem Problem führen könnten, falls die Abhängigkeiten z.B. einen "
-"Kreis bilden, so dass eine Abhängigkeit mit der Unmittelbarmarkierung mit "
-"einer Vorabhängigkeit vergleichbar ist. So ist es theoretisch möglich, dass "
-"APT einer Situation begegnet, in der keine unmittelbare Konfiguration "
-"durchgeführt, ein Fehler ausgegeben und sich auf diese Option bezogen werden "
-"kann, so dass der Anwender die unmittelbare Konfiguration zeitweise "
-"deaktivieren kann, um in der Lage zu sein, erneut ein »install«/»upgrade« "
-"durchzuführen. Beachten Sie, dass hier das Wort »theoretisch« benutzt wird, "
-"denn dieses Problem ist bis jetzt in der Realität nur ein paar mal in "
-"unstabilen Distributionsversionen aufgetreten und wurde durch falsche "
-"Abhängigkeiten des fraglichen Pakets ausgelöst oder durch ein System in "
-"bereits kaputtem Status, so dass Sie diese Option nicht unbesehen abschalten "
-"sollten, da das oben erwähnte Szenario nicht das einzige unmittelbare "
-"Problem ist, das die Konfiguration überhaupt verhindern sollte. Bevor eine "
-"große Operation wie <literal>dist-upgrade</literal> mit dieser "
-"ausgeschalteten Option ausgeführt wird, sollte explizit versucht werden, "
-"<literal>install</literal> des Pakets durchzuführen. APT ist nicht in der "
-"Lage unmittelbar zu konfigurieren, aber stellen Sie sicher, dass Sie Ihr "
-"Problem außerdem an Ihre Distribution und an das APT-Team berichten mit "
-"nachstehendem Fehlerverweis, so dass es am Verbessern oder Korrigieren des "
-"Upgrade-Prozesses arbeiten kann."
-
-#. 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 ""
-"Schalten Sie diese Option niemals ein, außer wenn Sie -wirklich- wissen, was "
-"Sie tun. Es erlaubt APT temporär ein essentielles Paket zu entfernen, um "
-"eine Conflicts/Conflicts- oder Conflicts/Pre-Depend-Schleife zwischen zwei "
-"essentiellen Paketen zu unterbrechen. SOLCH EINE SCHLEIFE SOLLTE NIEMALS "
-"EXISTIEREN UND IST EIN SCHWERWIEGENDER FEHLER. Diese Option wird "
-"funktionieren, wenn die essentiellen Pakete nicht tar, gzip, libc, dpkg, "
-"bash oder etwas, was davon abhängt, sind."
-
-# FIXME s/These value/This value/\r
-#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:217
+#: apt.conf.5.xml:200
+msgid ""
+"Defaults to on, which will cause APT to install essential and important "
+"packages as soon as possible in an install/upgrade operation, in order to "
+"limit the effect of a failing &dpkg; call. If this option is disabled, APT "
+"treats an important package in the same way as an extra package: between the "
+"unpacking of the package A and its configuration there can be many other "
+"unpack or configuration calls for other unrelated packages B, C etc. If "
+"these cause the &dpkg; call to fail (e.g. because package B's maintainer "
+"scripts generate an error), this results in a system state in which package "
+"A is unpacked but unconfigured - so any package depending on A is now no "
+"longer guaranteed to work, as its dependency on A is no longer satisfied."
+msgstr ""
+"ist standardmäßig aktiviert, was APT veranlassen wird, essentielle und "
+"wichtige Pakete so bald wie möglich in einer Installations-/"
+"Aktualisierungstransaktion zu installieren, um die Auswirkungen eines "
+"scheiternden &dpkg;-Aufrufs zu begrenzen. Falls diese Option deaktiviert "
+"ist, betrachtet APT ein wichtiges Paket auf die gleiche Weise wie ein "
+"zusätzliches Paket: Zwischen dem Entpacken des Pakets A und seiner "
+"Konfiguration können viele andere Entpack- oder Konfigurationsaufrufe für "
+"andere, nicht zugehörige Pakete B, C etc. liegen. Falls dies zum Scheitern "
+"des &dpkg;-Aufrufs führt (z.B. weil Betreuerskripte des Pakets B einen "
+"Fehler erzeugen), führt dies zu einem Systemstatus, in dem Paket A entpackt, "
+"aber nicht konfiguriert ist, daher ist nicht länger gewährleistet, dass "
+"irgendein Paket, das von A abhängt, weiter funktioniert, da seine "
+"Abhängigkeit von A nicht länger erfüllt wird."
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml:212
+msgid ""
+"The immediate configuration marker is also applied in the potentially "
+"problematic case of circular dependencies, since a dependency with the "
+"immediate flag is equivalent to a Pre-Dependency. In theory this allows APT "
+"to recognise a situation in which it is unable to perform immediate "
+"configuration, abort, and suggest to the user that the option should be "
+"temporarily deactivated in order to allow the operation to proceed. Note "
+"the use of the word \"theory\" here; in the real world this problem has "
+"rarely been encountered, 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 "
+"scenario mentioned above is not the only problem it can help to prevent in "
+"the first place."
+msgstr ""
+"Außerdem wird die unmittelbare Konfigurationsmarkierung im potenziell "
+"problematischen Fall zirkulärer Abhängigkeiten angewandt, da eine "
+"Abhängigkeit mit der Unmittelbarmarkierung einer Vorabhängigkeit entspricht. "
+"Theoretisch ermöglicht dies APT, eine Situation zu erkennen, in der es keine "
+"unmittelbare Konfiguration durchführen kann, abzubrechen und dem Anwender "
+"vorzuschlagen, dass er die Option zeitweise deaktivieren soll, um ein "
+"Fortsetzen der Transaktion zu ermöglichen. Beachten Sie hier das Wort "
+"»theoretisch«; im wahren Leben ist dieses Problem selten in unstabilen "
+"Distributionsversionen aufgetreten und es wurde durch falsche Abhängigkeiten "
+"des fraglichen Pakets verursacht oder durch ein System in einem beschädigten "
+"Zustand; daher sollten Sie diese Option nicht blind deaktivieren, da das "
+"zuvor erwähnte Szenario nicht das einzige Problem ist, das es an erster "
+"Stelle verhindern kann."
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml:225
+msgid ""
+"Before a big operation like <literal>dist-upgrade</literal> is run with this "
+"option disabled you should try to explicitly <literal>install</literal> the "
+"package APT is unable to configure immediately; but please make sure you "
+"also report your problem to your distribution and to the APT team with the "
+"buglink below, so they can work on improving or correcting the upgrade "
+"process."
+msgstr ""
+"Bevor eine umfangreiche Transaktion wie <literal>dist-upgrade</literal> mit "
+"dieser ausgeschalteten Option ausgeführt wird, sollten Sie versuchen, "
+"explizit <literal>install</literal> für das Paket auszuführen, das APT nicht "
+"unmittelbar konfigurieren kann. Stellen Sie aber bitte sicher, dass Sie Ihr "
+"Problem außerdem an Ihre Distribution und an das APT-Team mit dem "
+"Fehlerverweis unten melden, so dass sie an der Verbesserung und Korrektur "
+"des Upgrade-Prozesses arbeiten können."
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml:236
+msgid ""
+"Never enable this option unless you <emphasis>really</emphasis> know what "
+"you are doing. It permits APT to temporarily remove an essential package to "
+"break a Conflicts/Conflicts or Conflicts/Pre-Depends loop between two "
+"essential packages. <emphasis>Such a loop should never exist and is a grave "
+"bug</emphasis>. This option will work if the essential packages are not "
+"<command>tar</command>, <command>gzip</command>, <command>libc</command>, "
+"<command>dpkg</command>, <command>dash</command> or anything that those "
+"packages depend on."
+msgstr ""
+"Schalten Sie diese Option niemals ein, außer wenn Sie <emphasis>wirklich</"
+"emphasis> wissen, was Sie tun. Es erlaubt APT temporär ein essentielles "
+"Paket zu entfernen, um eine Conflicts/Conflicts- oder Conflicts/Pre-Depends-"
+"Schleife zwischen zwei essentiellen Paketen zu unterbrechen. <emphasis>Solch "
+"eine Schleife sollte niemals existieren und ist ein schwerwiegender Fehler</"
+"emphasis>. Diese Option wird funktionieren, wenn die essentiellen Pakete "
+"nicht <command>tar</command>, <command>gzip</command>, <command>libc</"
+"command>, <command>dpkg</command>, <command>dash</command> oder etwas, was "
+"davon abhängt, sind."
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: apt.conf.5.xml:248