diff options
author | Justus Winter <[email protected]> | 2016-09-23 12:10:07 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-13 16:30:54 +0000 |
commit | 04754ce3a704b1e6d38cb9a28dacf2821dc3f15f (patch) | |
tree | 318f1e957aee9e41cfc1b8147b4aeb574513ce09 /po/es.po | |
parent | g10: Spell out --recv-keys. (diff) | |
download | gnupg-04754ce3a704b1e6d38cb9a28dacf2821dc3f15f.tar.gz gnupg-04754ce3a704b1e6d38cb9a28dacf2821dc3f15f.zip |
g10: Hyphenate --clearsign.
* g10/gpg.c (opts): Hyphenate option.
* doc/gpg.texi: Update accordingly.
* po: Update translations.
* tests/openpgp: Update tests.
GnuPG-bug-id: 2700
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2086,7 +2086,7 @@ msgid "" "Examples:\n" "\n" " -se -r Bob [file] sign and encrypt for user Bob\n" -" --clearsign [file] make a clear text signature\n" +" --clear-sign [file] make a clear text signature\n" " --detach-sign [file] make a detached signature\n" " --list-keys [names] show keys\n" " --fingerprint [names] show fingerprints\n" @@ -2095,7 +2095,7 @@ msgstr "" "Ejemplos:\n" "\n" " -se -r Bob [fichero] firma y cifra para el usuario Bob\n" -" --clearsign [fichero] hace una firma manteniendo el texto sin cifrar\n" +" --clear-sign [fichero] hace una firma manteniendo el texto sin cifrar\n" " --detach-sign [fichero] hace una firma separada\n" " --list-keys [nombres] muestra las claves\n" " --fingerprint [nombres] muestra las huellas dactilares\n" @@ -2538,8 +2538,8 @@ msgstr "no puede usar --symmetric --sign --encrypt en modo %s\n" msgid "--sign --symmetric [filename]" msgstr "--sign --symmetric [nombre_fichero]" -msgid "--clearsign [filename]" -msgstr "--clearsign [nombre_fichero]" +msgid "--clear-sign [filename]" +msgstr "--clear-sign [nombre_fichero]" msgid "--decrypt [filename]" msgstr "--decrypt [nombre_fichero]" |