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/it.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/it.po')
-rw-r--r-- | po/it.po | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2042,7 +2042,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" @@ -2051,7 +2051,7 @@ msgstr "" "Esempi:\n" "\n" " -se -r Bob [file] firma e cifra per l'utente Bob\n" -" --clearsign [file] fai una firma mantenendo il testo in chiaro\n" +" --clear-sign [file] fai una firma mantenendo il testo in chiaro\n" " --detach-sign [file] fai una firma separata\n" " --list-keys [nomi] mostra le chiavi\n" " --fingerprint [nomi] mostra le impronte digitali\n" @@ -2477,8 +2477,8 @@ msgstr "non è possibile usare %s in modalità %s\n" msgid "--sign --symmetric [filename]" msgstr "--sign --symmetric [nomefile]" -msgid "--clearsign [filename]" -msgstr "--clearsign [nomefile]" +msgid "--clear-sign [filename]" +msgstr "--clear-sign [nomefile]" msgid "--decrypt [filename]" msgstr "--decrypt [nomefile]" |