-
-#~ msgid "dpkg trigger usage (and related options)"
-#~ msgstr "Dpkd-Trigger-Benutzung (und zugehörige Optionen)"
-
-#~ msgid ""
-#~ "APT can call &dpkg; in such a way as to let it make aggressive use of "
-#~ "triggers over multiple calls of &dpkg;. Without further options &dpkg; "
-#~ "will use triggers once each time it runs. Activating these options can "
-#~ "therefore decrease the time needed to perform the install or upgrade. "
-#~ "Note that it is intended to activate these options per default in the "
-#~ "future, but as it drastically changes the way APT calls &dpkg; it needs a "
-#~ "lot more testing. <emphasis>These options are therefore currently "
-#~ "experimental and should not be used in production environments.</"
-#~ "emphasis> It also breaks progress reporting such that all front-ends will "
-#~ "currently stay around half (or more) of the time in the 100% state while "
-#~ "it actually configures all packages."
-#~ msgstr ""
-#~ "APT kann &dpkg; auf eine Art aufrufen, in der aggressiv Gebrauch von "
-#~ "Triggern über mehrere &dpkg;-Aufrufe hinweg gemacht wird. Ohne weitere "
-#~ "Optionen wird &dpkg; Trigger nur einmal bei jeder Ausführung benutzen. "
-#~ "Diese Optionen zu aktivieren, kann daher die zum Installieren oder "
-#~ "Upgrade benötigte Zeit verkürzen. Beachten Sie, dass geplant ist, diese "
-#~ "Optionen in Zukunft standardmäßig zu aktivieren, aber da es die Art, wie "
-#~ "APT &dpkg; aufruft, drastisch ändert, benötigt es noch viele weitere "
-#~ "Tests. <emphasis>Diese Optionen sind daher aktuell noch experimentell und "
-#~ "sollten nicht in produktiven Umgebungen benutzt werden.</emphasis> "
-#~ "Außerdem unterbricht es die Fortschrittsanzeige, so dass alle Oberflächen "
-#~ "derzeit die halbe (oder mehr) Zeit auf dem Status 100% stehen, während "
-#~ "tatsächlich alle Pakete konfiguriert werden."
-
-#~ 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\";"
-
-#~ 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\"/>"
-
-#~ 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 also add this flag to the "
-#~ "unpack and remove calls."
-#~ msgstr ""
-#~ "fügt die keine-Trigger-Markierung zu allen &dpkg; Aufrufen hinzu "
-#~ "(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."
-
-#~ msgid ""
-#~ "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
-#~ "and \"<literal>no</literal>\". The default value is \"<literal>all</"
-#~ "literal>\", which causes APT to configure all packages. The "
-#~ "\"<literal>smart</literal>\" way is to configure only packages which need "
-#~ "to be configured before another package can be unpacked (Pre-Depends), "
-#~ "and let the rest be configured by &dpkg; with a call generated by the "
-#~ "ConfigurePending option (see below). On the other hand, \"<literal>no</"
-#~ "literal>\" will not configure anything, and totally relies on &dpkg; for "
-#~ "configuration (which at the moment will fail if a Pre-Depends is "
-#~ "encountered). Setting this option to any value other than <literal>all</"
-#~ "literal> will implicitly also activate the next option by default, as "
-#~ "otherwise the system could end in an unconfigured and potentially "
-#~ "unbootable state."
-#~ msgstr ""
-#~ "Gültige Werte sind »<literal>all</literal>«, »<literal>smart</literal>« "
-#~ "und »<literal>no</literal>«. Der Standardwert ist »<literal>all</"
-#~ "literal>«, was APT veranlasst, alle Pakete zu konfigurieren. Die Art von "
-#~ "»<literal>smart</literal>« ist es, nur die Pakete zu konfigurieren, die "
-#~ "konfiguriert werden müssen, bevor ein anderes Paket entpackt werden kann "
-#~ "(Pre-Depends), und den Rest von &dpkg; mit einem Aufruf, der durch die "
-#~ "Option ConfigurePending (siehe unten) generiert wurde, konfigurieren zu "
-#~ "lassen. Im Gegensatz dazu wird »<literal>no</literal>« nichts "
-#~ "konfigurieren und sich völlig auf die Konfiguration durch &dpkg; "
-#~ "verlassen (was im Moment fehlschlägt, falls ein Pre-Depends vorkommt). "
-#~ "Diese Option auf etwas anderes als <literal>all</literal> 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 und "
-#~ "möglicherweise nicht mehr startbar ist."
-
-#~ msgid ""
-#~ "Useful for the <literal>smart</literal> configuration as a package which "
-#~ "has pending triggers is not considered as <literal>installed</literal>, "
-#~ "and &dpkg; treats them as <literal>unpacked</literal> currently which is "
-#~ "a showstopper for Pre-Dependencies (see debbugs #526774). Note that this "
-#~ "will process all triggers, not only the triggers needed to configure this "
-#~ "package."
-#~ msgstr ""
-#~ "nützlich für <literal>smart</literal>-Konfiguration, da ein Paket mit "
-#~ "ausstehenden Triggern nicht als <literal>installed</literal> angesehen "
-#~ "wird und Dpkg es als aktuell entpackt betrachtet, was ein Hemmschuh für "
-#~ "Pre-Dependencies ist (siehe Debian-Fehler #526774). Beachten Sie, dass "
-#~ "dies alle Trigger ausführt, nicht nur die Trigger, die zum Konfigurieren "
-#~ "dieses Pakets benötigt werden."
-
-#~ msgid ""
-#~ "OrderList::Score {\n"
-#~ "\tDelete 500;\n"
-#~ "\tEssential 200;\n"
-#~ "\tImmediate 10;\n"
-#~ "\tPreDepends 50;\n"
-#~ "};"
-#~ msgstr ""
-#~ "OrderList::Score {\n"
-#~ "\tDelete 500;\n"
-#~ "\tEssential 200;\n"
-#~ "\tImmediate 10;\n"
-#~ "\tPreDepends 50;\n"
-#~ "};"
-
-#~ msgid ""
-#~ "Essential packages (and their dependencies) should be configured "
-#~ "immediately after unpacking. It is a good idea to do this quite early in "
-#~ "the upgrade process as these configure calls also currently require "
-#~ "<literal>DPkg::TriggersPending</literal> which will run quite a few "
-#~ "triggers (which may not be needed). Essentials get per default a high "
-#~ "score but the immediate flag is relatively low (a package which has a Pre-"
-#~ "Depends is rated higher). These option and the others in the same group "
-#~ "can be used to change the scoring. The following example shows the "
-#~ "settings with their default values. <placeholder type=\"literallayout\" "
-#~ "id=\"0\"/>"
-#~ msgstr ""
-#~ "Essentielle Pakete (und ihre Abhängigkeiten) sollten sofort nach dem "
-#~ "Entpacken konfiguriert werden. Es ist eine gute Idee, dies ziemlich früh "
-#~ "im Upgrade-Prozess zu tun, da diese Konfigurationsaufrufe aktuell "
-#~ "außerdem <literal>DPkg::TriggersPending</literal> benötigen, das eine "
-#~ "Reihe von Triggern ausführt (die möglicherweise nicht gebraucht werden). "
-#~ "Essentielle Pakete haben als Vorgabe eine hohe Bewertung, aber die "
-#~ "Unmittelbarmarkierung ist relativ niedrig (ein Paket, das Pre-Depends "
-#~ "hat, wird höher bewertet). Diese Option und die anderen in der gleichen "
-#~ "Gruppe können benutzt werden, um die Bewertung zu ändern. Das folgende "
-#~ "Beispiel zeigt die Einstellungen mit ihren Vorgabewerten. <placeholder "
-#~ "type=\"literallayout\" id=\"0\"/>"
-
-#~ msgid "List fingerprints of trusted keys."
-#~ msgstr "listet Fingerabdrücke vertrauenswürdiger Schlüssel auf."
-
-#~ msgid "<filename>/etc/apt/trustdb.gpg</filename>"
-#~ msgstr "<filename>/etc/apt/trustdb.gpg</filename>"
-
-#~ msgid "Local trust database of archive keys."
-#~ msgstr "lokale Datenbank vertrauenswürdiger Archivschlüssel"
-
-#~ msgid "&keyring-filename;"
-#~ msgstr "&keyring-filename;"
-
-#~ msgid "Keyring of &keyring-distro; archive trusted keys."
-#~ msgstr ""
-#~ "Schlüsselbund vertrauenswürdiger Schlüssel des &keyring-distro;-Archivs"
-
-#~ msgid "&keyring-removed-filename;"
-#~ msgstr "&keyring-removed-filename;"
-
-#~ msgid "Keyring of &keyring-distro; archive removed trusted keys."
-#~ msgstr ""
-#~ "Schlüsselbund entfernter vertrauenswürdiger Schlüssel des &keyring-"
-#~ "distro;-Archivs"
-
-#, fuzzy
-#~| msgid "&apt-cache; &apt-conf;"
-#~ msgid "&apt-get;, &apt-conf;"
-#~ msgstr "&apt-cache; &apt-conf;"
-
-#~ msgid ""
-#~ "This is a space separated list of all the architectures that appear under "
-#~ "search section. The special architecture 'source' is used to indicate "
-#~ "that this tree has a source archive."
-#~ msgstr ""
-#~ "Dies ist eine durch Leerzeichen getrennte Liste aller Architekturen, die "
-#~ "unter dem Suchabschnitt erscheinen. Die spezielle Architektur »source« "
-#~ "wird benutzt, um anzugeben, dass dieser Baum ein Quellarchiv besitzt."
-
-#~ msgid ""
-#~ "<command>apt</command> (Advanced Package Tool) is the command-line tool "
-#~ "for handling packages. It provides a commandline interface for the "
-#~ "package management of the system. See also &apt-get; and &apt-cache; for "
-#~ "more low-level command options."
-#~ msgstr ""
-#~ "<command>apt</command> (Advanced Package Tool) ist das "
-#~ "Befehlszeilenwerkzeug für den Umgang mit Paketen. Es stellt eine "
-#~ "Befehlszeilenschnittstelle zur Verwaltung von Paketen auf dem System "
-#~ "bereit. Tiefer ansetzende Befehlsoptionen finden sie unter &apt-get; und "
-#~ "&apt-cache;."
-
-#~ msgid ""
-#~ "<literal>search</literal> searches for the given term(s) and display "
-#~ "matching packages."
-#~ msgstr ""
-#~ "<literal>search</literal> sucht nach angegebenen Begriffen und zeigt "
-#~ "passende Pakete an."
-
-#~ msgid ""
-#~ "<literal>show</literal> shows the package information for the given "
-#~ "package(s)."
-#~ msgstr ""
-#~ "<literal>show</literal> zeigt die Paketinformationen für die angegebenen "
-#~ "Pakete."
-
-#~ msgid ""
-#~ "<literal>install</literal> is followed by one or more package names "
-#~ "desired for installation or upgrading."
-#~ msgstr ""
-#~ "<literal>install</literal> wird ergänzt mit einem oder mehreren "
-#~ "Paketnamen, von denen eine Installation oder ein Upgrade gewünscht wird."
-
-#~ msgid ""
-#~ "<literal>update</literal> is used to resynchronize the package index "
-#~ "files from their sources."
-#~ msgstr ""
-#~ "<literal>update</literal> wird benutzt, um die Paketindexdateien wieder "
-#~ "mit ihren Quellen in Einklang zu bringen."
-
-#~ msgid "Script usage"
-#~ msgstr "Skriptaufruf"
-
-#~ msgid "Differences to &apt-get;"
-#~ msgstr "Unterschiede zu &apt-get;"
-
-#~ msgid ""
-#~ "The <command>apt</command> command is meant to be pleasant for end users "
-#~ "and does not need to be backward compatible like &apt-get;. Therefore "
-#~ "some options are different:"
-#~ msgstr ""
-#~ "Der Befehl <command>apt</command> ist dazu gedacht, dem Endanwender die "
-#~ "Arbeit zu erleichtern und benötigt keine Abwärtskompatibilität wie &apt-"
-#~ "get;. Daher unterscheiden sich einige Optionen:"
-
-#~ msgid "The option <literal>DPkg::Progress-Fancy</literal> is enabled."
-#~ msgstr "Die Option <literal>DPkg::Progress-Fancy</literal> ist aktiviert."
-
-#~ msgid "The option <literal>APT::Color</literal> is enabled."
-#~ msgstr "Die Option <literal>APT::Color</literal> ist aktiviert."
-
-#~ msgid ""
-#~ "A new <literal>list</literal> command is available similar to "
-#~ "<literal>dpkg --list</literal>."
-#~ msgstr ""
-#~ "Ein neuer <literal>list</literal>-Befehl ist verfügbar. Er ist "
-#~ "<literal>dpkg --list</literal> ähnlich."
-
-#~ msgid ""
-#~ "The option <literal>upgrade</literal> has <literal>--with-new-pkgs</"
-#~ "literal> enabled by default."
-#~ msgstr ""
-#~ "Bei der Option <literal>upgrade</literal> ist standardmäßig <literal>--"
-#~ "with-new-pkgs</literal> aktiviert."
-
-#~ msgid ""
-#~ "Pass advanced options to gpg. With adv --recv-key you can download the "
-#~ "public key."
-#~ msgstr ""
-#~ "leitet erweitere Optionen an gpg weiter. Mit adv --recv-key können Sie "
-#~ "den öffentlichen Schlüssel herunterladen."
-
-#~ msgid "mark/unmark a package as being automatically-installed"
-#~ msgstr ""
-#~ "ein Paket als automatisch installiert markieren oder diese Markierung "
-#~ "entfernen"
-
-#~ msgid ""
-#~ "<command>apt-mark</command> will change whether a package has been marked "
-#~ "as being automatically installed."
-#~ msgstr ""
-#~ "<command>apt-mark</command> wird ändern, ob ein Paket als automatisch "
-#~ "installiert markiert ist."
-
-#~ msgid ""
-#~ "<literal>hold</literal> is used to mark a package as held back, which "
-#~ "will prevent the package from being automatically installed, upgraded or "
-#~ "removed. The command is only a wrapper around <command>dpkg --set-"
-#~ "selections</command> and the state is therefore maintained by &dpkg; and "
-#~ "not affected by the <option>--file</option> option."
-#~ msgstr ""
-#~ "<literal>hold</literal> wird benutzt, um ein Paket als zurückgehalten zu "
-#~ "markieren, was verhindert, dass das Paket automatisch installiert, ein "
-#~ "Upgrade davon durchgeführt oder es entfernt wird. Der Befehl ist nur ein "
-#~ "Wrapper um <command>dpkg --set-selections</command> und der Status wird "
-#~ "daher durch &dpkg; verwaltet und nicht durch die Option <option>--file</"
-#~ "option>."
-
-#~ msgid ""
-#~ "If a package comes from a archive without a signature, or with a "
-#~ "signature that apt does not have a key for, that package is considered "
-#~ "untrusted, and installing it will result in a big warning. <command>apt-"
-#~ "get</command> will currently only warn for unsigned archives; future "
-#~ "releases might force all sources to be verified before downloading "
-#~ "packages from them."
-#~ msgstr ""
-#~ "Wenn ein Paket aus einem Archiv ohne Signatur stammt oder einem mit "
-#~ "Signatur, für das APT keinen Schlüssel hat, wird dieses Paket als nicht "
-#~ "vertrauenswürdig angesehen und es zu installieren, führt zu einer großen "
-#~ "Warnung. <command>apt-get</command> wird aktuell nur bei nicht signierten "
-#~ "Archiven warnen, zukünftige Releases könnten die Prüfung aller Quellen "
-#~ "vor dem Herunterladen von Paketen von dort erzwingen."
-
-#~ msgid ""
-#~ "No action; perform a simulation of events that would occur but do not "
-#~ "actually change the system. Configuration Item: <literal>APT::Get::"
-#~ "Simulate</literal>."
-#~ msgstr ""
-#~ "keine Aktion; führt eine Simulation von Ereignissen aus, die eintreten "
-#~ "würden, aber das aktuelle System nicht verändern. Konfigurationselement: "
-#~ "<literal>APT::Get::Simulate</literal>."
-
-#~ msgid ""
-#~ "Simulated runs performed as a user will automatically deactivate locking "
-#~ "(<literal>Debug::NoLocking</literal>), and if the option <literal>APT::"
-#~ "Get::Show-User-Simulation-Note</literal> is set (as it is by default) a "
-#~ "notice will also be displayed indicating that this is only a simulation. "
-#~ "Runs performed as root do not trigger either NoLocking or the notice - "
-#~ "superusers should know what they are doing without further warnings from "
-#~ "<literal>apt-get</literal>."
-#~ msgstr ""
-#~ "Simulierte Durchläufe als Benutzer werden automatisch das Sperren "
-#~ "deaktivieren (<literal>Debug::NoLocking</literal>) und falls die Option "
-#~ "<literal>APT::Get::Show-User-Simulation-Note</literal> gesetzt ist (was "
-#~ "standardmäßig der Fall ist), wird außerdem eine Benachrichtigung "
-#~ "angezeigt, die angibt, dass es sich hierbei nur um eine Simulation "
-#~ "handelt. Simulierte Durchläufe als Root lösen weder NoLocking noch die "
-#~ "Benachrichtigung aus – Superuser sollten ohne vorherige Warnung von "
-#~ "<literal>apt-get</literal> wissen, was sie tun."
-
-#~ msgid ""
-#~ "Ignore if packages can't be authenticated and don't prompt about it. "
-#~ "This is useful for tools like pbuilder. Configuration Item: "
-#~ "<literal>APT::Get::AllowUnauthenticated</literal>."
-#~ msgstr ""
-#~ "Ignoriert, wenn Pakete nicht authentifiziert werden können und nicht "
-#~ "danach fragen. Dies ist für Werkzeuge wie pbuilder nützlich. "
-#~ "Konfigurationselement: <literal>APT::Get::AllowUnauthenticated</literal>."
-
-#~ msgid ""
-#~ "Version 2 of this protocol dumps more information, including the protocol "
-#~ "version, the APT configuration space and the packages, files and versions "
-#~ "being changed. Version 3 adds the architecture and <literal>MultiArch</"
-#~ "literal> flag to each version being dumped."
-#~ msgstr ""
-#~ "Version 2 dieses Protokolls gibt mehr Informationen aus, einschließlich "
-#~ "der Protokollversion, dem APT-Konfigurationsraum und den Paketen, Dateien "
-#~ "und den Versionen, die geändert werden. Version 3 fügt jeder ausgegebenen "
-#~ "Version die Architektur und den <literal>MultiArch</literal>-Schalter "
-#~ "hinzu."
-
-#~ msgid ""
-#~ "to the versions that are not installed and do not belong to the target "
-#~ "release."
-#~ msgstr ""
-#~ "zu den Versionen, die nicht installiert sind und die nicht zum Ziel-"
-#~ "Release gehören."
-
-#~ msgid ""
-#~ "Each line specifying a source starts with type (e.g. <literal>deb-src</"
-#~ "literal>) followed by options and arguments for this type. Individual "
-#~ "entries cannot be continued onto a following line. Empty lines are "
-#~ "ignored, and a <literal>#</literal> character anywhere on a line marks "
-#~ "the remainder of that line as a comment."
-#~ msgstr ""
-#~ "Jede Zeile, die eine Quelle angibt, beginnt mit den Typ (z.B. "
-#~ "<literal>deb-src</literal>) gefolgt von Optionen und Argumenten für "
-#~ "diesen Typ. Einzelne Einträge können nicht auf einer folgenden Zeile "
-#~ "fortgesetzt werden. Leere Zeilen werden ignoriert und ein <literal>#</"
-#~ "literal>-Zeichen irgendwo in einer Zeile kennzeichnet den Rest dieser "
-#~ "Zeile als Kommentar."
-
-#~ msgid "deb [ options ] uri suite [component1] [component2] [...]"
-#~ msgstr "deb [ Optionen ] URI Suite [Komponente1] [Komponente2] […]"
-
-#~ msgid ""
-#~ " Types: deb deb-src\n"
-#~ " URIs: http://example.com\n"
-#~ " Suites: stable testing\n"
-#~ " Sections: component1 component2\n"
-#~ " Description: short\n"
-#~ " long long long\n"
-#~ " [option1]: [option1-value]\n"
-#~ "\n"
-#~ " Types: deb\n"
-#~ " URIs: http://another.example.com\n"
-#~ " Suites: experimental\n"
-#~ " Sections: component1 component2\n"
-#~ " Enabled: no\n"
-#~ " Description: short\n"
-#~ " long long long\n"
-#~ " [option1]: [option1-value]\n"
-#~ " "
-#~ msgstr ""
-#~ " Types: deb deb-src\n"
-#~ " URIs: http://example.com\n"
-#~ " Suites: stable testing\n"
-#~ " Sections: Komponente1 Komponente2\n"
-#~ " Description: short\n"
-#~ " long long long\n"
-#~ " [Option1]: [Option1-Wert]\n"
-#~ "\n"
-#~ " Types: deb\n"
-#~ " URIs: http://another.example.com\n"
-#~ " Suites: experimental\n"
-#~ " Sections: Komponente1 Komponente2\n"
-#~ " Enabled: no\n"
-#~ " Description: short\n"
-#~ " long long long\n"
-#~ " [Option1]: [Option1-Wert]\n"
-#~ " "
-
-#~ msgid ""
-#~ "<literal>options</literal> is always optional and needs to be surrounded "
-#~ "by square brackets. It can consist of multiple settings in the form "
-#~ "<literal><replaceable>setting</replaceable>=<replaceable>value</"
-#~ "replaceable></literal>. Multiple settings are separated by spaces. The "
-#~ "following settings are supported by APT (note however that unsupported "
-#~ "settings will be ignored silently):"
-#~ msgstr ""
-#~ "<literal>options</literal> ist immer optional und muss in eckige Klammern "
-#~ "eingeschlossen werden. Es kann aus mehreren Einstellungen in der Form "
-#~ "<literal><replaceable>Einstellung</replaceable>=<replaceable>Wert</"
-#~ "replaceable></literal> bestehen. Mehrere Einstellungen werden durch "
-#~ "Leerzeichen getrennt. Die folgenden Einstellungen werden von APT "
-#~ "unterstützt. Beachten Sie allerdings, dass nicht unterstützte "
-#~ "Einstellungen stillschweigend ignoriert werden."
-
-#~ msgid ""
-#~ "<literal>arch+=<replaceable>arch1</replaceable>,<replaceable>arch2</"
-#~ "replaceable>,…</literal> and <literal>arch-=<replaceable>arch1</"
-#~ "replaceable>,<replaceable>arch2</replaceable>,…</literal> which can be "
-#~ "used to add/remove architectures from the set which will be downloaded."
-#~ msgstr ""
-#~ "<literal>arch+=<replaceable>Architektur1</replaceable>,"
-#~ "<replaceable>Architektur2</replaceable>, …</literal> und <literal>arch-"
-#~ "=<replaceable>Architektur1</replaceable>,<replaceable>Architektur2</"
-#~ "replaceable>, …</literal>, die benutzt werden können, um der "
-#~ "Zusammenstellung, die heruntergeladen werden soll, Architekturen "
-#~ "hinzuzufügen oder zu entfernen."
-
-#~ msgid ""
-#~ "<literal>trusted=yes</literal> can be set to indicate that packages from "
-#~ "this source are always authenticated even if the <filename>Release</"
-#~ "filename> file is not signed or the signature can't be checked. This "
-#~ "disables parts of &apt-secure; and should therefore only be used in a "
-#~ "local and trusted context. <literal>trusted=no</literal> is the opposite "
-#~ "which handles even correctly authenticated sources as not authenticated."
-#~ msgstr ""
-#~ "<literal>trusted=yes</literal> kann gesetzt werden, um anzuzeigen, dass "
-#~ "Pakete aus dieser Quelle immer authentifiziert sind, sogar, falls die "
-#~ "Datei <filename>Release</filename> nicht signiert ist oder die Signatur "
-#~ "nicht geprüft werden kann. Dies deaktiviert Teile von &apt-secure; und "
-#~ "sollte daher nur in lokalem und vertrauenswürdigem Kontext benutzt "
-#~ "werden. <literal>trusted=no</literal> ist das Gegenteil davon. Es "
-#~ "handhabt sogar korrekt authentifizierte Quellen als nicht authentifiziert."
-
-#~ msgid "Some examples:"
-#~ msgstr "Einige Beispiele:"
-
-#~ msgid ""
-#~ "deb http://ftp.debian.org/debian &debian-stable-codename; main contrib "
-#~ "non-free\n"
-#~ "deb http://security.debian.org/ &debian-stable-codename;/updates main "
-#~ "contrib non-free\n"
-#~ " "
-#~ msgstr ""
-#~ "deb http://ftp.debian.org/debian &debian-stable-codename; main contrib "
-#~ "non-free\n"
-#~ "deb http://security.debian.org/ &debian-stable-codename;/updates main "
-#~ "contrib non-free\n"
-#~ " "