diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 11:12:49 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 11:12:49 +0100 |
commit | d3c85c920c367d23820d58e448dfec30873a488c (patch) | |
tree | 73f334aaf413e882eab7f8160696c01585efb387 /doc | |
parent | e38f437ad739967c5e8e5388ff47d38fb88b2a9f (diff) | |
download | weechat-d3c85c920c367d23820d58e448dfec30873a488c.zip |
irc: add modifier "irc_color_decode_ansi"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 6 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 7 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 7 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.txt | 7 |
4 files changed, 27 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 6d2fb9bb4..9812abc2e 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -9139,6 +9139,12 @@ List of modifiers used by WeeChat and plugins: Any string | String with IRC colors (or IRC colors removed) +| irc_color_decode_ansi + + _(WeeChat ≥ 0.4.4)_ | + "1" to keep colors, "0" to remove colors | + Any string | + String with ANSI colors converted to IRC colors (or ANSI colors removed) + | irc_command_auth + _(WeeChat ≥ 0.4.1)_ | Server name | diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 1cc76476f..b8b334994 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -9308,6 +9308,13 @@ Liste des modificateurs utilisés par WeeChat et les extensions : Toute chaîne | Chaîne avec les couleurs IRC (ou avec les couleurs IRC supprimées) +| irc_color_decode_ansi + + _(WeeChat ≥ 0.4.4)_ | + "1" pour garder les couleurs, "0" pour les supprimer | + Toute chaîne | + Chaîne avec les couleurs ANSI converties en couleurs IRC (ou avec les couleurs + ANSI supprimées) + | irc_command_auth + _(WeeChat ≥ 0.4.1)_ | Nom du serveur | diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index c9cd4f236..1ce753ae0 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -9369,6 +9369,13 @@ List of modifiers used by WeeChat and plugins: String with IRC colors (or IRC colors removed) // TRANSLATION MISSING +| irc_color_decode_ansi + + _(WeeChat ≥ 0.4.4)_ | + "1" per mantenere i colori, "0" per rimuovere i colori | + Qualsiasi stringa | + String with ANSI colors converted to IRC colors (or ANSI colors removed) + +// TRANSLATION MISSING | irc_command_auth + _(WeeChat ≥ 0.4.1)_ | Nome server | diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 796303068..b610b8fe9 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -9160,6 +9160,13 @@ WeeChat とプラグインが使う修飾子のリスト: 任意の文字列 | String with IRC colors (or IRC colors removed) +// TRANSLATION MISSING +| irc_color_decode_ansi + + _(WeeChat バージョン 0.4.4 以上で利用可)_ | + 色を保持する場合は "1"、削除する場合は "0" | + 任意の文字列 | + String with ANSI colors converted to IRC colors (or ANSI colors removed) + | irc_command_auth + _(WeeChat バージョン 0.4.1 以上で利用可)_ | サーバ名 | |