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/pt.po | |
parent | 14e325c7e4b33e8fc6d33b99d1ffd3b934d26ed0 (diff) |
show right binary name in simulation notice
Closes: 825216
Diffstat (limited to 'po/pt.po')
-rw-r--r-- | po/pt.po | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\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: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -539,17 +539,19 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" +#. 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 "" "NOTE:\tIsto é apenas uma simulação!\n" -"\to apt-get necessita de privilégios de root para a execução real.\n" +"\to %s necessita de privilégios de root para a execução real.\n" "\tTenha em mente que o acesso exclusivo está desabilitado,\n" -"\tpor isso não confie na relevância da real situação actual!" +"\tpor isso não confie na relevância da real situação actual!\n" #: apt-private/private-output.cc apt-private/private-show.cc msgid "unknown" |