diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 5 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 5 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 6 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.txt | 6 |
4 files changed, 22 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 42c6dfc5a..54652d04b 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -7901,6 +7901,11 @@ List of signals sent by WeeChat and plugins: Pointer: relay client | Waiting for authentication from a relay client +| relay | relay_client_auth_ok + + _(WeeChat ≥ 0.4.4)_ | + Pointer: relay client | + Successful authentication from a relay client + | relay | relay_client_connected + _(WeeChat ≥ 0.4.4)_ | Pointer: relay client | diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 3c90b2dbc..15a8d2e87 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -8041,6 +8041,11 @@ Liste des signaux envoyés par WeeChat et les extensions : Pointeur : client relay | Attente de l'authentification d'un client relay +| relay | relay_client_auth_ok + + _(WeeChat ≥ 0.4.4)_ | + Pointeur : client relay | + Authentification réussie d'un client relay + | relay | relay_client_connected + _(WeeChat ≥ 0.4.4)_ | Pointeur : client relay | diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 1d9a8ace9..1ef27dc88 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8063,6 +8063,12 @@ List of signals sent by WeeChat and plugins: Waiting for authentication from a relay client // TRANSLATION MISSING +| relay | relay_client_auth_ok + + _(WeeChat ≥ 0.4.4)_ | + Pointer: relay client | + Successful authentication from a relay client + +// TRANSLATION MISSING | relay | relay_client_connected + _(WeeChat ≥ 0.4.4)_ | Pointer: relay client | diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 924ac4f76..9ab4ba745 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -7901,6 +7901,12 @@ WeeChat とプラグインが送信するシグナルのリスト: Pointer: リレークライアント | リレークライアントからの認証待ち +// TRANSLATION MISSING +| relay | relay_client_auth_ok + + _(WeeChat バージョン 0.4.4 以上で利用可)_ | + Pointer: リレークライアント | + Successful authentication from a relay client + | relay | relay_client_connected + _(WeeChat バージョン 0.4.4 以上で利用可)_ | Pointer: リレークライアント | |