diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-21 23:36:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-21 23:36:24 +0100 |
commit | ff321123961d73283b20b35b3df1df0e6ea5eafe (patch) | |
tree | 0ba2323c28f7ee9136aee511a785e22d57dc6d35 /po/pt_BR.po | |
parent | 2da148eb5551efa2e4b4a5bf74c02d88d3b97d4c (diff) | |
download | weechat-ff321123961d73283b20b35b3df1df0e6ea5eafe.zip |
irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_fingerprint option
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 4dec50f03..f5043aea9 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-19 20:34+0100\n" +"POT-Creation-Date: 2019-03-21 23:30+0100\n" "PO-Revision-Date: 2019-03-11 21:10+0100\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7719,8 +7719,8 @@ msgstr "tamanho da chave utilizada durante a Troca de Chaves Diffie-Hellman" msgid "" "fingerprint of certificate which is trusted and accepted for the server; " -"only hexadecimal digits are allowed (0-9, a-f): 64 chars for SHA-512, 32 " -"chars for SHA-256, 20 chars for SHA-1 (insecure, not recommended); many " +"only hexadecimal digits are allowed (0-9, a-f): 128 chars for SHA-512, 64 " +"chars for SHA-256, 40 chars for SHA-1 (insecure, not recommended); many " "fingerprints can be separated by commas; if this option is set, the other " "checks on certificates are NOT performed (option \"ssl_verify\") (note: " "content is evaluated, see /help eval; server options are evaluated with " |