diff options
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 7 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 7 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 8 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 8 |
4 files changed, 14 insertions, 16 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 21916a557..c7fb69c34 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -12104,8 +12104,7 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _chat | Chat area indicator. | "0" or "1" | "0" -| _chat_line | Pointer to line + - _(WeeChat ≥ 1.2)_. | +| _chat_line | Pointer to line _(WeeChat ≥ 1.2)_. | "0x1234abcd" | "" | _chat_line_x | Column in line ^(3)^. | @@ -12159,8 +12158,7 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _bar_item_col | Column in bar item. | "0" ... "n" | "-1" -| _bar_window | Pointer to bar window + - _(WeeChat ≥ 2.9)_. | +| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_. | "0x1234abcd" | "" |=== @@ -12181,6 +12179,7 @@ Extra info for bar item "buffer_nicklist": | nick | core | Nick name. | prefix | core | Prefix for nick. | group | core | Group name. +| irc_nick | irc | Pointer to IRC nick _(WeeChat ≥ 3.0)_. | irc_host | irc | Host for nick (if known). |=== diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 53eaef879..c89527c4d 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -12370,8 +12370,7 @@ valeurs sont de type "string") : | _chat | Indicateur zone "chat". | "0" ou "1" | "0" -| _chat_line | Pointeur vers la ligne + - _(WeeChat ≥ 1.2)_. | +| _chat_line | Pointeur vers la ligne _(WeeChat ≥ 1.2)_. | "0x1234abcd" | "" | _chat_line_x | Colonne de la ligne ^(3)^. | @@ -12425,8 +12424,7 @@ valeurs sont de type "string") : | _bar_item_col | Colonne dans l'objet de barre. | "0" ... "n" | "-1" -| _bar_window | Pointeur vers la fenêtre de barre + - _(WeeChat ≥ 2.9)_. | +| _bar_window | Pointeur vers la fenêtre de barre _(WeeChat ≥ 2.9)_. | "0x1234abcd" | "" |=== @@ -12448,6 +12446,7 @@ Informations additionnelles pour l'objet de barre "buffer_nicklist" : | nick | core | Pseudonyme. | prefix | core | Préfixe du pseudonyme. | group | core | Nom du groupe. +| irc_nick | irc | Pointeur vers le pseudo IRC _(WeeChat ≥ 3.0)_. | irc_host | irc | Nom d'hôte pour le pseudonyme (si connu). |=== diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 3c1dcf7c9..2896e2ce4 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -12599,8 +12599,7 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo "0" o "1" | "0" // TRANSLATION MISSING -| _chat_line | Pointer to line + - _(WeeChat ≥ 1.2)_. | +| _chat_line | Pointer to line _(WeeChat ≥ 1.2)_. | "0x1234abcd" | "" | _chat_line_x | Colonna nella riga ^(3)^. | @@ -12657,8 +12656,7 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo "0" ... "n" | "-1" // TRANSLATION MISSING -| _bar_window | Pointer to bar window + - _(WeeChat ≥ 2.9)_. | +| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_. | "0x1234abcd" | "" |=== @@ -12679,6 +12677,8 @@ Informazioni aggiuntive per l'elemento barra "buffer_nicklist": | nick | core | Nick. | prefix | core | Prefisso per il nick. | group | core | Nome gruppo. +// TRANSLATION MISSING +| irc_nick | irc | Pointer to IRC nick _(WeeChat ≥ 3.0)_. | irc_host | irc | Host per il nick (se conosciuto). |=== diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 4b043994c..c9b1ee1f0 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -12109,8 +12109,7 @@ info を使う前にエリアが一致していることを確認して下さい | _chat | チャットエリアインジケータ | "0" または "1" | "0" -| _chat_line | 行へのポインタ + - _(WeeChat バージョン 1.2 以上で利用可)_ | +| _chat_line | 行へのポインタ _(WeeChat バージョン 1.2 以上で利用可)_ | "0x1234abcd" | "" | _chat_line_x | 行中の列番号 ^(3)^ | @@ -12167,8 +12166,7 @@ info を使う前にエリアが一致していることを確認して下さい "0" ... "n" | "-1" // TRANSLATION MISSING -| _bar_window | Pointer to bar window + - _(WeeChat ≥ 2.9)_. | +| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_. | "0x1234abcd" | "" |=== @@ -12189,6 +12187,8 @@ info を使う前にエリアが一致していることを確認して下さい | nick | core | ニックネーム | prefix | core | ニックネームのプレフィックス | group | core | グループ名 +// TRANSLATION MISSING +| irc_nick | irc | Pointer to IRC nick _(WeeChat ≥ 3.0)_. | irc_host | irc | ニックネームのホスト名 (判る場合) |=== |