+#: cmdline/apt-get.cc:2424
+msgid ""
+"Usage: apt-get [options] command\n"
+" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
+" apt-get [options] source pkg1 [pkg2 ...]\n"
+"\n"
+"apt-get is a simple command line interface for downloading and\n"
+"installing packages. The most frequently used commands are update\n"
+"and install.\n"
+"\n"
+"Commands:\n"
+" update - Retrieve new lists of packages\n"
+" upgrade - Perform an upgrade\n"
+" install - Install new packages (pkg is libc6 not libc6.deb)\n"
+" remove - Remove packages\n"
+" source - Download source archives\n"
+" build-dep - Configure build-dependencies for source packages\n"
+" dist-upgrade - Distribution upgrade, see apt-get(8)\n"
+" dselect-upgrade - Follow dselect selections\n"
+" clean - Erase downloaded archive files\n"
+" autoclean - Erase old downloaded archive files\n"
+" check - Verify that there are no broken dependencies\n"
+"\n"
+"Options:\n"
+" -h This help text.\n"
+" -q Loggable output - no progress indicator\n"
+" -qq No output except for errors\n"
+" -d Download only - do NOT install or unpack archives\n"
+" -s No-act. Perform ordering simulation\n"
+" -y Assume Yes to all queries and do not prompt\n"
+" -f Attempt to continue if the integrity check fails\n"
+" -m Attempt to continue if archives are unlocatable\n"
+" -u Show a list of upgraded packages as well\n"
+" -b Build the source package after fetching it\n"
+" -V Show verbose version numbers\n"
+" -c=? Read this configuration file\n"
+" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
+"See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
+"pages for more information and options.\n"
+" This APT has Super Cow Powers.\n"
+msgstr ""
+"Aufruf: apt-get [Optionen] Befehl\n"
+" apt-get [Optionen] install|remove pkg1 [pkg2 ...]\n"
+" apt-get [Optionen] source pkg1 [pkg2 ...]\n"
+"\n"
+"apt-get ist ein einfaches Kommandozeilenwerkzeug zum Herunterladen\n"
+"und Installieren von Paketen. Die am häufigsten benutzten Befehle\n"
+"sind update und install.\n"
+"\n"
+"Befehle:\n"
+" update - neue Liste von Paketen einlesen\n"
+" upgrade - ein Upgrade durchführen\n"
+" install - neue Pakete installieren (pkg ist libc6 und nicht libc6."
+"deb)\n"
+" remove - Pakete entfernen\n"
+" source - Quellarchive herunterladen\n"
+" build-dep - die »Build-Dependencies« für Quellpakete konfigurieren\n"
+" dist-upgrade - »Distribution upgrade«, siehe apt-get(8)\n"
+" dselect-upgrade - der Auswahl aus »dselect« folgen\n"
+" clean - heruntergeladene Archive löschen\n"
+" autoclean - veraltete heruntergeladene Archive löschen\n"
+" check - überprüfen, dass es keine nicht erfüllten Abhängigkeiten "
+"gibt\n"
+"\n"
+"Optionen:\n"
+" -h dieser Hilfetext\n"
+" -q protokollierbare (logbare) Ausgabe - kein Fortschrittsindikator\n"
+" -qq keine Ausgabe außer bei Fehlern\n"
+" -d nur herunterladen - Archive NICHT installieren oder entpacken\n"
+" -s nichts tun; nur eine Simulation der Vorgänge durchführen\n"
+" -y für alle Antworten »Ja« annehmen und nicht nachfragen\n"
+" -f versuchen fortzufahren, wenn dir Integritätsüberprüfung fehlschlägt\n"
+" -m versuchen fortzufahren, wenn Archive nicht auffindbar sind\n"
+" -u auch eine Liste der aktualisierten Pakete mit anzeigen\n"
+" -b ein Quellpaket nach dem Herunterladen übersetzen\n"
+" -V ausführliche Versionsnummern anzeigen\n"
+" -c=? Diese Konfigurationsdatei benutzen\n"
+" -o=? Beliebige Konfigurationsoptionen setzen, z. B. -o dir::cache=/tmp\n"
+"Siehe auch die Man-Seiten apt-get(8), sources.list(5) und apt.conf(5) für\n"
+"weitergehende Informationen und Optionen.\n"
+" Dieses APT hat Super-Kuh-Kräfte.\n"
+
+#: cmdline/acqprogress.cc:55
+msgid "Hit "
+msgstr "OK "
+
+#: cmdline/acqprogress.cc:79
+msgid "Get:"
+msgstr "Hole:"
+
+#: cmdline/acqprogress.cc:110
+msgid "Ign "
+msgstr "Ign "
+
+#: cmdline/acqprogress.cc:114
+msgid "Err "
+msgstr "Fehl "
+
+#: cmdline/acqprogress.cc:135
+#, c-format
+msgid "Fetched %sB in %s (%sB/s)\n"
+msgstr "Es wurden %sB in %s geholt (%sB/s)\n"
+
+#: cmdline/acqprogress.cc:225
+#, c-format
+msgid " [Working]"
+msgstr " [Arbeite]"
+
+#: cmdline/acqprogress.cc:271