From 1989285462537882e9aca3e06950e28576889147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 18 Jun 2016 09:11:07 +0200 Subject: [PATCH] doc: add note in argument "tags" of function printf_date_tags (plugin API reference) --- doc/en/weechat_plugin_api.en.adoc | 2 +- doc/fr/weechat_plugin_api.fr.adoc | 3 ++- doc/it/weechat_plugin_api.it.adoc | 3 ++- doc/ja/weechat_plugin_api.ja.adoc | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index fbf8f48a0..c2bdceeef 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -6914,7 +6914,7 @@ Arguments: * _buffer_: buffer pointer, if NULL, message is displayed on WeeChat buffer * _date_: date for message (0 means current date/time) -* _tags_: comma separated list of tags +* _tags_: comma separated list of tags (NULL means no tags) * _message_: message to display Tags commonly used (non-exhaustive list): diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 105c305af..e961abcdb 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -7029,7 +7029,8 @@ Paramètres : * _buffer_ : pointeur vers le tampon, si NULL, le message est affiché sur le tampon Weechat * _date_ : date pour le message (0 signifie la date/heure courante) -* _tags_ : liste d'étiquettes séparées par des virgules +* _tags_ : liste d'étiquettes séparées par des virgules (NULL signifie aucune + étiquette) * _message_ : message à afficher Tags couramment utilisés (liste non exhaustive) : diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index e9387590c..d66ed4f15 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -7091,7 +7091,8 @@ Argomenti: * _buffer_: puntatore al buffer, se NULL il messaggio viene visualizzato sul buffer di WeeChat * _date_: data per il messaggio (0 indica data/ora corrente) -* _tags_: lista di tag separati da virgole +// TRANSLATION MISSING +* _tags_: lista di tag separati da virgole (NULL means no tags) * _message_: messaggio da visualizzare Tag usati di frequente (elenco non esaustivo): diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index cf5ed0efe..807ab1d2a 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -6915,7 +6915,8 @@ void weechat_printf_date_tags (struct t_gui_buffer *buffer, time_t date, * _buffer_: バッファへのポインタ、NULL の場合、メッセージは WeeChat バッファに表示 * _date_: メッセージの日付 (0 は現在の日付/時間を意味する) -* _tags_: タグのコンマ区切りリスト +// TRANSLATION MISSING +* _tags_: タグのコンマ区切りリスト (NULL means no tags) * _message_: 表示するメッセージ 通常使用するタグ (一部抜粋したリスト):