diff options
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 26 |
1 files changed, 20 insertions, 6 deletions
@@ -33,7 +33,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: 2015-12-07 15:31+0100\n" +"POT-Creation-Date: 2015-12-14 16:56+0100\n" "PO-Revision-Date: 2014-11-20 02:25+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -2622,6 +2622,13 @@ msgstr "" "«Release» (entrada incorrecta en «sources.list» o fichero mal formado)" #: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Skipping acquire of configured file '%s' as repository '%s' provides only " +"weak security information for it" +msgstr "" + +#: apt-pkg/acquire-item.cc msgid "There is no public key available for the following key IDs:\n" msgstr "" "No existe ninguna clave pública disponible para los siguientes " @@ -3330,6 +3337,13 @@ msgstr "No existe una entrada «Hash» en el archivo «Release» %s" #: apt-pkg/deb/debmetaindex.cc #, c-format +msgid "" +"No Hash entry in Release file %s, which is considered strong enough for " +"security purposes" +msgstr "" + +#: apt-pkg/deb/debmetaindex.cc +#, c-format msgid "Invalid 'Date' entry in Release file %s" msgstr "Entrada «Date» inválida en el archivo «Release» %s" @@ -3713,14 +3727,14 @@ msgid "Enhances" msgstr "Mejora" #: apt-pkg/pkgcache.cc -msgid "important" -msgstr "importante" - -#: apt-pkg/pkgcache.cc msgid "required" msgstr "requiere" #: apt-pkg/pkgcache.cc +msgid "important" +msgstr "importante" + +#: apt-pkg/pkgcache.cc msgid "standard" msgstr "estándar" @@ -3844,7 +3858,7 @@ msgstr "Debe poner algunos URIs fuente («source») en su sources.list" #: apt-pkg/tagfile.cc #, c-format -msgid "Cannot convert %s to integer" +msgid "Cannot convert %s to integer: out of range" msgstr "" #: apt-pkg/update.cc |