From e365e66eebeeb01ad88f0b9e3f17b135c21afc82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 1 Jun 2021 20:45:11 +0200 Subject: irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512 (closes #1628) --- po/tr.po | 55 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 19 deletions(-) (limited to 'po/tr.po') diff --git a/po/tr.po b/po/tr.po index 9b7ff81b8..d3adbda66 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-05-30 15:18+0200\n" +"POT-Creation-Date: 2021-06-01 20:39+0200\n" "PO-Revision-Date: 2021-05-25 18:28+0200\n" "Last-Translator: Emir SARI \n" "Language-Team: weechat-dev \n" @@ -7334,10 +7334,13 @@ msgstr "" msgid "" "mechanism for SASL authentication: \"plain\" for plain text password, " -"\"ecdsa-nist256p-challenge\" for key-based challenge authentication, " -"\"external\" for authentication using client side SSL cert, \"dh-blowfish\" " -"for blowfish crypted password (insecure, not recommended), \"dh-aes\" for " -"AES crypted password (insecure, not recommended)" +"\"scram-sha-1\" for SCRAM authentication with SHA-1 algorithm, \"scram-" +"sha-256\" for SCRAM authentication with SHA-256 algorithm, \"scram-sha-512\" " +"for SCRAM authentication with SHA-512 algorithm, \"ecdsa-nist256p-challenge" +"\" for key-based challenge authentication, \"external\" for authentication " +"using client side SSL cert, \"dh-blowfish\" for blowfish crypted password " +"(insecure, not recommended), \"dh-aes\" for AES crypted password (insecure, " +"not recommended)" msgstr "" msgid "" @@ -8254,9 +8257,11 @@ msgstr "%s%s%s%s, %s olarak kimliği tanımlandı" msgid "%s%s%s%s has unidentified" msgstr "%s%s%s%s kimliği belirsiz" -#, c-format -msgid "" -"%s%s: error building answer for SASL authentication, using mechanism \"%s\"" +#, fuzzy, c-format +msgid "%s%s: SASL error: %s" +msgstr "%s%s: hata: %s" + +msgid "internal error" msgstr "" #, c-format @@ -8642,24 +8647,28 @@ msgstr "" msgid "%s%s: server \"%s\" not found for redirect" msgstr "" -#, c-format -msgid "%s%s: unable to read private key in file \"%s\"" -msgstr "%s%s: \"%s\" dosyasındaki özel anahtar okunamıyor" +#, fuzzy +msgid "unable to validate server signature" +msgstr "%s%s: sunucu eklenemiyor" -#, c-format -msgid "%sgnutls: invalid private key file: error %d %s" -msgstr "%sgnutls: Geçersiz özel anahtar dosyası: hata %d %s" +#, fuzzy +msgid "memory error" +msgstr "çatal hatası" -#, c-format -msgid "%s%s: signing the challenge with ECC public key: %s" +msgid "base64 decode error" msgstr "" -#, c-format -msgid "%sgnutls: unable to import the private key: error %d %s" +msgid "base64 encode error" +msgstr "" + +msgid "cryptography error" +msgstr "" + +msgid "protocol error" msgstr "" #, c-format -msgid "%sgnutls: unable to sign the hashed data: error %d %s" +msgid "%s%s: signing the challenge with ECC public key: %s" msgstr "" #, c-format @@ -11897,3 +11906,11 @@ msgstr "%s%s: \"%s\" için %s ile zaman aşımı" #, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: Bağlanılamıyor: Beklenmedik hata (%d)" + +#, c-format +#~ msgid "%s%s: unable to read private key in file \"%s\"" +#~ msgstr "%s%s: \"%s\" dosyasındaki özel anahtar okunamıyor" + +#, c-format +#~ msgid "%sgnutls: invalid private key file: error %d %s" +#~ msgstr "%sgnutls: Geçersiz özel anahtar dosyası: hata %d %s" -- cgit v1.2.3