diff options
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 57 |
1 files changed, 35 insertions, 22 deletions
@@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.16.0\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2024-07-21 20:18+0200\n" +"POT-Creation-Date: 2024-07-24 23:02+0200\n" "PO-Revision-Date: 2017-11-08 00:59+0100\n" "Last-Translator: Javier Fernandez-Sanguino <jfs@debian.org>\n" "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -2827,11 +2827,10 @@ msgid "'%.255s' contains no control component '%.255s'" msgstr "'%.255s' no contiene ningún componente de control `%.255s'" #: src/deb/info.c -#, c-format -msgid "open component '%.255s' (in %.255s) failed in an unexpected way" -msgstr "" -"la apertura del componente `%.255s' (dentro de %.255s)\n" -"falló de forma inesperada" +#, fuzzy, c-format +#| msgid "cannot append to '%s'" +msgid "cannot open file '%.255s'" +msgstr "no se puede añadir a '%s'" #: src/deb/info.c #, c-format @@ -2846,19 +2845,16 @@ msgid "cannot scan directory '%.255s'" msgstr "no se puede examinar el directorio `%.255s'" #: src/deb/info.c -#, c-format -msgid "cannot stat '%.255s' (in '%.255s')" -msgstr "no se puede efectuar `stat' sobre `%.255s' (en `%.255s')" - -#: src/deb/info.c -#, c-format -msgid "cannot open '%.255s' (in '%.255s')" -msgstr "no se puede abrir `%.255s' (en `%.255s')" +#, fuzzy, c-format +#| msgid "unable to create file '%s'" +msgid "cannot get file '%.255s' metadata" +msgstr "no se puede crear el fichero '%s'" #: src/deb/info.c -#, c-format -msgid "failed to read '%.255s' (in '%.255s')" -msgstr "fallo al leer `%.255s' (en `%.255s')" +#, fuzzy, c-format +#| msgid "cannot write %s: %s" +msgid "cannot read file '%.255s'" +msgstr "no se puede escribir %s: %s" #: src/deb/info.c #, c-format @@ -3026,12 +3022,11 @@ msgid "" " --threads-max=<threads> Use at most <threads> with compressor.\n" " --[no-]uniform-compression Use the compression params on all " "members.\n" -" -z# Set the compression level when building.\n" -" -Z<type> Set the compression type used when " -"building.\n" +" -Z, --compression=<compressor> Set build compression type.\n" " Allowed types: gzip, xz, zstd, none.\n" -" -S<strategy> Set the compression strategy when " -"building.\n" +" -z, --compression-level=<level> Set build compression level.\n" +" -S, --compression-strategy=<name>\n" +" Set build compression strategy.\n" " Allowed values: none; extreme (xz);\n" " filtered, huffman, rle, fixed (gzip).\n" "\n" @@ -7703,6 +7698,24 @@ msgstr "" msgid "Authentication is required to run update-alternatives" msgstr "Es necesario autenticarse para ejecutar `update-alternatives'" +#, c-format +#~ msgid "open component '%.255s' (in %.255s) failed in an unexpected way" +#~ msgstr "" +#~ "la apertura del componente `%.255s' (dentro de %.255s)\n" +#~ "falló de forma inesperada" + +#, c-format +#~ msgid "cannot stat '%.255s' (in '%.255s')" +#~ msgstr "no se puede efectuar `stat' sobre `%.255s' (en `%.255s')" + +#, c-format +#~ msgid "cannot open '%.255s' (in '%.255s')" +#~ msgstr "no se puede abrir `%.255s' (en `%.255s')" + +#, c-format +#~ msgid "failed to read '%.255s' (in '%.255s')" +#~ msgstr "fallo al leer `%.255s' (en `%.255s')" + #~ msgid "failed to open diversions file" #~ msgstr "fallo al abrir fichero de desvíos" |