diff options
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -1016,7 +1016,18 @@ msgstr "%c%s... Hecho" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1144,7 +1155,7 @@ msgstr "No se pudo analizar el archivo de paquetes %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Esperando las cabeceras" #: apt-pkg/deb/debsystem.cc |