diff options
Diffstat (limited to '')
-rw-r--r-- | po/es.po | 26 |
1 files changed, 12 insertions, 14 deletions
@@ -2775,6 +2775,18 @@ msgstr "clave %s: clave secreta ya existe\n" msgid "key %s: error sending to agent: %s\n" msgstr "clave %s: error enviando al agente: %s\n" +#. TRANSLATORS: For a smartcard, each private key on host has a +#. * reference (stub) to a smartcard and actual private key data +#. * is stored on the card. A single smartcard can have up to +#. * three private key data. Importing private key stub is always +#. * skipped in 2.1, and it returns GPG_ERR_NOT_PROCESSED. +#. * Instead, user should be suggested to run 'gpg --card-status', +#. * then, references to a card will be automatically created +#. * again. +#, c-format +msgid "To migrate '%s', with each smartcard, run: %s\n" +msgstr "Para migrar '%s', para cada smartcard ejecuta: %s\n" + #, c-format msgid "secret key %s: %s\n" msgstr "clave secreta %s: %s\n" @@ -2787,20 +2799,6 @@ msgstr "no se permite importar claves secretas\n" msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "clave %s: clave secreta con cifrado incorrecto %d - omitida\n" -#. TRANSLATORS: For smartcard, each private key on -#. host has a reference (stub) to a smartcard and -#. actual private key data is stored on the card. A -#. single smartcard can have up to three private key -#. data. Importing private key stub is always -#. skipped in 2.1, and it returns -#. GPG_ERR_NOT_PROCESSED. Instead, user should be -#. suggested to run 'gpg --card-status', then, -#. references to a card will be automatically -#. created again. -#, c-format -msgid "To migrate '%s', with each smartcard, run: %s\n" -msgstr "Para migrar '%s', para cada smartcard ejecuta: %s\n" - msgid "No reason specified" msgstr "No se dio ninguna razón" |