diff options
-rw-r--r-- | doc/de/weechat_user.de.asciidoc | 4 | ||||
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 4 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.asciidoc | 4 | ||||
-rw-r--r-- | doc/it/weechat_user.it.asciidoc | 4 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.asciidoc | 6 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.asciidoc | 4 |
6 files changed, 18 insertions, 8 deletions
diff --git a/doc/de/weechat_user.de.asciidoc b/doc/de/weechat_user.de.asciidoc index 021cef2b5..33dc6dc8d 100644 --- a/doc/de/weechat_user.de.asciidoc +++ b/doc/de/weechat_user.de.asciidoc @@ -2281,8 +2281,12 @@ WeeChat unterstützt eine SASL Authentifikation, mittels verschiedener Mechanism * 'plain': Passwort liegt in Klarschrift vor (Standard) * 'ecdsa-nist256p-challenge': Abgleich von öffentlichem/privatem Schlüssel * 'external': SSL Zertifikat welches auf Client Seite vorliegt +// TRANSLATION MISSING * 'dh-blowfish': Passwort wird mittels blowfish verschlüsselt + (*insecure*, not recommended) +// TRANSLATION MISSING * 'dh-aes': Passwort wird mittels AES verschlüsselt + (*insecure*, not recommended) [NOTE] Die "gcrypt" Bibliothek wird beim kompilieren von WeeChat benötigt um diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 89f96982f..3a084b357 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -2229,8 +2229,8 @@ WeeChat supports SASL authentication, using different mechanisms: * 'plain': plain text password (default) * 'ecdsa-nist256p-challenge': challenge with public/private key * 'external': client side SSL cert -* 'dh-blowfish': blowfish encrypted password -* 'dh-aes': AES encrypted password +* 'dh-blowfish': blowfish encrypted password (*insecure*, not recommended) +* 'dh-aes': AES encrypted password (*insecure*, not recommended) [NOTE] The "gcrypt" library is required when compiling WeeChat in order to use diff --git a/doc/fr/weechat_user.fr.asciidoc b/doc/fr/weechat_user.fr.asciidoc index 9cbb6074c..eb0924290 100644 --- a/doc/fr/weechat_user.fr.asciidoc +++ b/doc/fr/weechat_user.fr.asciidoc @@ -2306,8 +2306,8 @@ mécanismes : * 'plain' : mot de passe en clair (par défaut) * 'ecdsa-nist256p-challenge' : challenge avec clé publique/privée * 'external' : certificat SSL côté client -* 'dh-blowfish' : mot de passe chiffré avec blowfish -* 'dh-aes' : mot de passe chiffré avec AES +* 'dh-blowfish' : mot de passe chiffré avec blowfish (*non sûr*, non recommandé) +* 'dh-aes' : mot de passe chiffré avec AES (*non sûr*, non recommandé) [NOTE] La librairie "gcrypt" est requise lors de la compilation de WeeChat pour diff --git a/doc/it/weechat_user.it.asciidoc b/doc/it/weechat_user.it.asciidoc index ae2469228..3896fa8d2 100644 --- a/doc/it/weechat_user.it.asciidoc +++ b/doc/it/weechat_user.it.asciidoc @@ -2350,9 +2350,9 @@ WeeChat supports SASL authentication, using different mechanisms: * 'ecdsa-nist256p-challenge': challenge with public/private key * 'external': certificato SSL da lato client // TRANSLATION MISSING -* 'dh-blowfish': blowfish encrypted password +* 'dh-blowfish': blowfish encrypted password (*insecure*, not recommended) // TRANSLATION MISSING -* 'dh-aes': AES encrypted password +* 'dh-aes': AES encrypted password (*insecure*, not recommended) [NOTE] La libreria "gcrypt" è richiesta per compilare WeeChat al fine di usare il diff --git a/doc/ja/weechat_user.ja.asciidoc b/doc/ja/weechat_user.ja.asciidoc index 95427f359..5985b5987 100644 --- a/doc/ja/weechat_user.ja.asciidoc +++ b/doc/ja/weechat_user.ja.asciidoc @@ -2228,8 +2228,10 @@ WeeChat は SASL 認証をサポートします、以下の認証メカニズム * 'plain': 平文パスワード (デフォルト) * 'ecdsa-nist256p-challenge': 公開鍵/秘密鍵を使うチャレンジ認証 * 'external': クライアント側 SSL 証明書 -* 'dh-blowfish': blowfish 暗号パスワード -* 'dh-aes': AES 暗号パスワード +// TRANSLATION MISSING +* 'dh-blowfish': blowfish 暗号パスワード (*insecure*, not recommended) +// TRANSLATION MISSING +* 'dh-aes': AES 暗号パスワード (*insecure*, not recommended) [NOTE] "dh-blowfish" メカニズムを利用する場合、"gcrypt" ライブラリが diff --git a/doc/pl/weechat_user.pl.asciidoc b/doc/pl/weechat_user.pl.asciidoc index b5f41f5ad..cfa46076d 100644 --- a/doc/pl/weechat_user.pl.asciidoc +++ b/doc/pl/weechat_user.pl.asciidoc @@ -2249,8 +2249,12 @@ WeeChat wspiera uwierzytelnianie SASL, używając różnych mechanizmów: * 'plain': hasło w czystym tekście (domyślne) * 'ecdsa-nist256p-challenge': klucz prywatny/publiczny * 'external': certyfikat SSL po stronie klienta +// TRANSLATION MISSING * 'dh-blowfish': hasło zaszyfrowane algorytmem blowfish + (*insecure*, not recommended) +// TRANSLATION MISSING * 'dh-aes': hasło zaszyfrowane algorytmem AES + (*insecure*, not recommended) [NOTE] Biblioteka "gcrypt" jest wymagana podczas kompilacji WeeChat w celu dodania |