diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-01 20:45:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-01 20:45:11 +0200 |
commit | e365e66eebeeb01ad88f0b9e3f17b135c21afc82 (patch) | |
tree | c788bead2fcb17fbac03f4b65c3f6d714184501c /po/tr.po | |
parent | 5cffb7179fee6d70d5c8cee5b5c18ec51f1272f6 (diff) | |
download | weechat-e365e66eebeeb01ad88f0b9e3f17b135c21afc82.zip |
irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512 (closes #1628)
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 55 |
1 files changed, 36 insertions, 19 deletions
@@ -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 <bitigchi@me.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\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" |