From 6f6e1569cd065a91560a3438ce331b94afadef2f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 21 Nov 2011 17:55:30 +0100 Subject: core: add "full_name" in buffer structure --- doc/it/weechat_plugin_api.it.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/it/weechat_plugin_api.it.txt') 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 -- cgit v1.2.3