diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index aba955d28..5230d5702 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -10009,7 +10009,8 @@ Arguments: * _buffer_type_: catch lines on the given buffer type (if NULL or empty string, _formatted_ is the default) - (a priority is allowed before the buffer type, see note about <>): + (_WeeChat ≥ 3.7_: a priority is allowed before the buffer type, + see note about <>): ** _formatted_: catch lines on formatted buffers only (default) ** _free_: catch lines on buffers with free content only ** _*_: catch lines on all buffer types diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index c078f0444..55d51e661 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -10198,7 +10198,8 @@ Paramètres : * _buffer_type_ : intercepter les lignes affichées sur ce type de tampon (si NULL ou chaîne vide, _formatted_ est utilisé par défaut) - (une priorité est autorisée avant le type de tampon, voir la note sur la <>) : + (_WeeChat ≥ 3.7_ : une priorité est autorisée avant le type de tampon, + voir la note sur la <>) : ** _formatted_ : intercepter les lignes sur un tampon avec contenu formaté seulement (par défaut) ** _free_ : intercepter les lignes sur un tampon avec contenu libre seulement diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 7eec59dd4..5c1ff0685 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -10336,7 +10336,8 @@ Argomenti: * _buffer_type_: catch lines on the given buffer type (if NULL or empty string, _formatted_ is the default) - (a priority is allowed before the buffer type, see note about <>): + (_WeeChat ≥ 3.7_: a priority is allowed before the buffer type, + see note about <>): ** _formatted_: catch lines on formatted buffers only (default) ** _free_: catch lines on buffers with free content only ** _*_: catch lines on all buffer types diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 4f3506b16..7511c36de 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -10053,7 +10053,8 @@ struct t_hook *weechat_hook_line (const char *buffer_type, * _buffer_type_: ここで指定したバッファ型の行をフックします (NULL または空文字列の場合、 _formatted_ を指定したことになります) - (a priority is allowed before the buffer type, see note about <>): + (_WeeChat ≥ 3.7_: a priority is allowed before the buffer type, + see note about <>): ** _formatted_: フォーマット済み内容バッファの行のみをフックします (デフォルト) ** _free_: 自由内容バッファの行のみをフックします ** _*_: すべてのバッファの行をフックします diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index 65eecfc33..d12126d84 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -9671,7 +9671,8 @@ struct t_hook *weechat_hook_line (const char *buffer_type, // TRANSLATION MISSING * _buffer_type_: хвата линије у наведеном типу бафера (ако је NULL или празан стринг, подразумева се _formatted_) - (a priority is allowed before the buffer type, see note about <>): + (_WeeChat ≥ 3.7_: a priority is allowed before the buffer type, + see note about <>): ** _formatted_: хвата линије само у форматираним баферима (подразумевано) ** _free_: хвата линије само у баферима са слободним садржајем ** _*_: хвата линије у баферима свих типова