diff options
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 3 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 4 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 4 | ||||
-rw-r--r-- | doc/sr/weechat_plugin_api.sr.adoc | 4 |
4 files changed, 11 insertions, 4 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 442fa49c6..9025e02eb 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -11431,7 +11431,8 @@ Liste des signaux envoyés par WeeChat et les extensions : |=== [NOTE] -^(1)^ _xxx_ est le nom du serveur IRC, _yyy_ est le nom d'une commande IRC. +^(1)^ _xxx_ est le nom du serveur IRC, _yyy_ est le nom d'une commande IRC. + +^(2)^ _xxx_ est le nom du tampon. Exemple en C : diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index e905abbfc..0e850188a 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -11655,7 +11655,9 @@ List of signals sent by WeeChat and plugins: |=== [NOTE] -^(1)^ _xxx_ è il nome del server IRC, _yyy_ è il nome del comando IRC. +^(1)^ _xxx_ è il nome del server IRC, _yyy_ è il nome del comando IRC. + +// TRANSLATION MISSING +^(2)^ _xxx_ is buffer name. Esempio in C: diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 5ac8b531c..e23dca910 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -11275,7 +11275,9 @@ WeeChat とプラグインが送信するシグナルのリスト: |=== [NOTE] -^(1)^ _xxx_ はサーバ名、_yyy_ は IRC コマンド名。 +^(1)^ _xxx_ はサーバ名、_yyy_ は IRC コマンド名。 + +// TRANSLATION MISSING +^(2)^ _xxx_ is buffer name. C 言語での使用例: diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index c05ba5361..fdbd02292 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -10853,7 +10853,9 @@ struct t_hook *weechat_hook_signal (const char *signal, |=== [NOTE] -^(1)^ _xxx_ је име IRC сервера, _yyy_ је име IRC команде. +^(1)^ _xxx_ је име IRC сервера, _yyy_ је име IRC команде. + +// TRANSLATION MISSING +^(2)^ _xxx_ is buffer name. C пример: |