diff options
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 | ||||
-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, 6 insertions, 6 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index d7787efbb..824c2b5ef 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -8423,8 +8423,8 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _chat | chat area indicator | "0" or "1" | "0" | _chat_line_x | column in line ^(3)^ | "0" ... "n" | "-1" | _chat_line_y | line number ^(3)^ | "0" ... "n" | "-1" -| _chat_line_date | line date | "1313237175" | "0" -| _chat_line_date_printed | line date ^(4)^ | "1313237175" | "0" +| _chat_line_date | line date/time | "1313237175" | "0" +| _chat_line_date_printed | line date/time ^(4)^ | "1313237175" | "0" | _chat_line_time | time displayed | "14:06:15" | "" | _chat_line_tags | tags of line | "irc_privmsg,notify_message,nick_FlashCode,log1" | "" | _chat_line_nick | nick of line | "FlashCode" | "" diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 869714978..f648f9c2a 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -8564,8 +8564,8 @@ Contenu de la hashtable envoyée au "callback" (les clés et valeurs sont de typ | _chat | indicateur zone "chat" | "0" ou "1" | "0" | _chat_line_x | colonne de la ligne ^(3)^ | "0" ... "n" | "-1" | _chat_line_y | numéro de ligne ^(3)^ | "0" ... "n" | "-1" -| _chat_line_date | date de la ligne | "1313237175" | "0" -| _chat_line_date_printed | date de la ligne ^(4)^ | "1313237175" | "0" +| _chat_line_date | date/heure de la ligne | "1313237175" | "0" +| _chat_line_date_printed | date/heure de la ligne ^(4)^ | "1313237175" | "0" | _chat_line_time | heure affichée | "14:06:15" | "" | _chat_line_tags | étiquettes de la ligne | "irc_privmsg,notify_message,nick_FlashCode,log1" | "" | _chat_line_nick | pseudo de la ligne | "FlashCode" | "" diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 9bddc133d..9bd724d3e 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8484,8 +8484,8 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _chat | chat area indicator | "0" or "1" | "0" | _chat_line_x | column in line ^(3)^ | "0" ... "n" | "-1" | _chat_line_y | line number ^(3)^ | "0" ... "n" | "-1" -| _chat_line_date | line date | "1313237175" | "0" -| _chat_line_date_printed | line date ^(4)^ | "1313237175" | "0" +| _chat_line_date | line date/time | "1313237175" | "0" +| _chat_line_date_printed | line date/time ^(4)^ | "1313237175" | "0" | _chat_line_time | time displayed | "14:06:15" | "" | _chat_line_tags | tags of line | "irc_privmsg,notify_message,nick_FlashCode,log1" | "" | _chat_line_nick | nick of line | "FlashCode" | "" |