diff options
author | Justus Winter <[email protected]> | 2016-09-23 12:10:07 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-23 12:11:58 +0000 |
commit | 5420c821e8f095a13a2a0a5409d22fc75dccd130 (patch) | |
tree | adc9e9c83727ca8b7c626b8881f19a50f92530d1 /po/pl.po | |
parent | g10: Spell out --recv-keys. (diff) | |
download | gnupg-justus/issue2700.tar.gz gnupg-justus/issue2700.zip |
g10: Hyphenate --clearsign.justus/issue2700
* 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 '')
-rw-r--r-- | po/pl.po | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2043,7 +2043,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" @@ -2052,7 +2052,7 @@ msgstr "" "Przykłady:\n" "\n" " -se -r Bob [plik] podpisanie i zaszyfrowanie kluczem Boba\n" -" --clearsign [plik] podpisanie z pozostawieniem czytelności " +" --clear-sign [plik] podpisanie z pozostawieniem czytelności " "dokumentu\n" " --detach-sign [plik] podpisanie z umieszczeniem podpisu w osobnym " "pliku\n" @@ -2508,8 +2508,8 @@ msgstr "nie można użyć --symmetric --sign --encrypt w trybie %s\n" msgid "--sign --symmetric [filename]" msgstr "--sign --symmetric [plik]" -msgid "--clearsign [filename]" -msgstr "--clearsign [plik]" +msgid "--clear-sign [filename]" +msgstr "--clear-sign [plik]" msgid "--decrypt [filename]" msgstr "--decrypt [plik]" |