diff options
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 3 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 4 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 9be785f20..439a62044 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -10102,6 +10102,9 @@ Arguments: highlights only, "2" = add for highlights and messages, "3" = add for all messages +| print_hooks_enabled | "0" or "1" | + "0" to disable print hooks, "1" to enable them (default for a new buffer) + | day_change | "0" or "1" | "0" to hide messages for the day change, "1" to see them (default for a new buffer) diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 4519c1120..567a5b066 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -10276,6 +10276,10 @@ Paramètres : hotlist, "1" = ajouter pour les highlights seulement, "2" = ajouter pour les highlights et les messages, "3" = ajouter pour tous les messages +| print_hooks_enabled | "0" ou "1" | + "0" pour désactiver les hooks "print", "1" pour les activer + (par défaut pour un nouveau tampon) + | day_change | "0" ou "1" | "0" pour cacher les messages de changement de jour, "1" pour les voir (par défaut pour un nouveau tampon) diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 496c1e3f6..527aba3dc 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -10263,6 +10263,10 @@ Argomenti: messaggi, "3" = aggiungere per tutti i messaggi // TRANSLATION MISSING +| print_hooks_enabled | "0" oppure "1" | + "0" to disable print hooks, "1" to enable them (default for a new buffer) + +// TRANSLATION MISSING | day_change | "0" oppure "1" | "0" to hide messages for the day change, "1" to see them (default for a new buffer) |