From 20b49746ccad0f17558275cccdfe1f7167667f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 21 Jul 2014 22:23:21 +0200 Subject: [PATCH] doc: add missing tag "host_xxx" in function printf_date_tags (plugin API reference) --- doc/en/weechat_plugin_api.en.asciidoc | 1 + doc/fr/weechat_plugin_api.fr.asciidoc | 1 + doc/it/weechat_plugin_api.it.asciidoc | 2 ++ doc/ja/weechat_plugin_api.ja.asciidoc | 2 ++ 4 files changed, 6 insertions(+) diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index a498ed73b..d8210cdb0 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -6554,6 +6554,7 @@ Tags commonly used (non-exhaustive list): | notify_highlight | Buffer with line is added to hotlist with level "highlight" | nick_xxx | Message is from nick "xxx" | prefix_nick_ccc | Prefix is a nick with color "ccc" +| host_xxx | Username and host in message | irc_xxx | IRC message "xxx" (can be a command or a 3-digits number) | irc_numeric | IRC numeric message | irc_error | Error from IRC server diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc index d1a96dbbe..56644bd5d 100644 --- a/doc/fr/weechat_plugin_api.fr.asciidoc +++ b/doc/fr/weechat_plugin_api.fr.asciidoc @@ -6654,6 +6654,7 @@ Tags couramment utilisés (liste non exhaustive) : | notify_highlight | Le tampon avec la ligne sera ajouté à la "hotlist" avec le niveau "highlight" | nick_xxx | Le message vient du pseudo "xxx" | prefix_nick_ccc | Le préfixe est un pseudo avec la couleur "ccc" +| host_xxx | Nom d'utilisateur et hôte dans le message | irc_xxx | Message IRC "xxx" (peut-être une commande ou un numérique sur 3 chiffres) | irc_numeric | Message IRC numérique | irc_error | Erreur du serveur IRC diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc index 107da59ef..4f4daea90 100644 --- a/doc/it/weechat_plugin_api.it.asciidoc +++ b/doc/it/weechat_plugin_api.it.asciidoc @@ -6666,6 +6666,8 @@ Tag usati di frequente (elenco non esaustivo): | notify_highlight | Il buffer con la riga viene aggiunto alla hotlist con il livello "higlight" | nick_xxx | Il messaggio viene dal nick "xxx" | prefix_nick_ccc | Il prefisso è un nick con il colore "ccc" +// TRANSLATION MISSING +| host_xxx | Username and host in message | irc_xxx | Messaggio IRC "xxx" (può essere un comando o un numero di 3 cifre) | irc_numeric | Messaggio IRC numerico | irc_error | Errore dal server IRC diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index 1832e26d9..f50f3118c 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -6550,6 +6550,8 @@ void weechat_printf_date_tags (struct t_gui_buffer *buffer, time_t date, | notify_highlight | この行を含むバッファは "highlight" レベルでホットリストに追加される | nick_xxx | ニックネーム "xxx" からのメッセージ | prefix_nick_ccc | プレフィックスを色 "ccc" のニックネームにする +// TRANSLATION MISSING +| host_xxx | Username and host in message | irc_xxx | IRC メッセージ "xxx" (コマンドまたは 3 桁の番号) | irc_numeric | IRC 番号メッセージ | irc_error | IRC からのエラー