1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

doc/api: add missing note after list of signals

This commit is contained in:
Sébastien Helleu
2022-11-09 08:15:30 +01:00
parent 70998a53de
commit 8c44dc53eb
4 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -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 :
+3 -1
View File
@@ -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:
+3 -1
View File
@@ -11275,7 +11275,9 @@ WeeChat とプラグインが送信するシグナルのリスト:
|===
[NOTE]
^(1)^ _xxx_ はサーバ名、_yyy_ は IRC コマンド名。
^(1)^ _xxx_ はサーバ名、_yyy_ は IRC コマンド名。 +
// TRANSLATION MISSING
^(2)^ _xxx_ is buffer name.
C 言語での使用例:
+3 -1
View File
@@ -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 пример: