From fe9a9fbfce9ba2095ead12ddb001d8bebd0bae62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 18 Apr 2015 18:52:20 +0200 Subject: irc: add support of SHA-256 and SHA-512 algorithms in server option "ssl_fingerprint" (closes #281) --- po/ja.po | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'po/ja.po') diff --git a/po/ja.po b/po/ja.po index af273bb84..a0976c3ac 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-17 07:43+0200\n" +"POT-Creation-Date: 2015-04-18 17:36+0200\n" "PO-Revision-Date: 2015-04-13 00:40+0900\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" @@ -7146,8 +7146,15 @@ msgid "" "%s%s: invalid priorities string, error at this position in string: \"%s\"" msgstr "%s%s: 不正なプロパティ文字列、文字列のエラーの位置: \"%s\"" -#, c-format -msgid "%s%s: fingerprint must have exactly 40 hexadecimal digits" +#, fuzzy, c-format +msgid "" +"%s%s: invalid fingerprint size, the number of hexadecimal digits must be one " +"of: %s" +msgstr "%s%s: 指紋は必ず 40 桁の 16 進数でなければいけません" + +#, fuzzy, c-format +msgid "" +"%s%s: invalid fingerprint, it must contain only hexadecimal digits (0-9, a-f)" msgstr "%s%s: 指紋は必ず 40 桁の 16 進数でなければいけません" #, c-format @@ -7222,9 +7229,11 @@ msgstr "" msgid "size of the key used during the Diffie-Hellman Key Exchange" msgstr "Diffie-Hellman 鍵交換で使われる鍵長" +#, fuzzy msgid "" -"SHA1 fingerprint of certificate which is trusted and accepted for the server " -"(it must be exactly 40 hexadecimal digits without separators); many " +"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 " "fingerprints can be separated by commas; if this option is set, the other " "checks on certificates are NOT performed (option \"ssl_verify\")" msgstr "" @@ -8794,8 +8803,8 @@ msgstr "%s%s: タイムアウト" msgid "%s%s: unable to create socket" msgstr "%s%s: ソケットの作成に失敗" -#, c-format -msgid "%sgnutls: failed to calculate certificate fingerprint" +#, fuzzy, c-format +msgid "%sgnutls: failed to calculate certificate fingerprint (%s)" msgstr "%sgnutls: 証明書指紋の計算に失敗しました" #, c-format -- cgit v1.2.3