diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.asciidoc | 1 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.asciidoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.asciidoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.asciidoc | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index 51dd0b2c9..d20e160d1 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -12147,6 +12147,7 @@ Arguments: ** 'active': bar is displayed in active window only ** 'inactive': bar is displayed in inactive windows only ** 'nicklist': bar is displayed in windows with nicklist +** evaluated expression: see chapter about bars in 'WeeChat User's guide' * 'position': 'top', 'bottom', 'left' or 'right' * 'filling_top_bottom': ** 'horizontal': items are filled horizontally (space after each item) diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc index c060afa07..94e92d5c7 100644 --- a/doc/fr/weechat_plugin_api.fr.asciidoc +++ b/doc/fr/weechat_plugin_api.fr.asciidoc @@ -12379,6 +12379,8 @@ Paramètres : ** 'inactive' : la barre est affichée dans les fenêtres inactives seulement ** 'nicklist' : la barre est affichée dans les fenêtres possédant une liste des pseudos +** expression évaluée : voir le chapitre sur les barres dans le + 'Guide utilisateur WeeChat' * 'position' : 'top' (en haut), 'bottom' (en bas), 'left' (à gauche) ou 'right' (à droite) * 'filling_top_bottom' : diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc index 44a95d283..f44cd71a8 100644 --- a/doc/it/weechat_plugin_api.it.asciidoc +++ b/doc/it/weechat_plugin_api.it.asciidoc @@ -12478,6 +12478,8 @@ Argomenti: ** 'active': la barra viene visualizzata solo nella finestra attiva ** 'inactive': la barra viene visualizzata solo nelle finestre inattive ** 'nicklist': la barra viene visualizzata nelle finestre con liste nick +// TRANSLATION MISSING +** evaluated expression: see chapter about bars in 'WeeChat User's guide' * 'position': 'top', 'bottom', 'left' o 'right' * 'filling_top_bottom': ** 'horizontal': gli elementi sono posizionati in orizzontale diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index e00fe00e4..124e0d2a0 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -12138,6 +12138,8 @@ struct t_gui_bar *weechat_bar_new (const char *name, ** 'active': アクティブウィンドウのみに表示されているバー ** 'inactive': 非アクティブウィンドウのみに表示されているバー ** 'nicklist': ニックネームリストを持つウィンドウに表示されているバー +// TRANSLATION MISSING +** evaluated expression: see chapter about bars in 'WeeChat User's guide' * 'position': 'top' 、'bottom' 、'left' 、'right' * 'filling_top_bottom': ** 'horizontal': 要素は水平方向に詰め込まれている (各要素の後に間隔) |