diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-30 21:22:37 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-30 21:22:37 +0100 |
commit | 532d46bb93c1460d464b2f2737d4ea1dc898289c (patch) | |
tree | 015d3d1411dc149d25e99c4a21f8b56b06eb309c /doc | |
parent | b66298d369cc72b593368d70abb0a994009eb44e (diff) | |
download | weechat-532d46bb93c1460d464b2f2737d4ea1dc898289c.zip |
trigger: add variables `${tg_tag_irc_xxx}` containing IRC message tags (issue #1680)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 4 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 4 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 4 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 4 | ||||
-rw-r--r-- | doc/sr/weechat_user.sr.adoc | 4 |
7 files changed, 24 insertions, 0 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index f497c46a2..303962a62 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -4728,6 +4728,8 @@ Variablen die mittels Tags in der Nachricht gesetzt werden: | tg_tag_prefix_nick | string | Nickfarbe für Präfix (extrahier aus Tag "prefix_nick_ccc"). | tg_tag_host | string | Username und Host, Format: username@host (extrahiert aus Tag "host_xxx"). | tg_tag_notify | string | Benachrichtigungsstufe (_none_, _message_, _private_, _highlight_). +// TRANSLATION MISSING +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). | tg_notify | string | Benachrichtigungsstufe, falls von _none_ abweichend. | tg_msg_pv | string | "1" für eine private Nachricht, andernfalls "0". |=== @@ -4761,6 +4763,8 @@ Variablen die mittels Tags in der Nachricht gesetzt werden: | tg_tag_prefix_nick | string | Nickfarbe für Präfix (extrahier aus Tag "prefix_nick_ccc"). | tg_tag_host | string | Username und Host, Format: username@host (extrahiert aus Tag "host_xxx"). | tg_tag_notify | string | Benachrichtigungsstufe (_none_, _message_, _private_, _highlight_). +// TRANSLATION MISSING +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). | tg_notify | string | Benachrichtigungsstufe, falls von _none_ abweichend. | tg_msg_pv | string | "1" für eine private Nachricht, andernfalls "0". |=== diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 2bc18d292..3aae4541b 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -4619,6 +4619,7 @@ Variables set using tags in message: | tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc"). | tg_tag_host | string | User name and host, format: username@host (from tag "host_xxx"). | tg_tag_notify | string | Notify level (_none_, _message_, _private_, _highlight_). +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). | tg_notify | string | Notify level, if different from _none_. | tg_msg_pv | string | "1" for a private message, otherwise "0". |=== @@ -4652,6 +4653,7 @@ Variables set using tags in message: | tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc"). | tg_tag_host | string | User name and host, format: username@host (from tag "host_xxx"). | tg_tag_notify | string | Notify level (_none_, _message_, _private_, _highlight_). +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). | tg_notify | string | Notify level, if different from _none_. | tg_msg_pv | string | "1" for a private message, otherwise "0". |=== diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index 4259648e2..7862a7b21 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -4780,6 +4780,7 @@ Variables définies avec les étiquettes du message : | tg_tag_prefix_nick | chaîne | Couleur du pseudo dans le préfixe (depuis l'étiquette "prefix_nick_ccc"). | tg_tag_host | chaîne | Nom d'utilisateur et hôte, format : utilisateur@hôte (depuis l'étiquette "host_xxx"). | tg_tag_notify | chaîne | Niveau de notification (_none_, _message_, _private_, _highlight_). +| tg_tag_irc_xxx | chaîne | Étiquette de message IRC (clé "xxx"). | tg_notify | chaîne | Niveau de notification, si différent de _none_. | tg_msg_pv | chaîne | "1" pour un message privé, sinon "0". |=== @@ -4814,6 +4815,7 @@ Variables définies avec les étiquettes du message : | tg_tag_prefix_nick | chaîne | Couleur du pseudo dans le préfixe (depuis l'étiquette "prefix_nick_ccc"). | tg_tag_host | chaîne | Nom d'utilisateur et hôte, format : utilisateur@hôte (depuis l'étiquette "host_xxx"). | tg_tag_notify | chaîne | Niveau de notification (_none_, _message_, _private_, _highlight_). +| tg_tag_irc_xxx | chaîne | Étiquette de message IRC (clé "xxx"). | tg_notify | chaîne | Niveau de notification, si différent de _none_. | tg_msg_pv | chaîne | "1" pour un message privé, sinon "0". |=== diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index a516f3b20..abb0d0e62 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -4949,6 +4949,8 @@ Variables set using tags in message: | tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc"). | tg_tag_host | string | User name and host, format: username@host (from tag "host_xxx"). | tg_tag_notify | string | Notify level (_none_, _message_, _private_, _highlight_). +// TRANSLATION MISSING +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). | tg_notify | string | Notify level, if different from _none_. | tg_msg_pv | string | "1" for a private message, otherwise "0". |=== @@ -4982,6 +4984,8 @@ Variables set using tags in message: | tg_tag_prefix_nick | string | Color of nick in prefix (from tag "prefix_nick_ccc"). | tg_tag_host | string | User name and host, format: username@host (from tag "host_xxx"). | tg_tag_notify | string | Notify level (_none_, _message_, _private_, _highlight_). +// TRANSLATION MISSING +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). | tg_notify | string | Notify level, if different from _none_. | tg_msg_pv | string | "1" for a private message, otherwise "0". |=== diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index f48b3b5d9..3fd00c58d 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -4759,6 +4759,8 @@ _weechat_print_ 修飾子では、メッセージタグを使う変数 (下の | tg_tag_prefix_nick | string | プレフィックスで使うニックネームの色 ("prefix_nick_ccc" タグから) | tg_tag_host | string | ユーザ名とホスト名、書式: username@host ("host_xxx" タグから) | tg_tag_notify | string | 通知レベル (_none_、_message_、_private_、_highlight_) +// TRANSLATION MISSING +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). | tg_notify | string | 通知レベルが _none_ 以外の場合、その通知レベル | tg_msg_pv | string | プライベートメッセージの場合 "1"、それ以外は "0" |=== @@ -4792,6 +4794,8 @@ _weechat_print_ 修飾子では、メッセージタグを使う変数 (下の | tg_tag_prefix_nick | string | プレフィックスで使うニックネームの色 ("prefix_nick_ccc" タグから) | tg_tag_host | string | ユーザ名とホスト名、書式: username@host ("host_xxx" タグから) | tg_tag_notify | string | 通知レベル (_none_、_message_、_private_、_highlight_) +// TRANSLATION MISSING +| tg_tag_irc_xxx | string | IRC message tag (key "xxx"). | tg_notify | string | 通知レベルが _none_ 以外の場合、その通知レベル | tg_msg_pv | string | プライベートメッセージの場合 "1"、それ以外は "0" |=== diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 1edcfe896..a5572a91b 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -4656,6 +4656,8 @@ Zmienne ustawiane za pomocą tagów w wiadomościach: | tg_tag_prefix_nick | ciąg | Kolor nicka w prefiksie (z tagu "prefix_nick_ccc"). | tg_tag_host | ciąg | Nazwa użytkownika i host, format: username@host (z tagu "host_xxx"). | tg_tag_notify | ciąg | Poziom powiadomień (_none_, _message_, _private_, _highlight_). +// TRANSLATION MISSING +| tg_tag_irc_xxx | ciąg | IRC message tag (key "xxx"). | tg_notify | ciąg | Poziom powiadomień, jeśli różny od _none_. | tg_msg_pv | ciąg | "1" dla prywatnej wiadomości, inaczej "0". |=== @@ -4689,6 +4691,8 @@ Zmienne ustawiane za pomocą tagów w wiadomościach: | tg_tag_prefix_nick | ciąg | Kolor nicka w prefiksie (z tagu "prefix_nick_ccc"). | tg_tag_host | ciąg | Nazwa użytkownika i host, format: username@host (z tagu "host_xxx"). | tg_tag_notify | ciąg | Poziom powiadomień (_none_, _message_, _private_, _highlight_). +// TRANSLATION MISSING +| tg_tag_irc_xxx | ciąg | IRC message tag (key "xxx"). | tg_notify | ciąg | Poziom powiadomień, jeśli różny od _none_. | tg_msg_pv | ciąg | "1" dla prywatnej wiadomości, inaczej "0". |=== diff --git a/doc/sr/weechat_user.sr.adoc b/doc/sr/weechat_user.sr.adoc index 58dca1f3f..fab0b71bf 100644 --- a/doc/sr/weechat_user.sr.adoc +++ b/doc/sr/weechat_user.sr.adoc @@ -4315,6 +4315,8 @@ ${buffer[${tg_signal_data}].full_name} | tg_tag_prefix_nick | стринг | Боја надимка у префиксу (из ознаке „prefix_nick_ccc”). | tg_tag_host | стринг | Корисничко име и хост, формат: корисничкоиме@хост (из ознаке „host_xxx”). | tg_tag_notify | стринг | Ниво обавештавања (_none_, _message_, _private_, _highlight_). +// TRANSLATION MISSING +| tg_tag_irc_xxx | стринг | IRC message tag (key "xxx"). | tg_notify | стринг | Ниво обавештавања, ако се разликује од _none_. | tg_msg_pv | стринг | „1” за приватну поруку, у супротном „0”. |=== @@ -4348,6 +4350,8 @@ ${buffer[${tg_signal_data}].full_name} | tg_tag_prefix_nick | стринг | Боја надимка у префиксу (из ознаке „prefix_nick_ccc”). | tg_tag_host | стринг | Корисничко име и хост, формат: корисничкоиме@хост (из ознаке „host_xxx”). | tg_tag_notify | стринг | Ниво обавештавања (_none_, _message_, _private_, _highlight_). +// TRANSLATION MISSING +| tg_tag_irc_xxx | стринг | IRC message tag (key "xxx"). | tg_notify | стринг | Ниво обавештавања, ако се разликује од _none_. | tg_msg_pv | стринг | „1” за приватну поруку, у супротном „0”. |=== |