diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 12:33:03 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 12:33:03 +0100 |
commit | 160ab683efb0ce39813a2c4835bb92ad7b3a73fd (patch) | |
tree | 0efbb9017d9fdb18898ee1244d498ecda13cce75 /doc/ja | |
parent | d820389f8aa9d51b101bde15c946d1c3f1bfcc2e (diff) | |
download | weechat-160ab683efb0ce39813a2c4835bb92ad7b3a73fd.zip |
core: update translations
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/irc_options.txt b/doc/ja/autogen/user/irc_options.txt index ec65851c4..e4e575b86 100644 --- a/doc/ja/autogen/user/irc_options.txt +++ b/doc/ja/autogen/user/irc_options.txt @@ -573,6 +573,11 @@ ** タイプ: 整数 ** 値: 0 .. 2147483647 (デフォルト値: `2048`) +* [[option_irc.server_default.ssl_fingerprint]] *irc.server_default.ssl_fingerprint* +** 説明: `SHA1 fingerprint of certificate which is trusted and accepted for the server (it must be exactly 40 hexadecimal digits without separators); if this option is set, the other checks on certificates are NOT performed (option "ssl_verify")` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `""`) + * [[option_irc.server_default.ssl_priorities]] *irc.server_default.ssl_priorities* ** 説明: `gnutls の優先度を示した文字列 (構文は、gnutls マニュアルの gnutls_priority_init 関数のドキュメントを参照、通例: "PERFORMANCE", "NORMAL", "SECURE128", "SECURE256", "EXPORT", "NONE")` ** タイプ: 文字列 |