diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-21 17:55:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-21 17:55:30 +0100 |
commit | 6f6e1569cd065a91560a3438ce331b94afadef2f (patch) | |
tree | 8d87624a0dee73180c1ef4cdbb2533a7abb09b59 /doc/it | |
parent | e8b3eb7ad17cd2f26df5f17a8284b52499df5b09 (diff) | |
download | weechat-6f6e1569cd065a91560a3438ce331b94afadef2f.zip |
core: add "full_name" in buffer structure
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index e0c3d5166..6b3ad6c30 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -228,6 +228,7 @@ 'layout_number' (integer) + 'layout_number_merge_order' (integer) + 'name' (string) + + 'full_name' (string) + 'short_name' (string) + 'type' (integer) + 'notify' (integer) + diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 0465b7e7c..e76fe6a9a 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8596,6 +8596,8 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo | _buffer_number | numero del buffer | "1" ... "n" | "-1" | _buffer_plugin | nome plugin del buffer | "core", "irc", ... | "" | _buffer_name | nome del buffer | "weechat", "freenode.#weechat", ... | "" +// TRANSLATION MISSING +| _buffer_full_name | full name of buffer | "core.weechat", "irc.freenode.#weechat", ... | "" | _buffer_localvar_XXX ^(2)^ | variabili locali del buffer | qualsiasi valore | non impostato | _chat | indicatore area di chat | "0" o "1" | "0" | _chat_line_x | colonna nella riga ^(3)^ | "0" ... "n" | "-1" @@ -9208,6 +9210,8 @@ Argomenti: ** 'plugin': nome del plugin che ha creato questo buffer ("core" per il buffer principale di WeeChat) ** 'name': nome del buffer +// TRANSLATION MISSING +** 'full_name': full name of buffer ("plugin.name") (_novità nella versione 0.3.7_) ** 'short_name': nome breve del buffer ** 'title': titolo del buffer ** 'input': testo in ingresso |