-msgid ""
-"DPkg::NoTriggers \"true\";\n"
-"PackageManager::Configure \"smart\";\n"
-"DPkg::ConfigurePending \"true\";\n"
-"DPkg::TriggersPending \"true\";"
-msgstr ""
-"DPkg::NoTriggers \"true\";\n"
-"PackageManager::Configure \"smart\";\n"
-"DPkg::ConfigurePending \"true\";\n"
-"DPkg::TriggersPending \"true\";"
-
-#. type: Content of: <refentry><refsect1><refsect2><para>
-#: apt.conf.5.xml:630
-msgid ""
-"Note that it is not guaranteed that APT will support these options or that "
-"these options will not cause (big) trouble in the future. If you have "
-"understand the current risks and problems with these options, but are brave "
-"enough to help testing them create a new configuration file and test a "
-"combination of options. Please report any bugs, problems and improvements "
-"you encounter and make sure to note which options you have used in your "
-"reports. Asking dpkg for help could also be useful for debugging proposes, "
-"see e.g. <command>dpkg --audit</command>. A defensive option combination "
-"would be <placeholder type=\"literallayout\" id=\"0\"/>"
-msgstr ""
-"Beachten Sie, dass es nicht gewährleistet ist, dass APT diese Optionen "
-"unterstützen wird oder dass diese Optionen in der Zukunft keinen (großen) "
-"Ärger machen. Wenn Sie die allgemeinen Risiken und Probleme mit diesen "
-"Optionen verstanden haben, aber tapfer genug sind, sie testen zu helfen, "
-"erstellen Sie eine neue Konfigurationsdatei und testen Sie eine Kombination "
-"von Optionen. Bitte berichten Sie auf Englisch jegliche Fehler, Probleme und "
-"Verbesserungen, denen Sie begegnen und stellen Sie sicher, dass Sie alle von "
-"Ihnen benutzten Optionen in Ihren Berichten vermerken. Zum Zweck der "
-"Fehlersuche könnte es außerdem nützlich sein, Dpkg um Hilfe zu fragen. Lesen "
-"Sie z.B. <command>dpkg --audit</command>. Eine defensive Optionenkombination "
-"wäre <placeholder type=\"literallayout\" id=\"0\"/>"
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
-#: apt.conf.5.xml:642
-msgid "DPkg::NoTriggers"
-msgstr "DPkg::NoTriggers"
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:643
-msgid ""
-"Add the no triggers flag to all dpkg calls (except the ConfigurePending "
-"call). See &dpkg; if you are interested in what this actually means. In "
-"short: dpkg will not run the triggers when this flag is present unless it is "
-"explicitly called to do so in an extra call. Note that this option exists "
-"(undocumented) also in older apt versions with a slightly different meaning: "
-"Previously these option only append --no-triggers to the configure calls to "
-"dpkg - now apt will add these flag also to the unpack and remove calls."
-msgstr ""
-"Die keine-Trigger-Markierung zu allen Dpkg-Aufrufen hinzufügen (ausgenommen "
-"den ConfigurePending-Aufruf). Siehe &dpkg;, wenn Sie interessiert sind, was "
-"dies tatsächlich bedeutet. In Kürze: Dpkg wird die Trigger nicht ausführen, "
-"dann ist diese Markierung vorhanden, außer sie wird explizit aufgerufen, um "
-"dies in einem gesonderten Aufruf zu tun. Beachten Sie, dass diese Option "
-"außerdem in älteren APT-Versionen mit einer geringfügig anderen Bedeutung "
-"existiert (nicht dokumentiert): Vorher hing diese Option nur --no-triggers "
-"an die Konfigurationsaufrufe für Dpkg an – nun wird APT diese Markierung "
-"außerdem an die »unpack«- und »remove«-Aufrufe anhängen."
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
-#: apt.conf.5.xml:650
-msgid "PackageManager::Configure"
-msgstr "PackageManager::Configure"
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:651
-msgid ""
-"Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
-"and \"<literal>no</literal>\". \"<literal>all</literal>\" is the default "
-"value and causes APT to configure all packages explicit. The "
-"\"<literal>smart</literal>\" way is it to configure only packages which need "
-"to be configured before another package can be unpacked (Pre-Depends) and "
-"let the rest configure by dpkg with a call generated by the next option. "
-"\"<literal>no</literal>\" on the other hand will not configure anything and "
-"totally rely on dpkg for configuration (which will at the moment fail if a "
-"Pre-Depends is encountered). Setting this option to another than the all "
-"value will implicitly activate also the next option per default as otherwise "
-"the system could end in an unconfigured status which could be unbootable!"
-msgstr ""
-"Gültige Werte sind »<literal>all</literal>«, »<literal>smart</literal>« und "
-"»<literal>no</literal>«. »<literal>all</literal>« ist der Vorgabewert und "
-"veranlasst APT alle Pakete explizit zu konfigurieren. Die Art von "
-"»<literal>smart</literal>« ist es, nur die Pakete zu konfigurieren, die "
-"konfiguriert werden müssen, bevor eine anderes Paket entpackt (Pre-Depends) "
-"werden kann und den Rest von Dpkg mit einem Aufruf, der von der nächsten "
-"Option generiert wurde, konfigurieren zu lassen. Im Gegensatz dazu wird "
-"»<literal>no</literal>« nicht konfigurieren und völlig die Konfiguration von "
-"Dpkg weitergeben (die in dem Moment fehlschlägt, in dem ein Pre-Depends "
-"vorkommt). Diese Option auf etwas anderes als all zu setzen, wird außerdem "
-"implizit standardmäßig die nächste Option aktivieren, da das System "
-"anderenfalls in einem nicht konfigurierten Status enden könnte, der nicht "
-"mehr startbar sein könnte."
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
-#: apt.conf.5.xml:661
-msgid "DPkg::ConfigurePending"
-msgstr "DPkg::ConfigurePending"
-
-#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
-#: apt.conf.5.xml:662
-msgid ""
-"If this option is set apt will call <command>dpkg --configure --pending</"
-"command> to let dpkg handle all required configurations and triggers. This "
-"option is activated automatic per default if the previous option is not set "
-"to <literal>all</literal>, but deactivating could be useful if you want to "
-"run APT multiple times in a row - e.g. in an installer. In these sceneries "
-"you could deactivate this option in all but the last run."
-msgstr ""
-"Wenn diese Option gesetzt ist, wird APT <command>dpkg --configure --pending</"
-"command> aufrufen, um Dpkg alle benötigten Konfigurationen und Trigger "
-"handhaben zu lassen. Diese Option ist als Vorgabe automatisch aktiviert, "
-"wenn die vorherige Option nicht auf <literal>all</literal> gesetzt ist, aber "
-"Deaktivieren könnte nützlich sein, wenn Sie APT mehrmals hintereinander "
-"ausführen möchten – z.B. in einem Installationsprogramm. In diesen Szenarien "
-"könnten Sie diese Option außer in allen außer der letzten Ausführung "
-"deaktivieren."