diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-03 09:44:18 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-03 09:44:18 +0100 |
commit | 28fde407f4ca43cb6c0ae3bd48ad753f81a2c54a (patch) | |
tree | bcbccca1c6b1de08c897ded15d25065c46fa4b00 /po/es.po | |
parent | a864da7b3b52a8332213df0b94b07188dc90fa8c (diff) | |
download | weechat-28fde407f4ca43cb6c0ae3bd48ad753f81a2c54a.zip |
irc: evaluate content of server option "ssl_fingerprint" (closes #858)
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-11-29 23:33+0100\n" +"POT-Creation-Date: 2016-12-03 09:38+0100\n" "PO-Revision-Date: 2016-09-03 08:23+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7153,6 +7153,10 @@ msgstr "" "%s%s: cadena de prioridades inválida, error a esta posición de la cadena: " "\"%s\"" +#, fuzzy, c-format +msgid "%s%s: the evaluated fingerprint must not be empty" +msgstr "%s%s: no es posible obtener el estado del interprete actual" + #, c-format msgid "" "%s%s: invalid fingerprint size, the number of hexadecimal digits must be one " @@ -7242,7 +7246,8 @@ msgid "" "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 " "fingerprints can be separated by commas; if this option is set, the other " -"checks on certificates are NOT performed (option \"ssl_verify\")" +"checks on certificates are NOT performed (option \"ssl_verify\") (note: " +"content is evaluated, see /help eval)" msgstr "" msgid "check that the SSL connection is fully trusted" |