diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-06-23 08:56:22 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-06-23 09:02:54 +0200 |
commit | ae2a6be8a2155c136f9535abfbcc750c8c395cd2 (patch) | |
tree | e8b5faa400abf44d24926b6f8f9ff1e2bd2cae59 /po/de.po | |
parent | 14e325c7e4b33e8fc6d33b99d1ffd3b934d26ed0 (diff) |
show right binary name in simulation notice
Closes: 825216
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-06-22 14:51+0200\n" +"POT-Creation-Date: 2016-06-23 09:02+0200\n" "PO-Revision-Date: 2014-09-19 13:04+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n" @@ -554,18 +554,20 @@ msgstr[1] "" "Es gibt %i zusätzliche Versionen. Bitte verwenden Sie die Option »-a«, um " "sie anzuzeigen." +#. TRANSLATORS: placeholder is a binary name like apt or apt-get #: apt-private/private-main.cc +#, c-format msgid "" "NOTE: This is only a simulation!\n" -" apt-get needs root privileges for real execution.\n" +" %s needs root privileges for real execution.\n" " Keep also in mind that locking is deactivated,\n" -" so don't depend on the relevance to the real current situation!" +" so don't depend on the relevance to the real current situation!\n" msgstr "" "HINWEIS: Dies ist nur eine Simulation!\n" -" apt-get benötigt root-Privilegien für die reale Ausführung.\n" +" %s benötigt root-Privilegien für die reale Ausführung.\n" " Behalten Sie ebenfalls in Hinterkopf, dass die Sperren deaktiviert\n" " sind, verlassen Sie sich also bezüglich des reellen aktuellen\n" -" Status der Sperre nicht darauf!" +" Status der Sperre nicht darauf!\n" #: apt-private/private-output.cc apt-private/private-show.cc msgid "unknown" |