diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-05-11 19:15:48 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-05-11 19:15:48 +0200 |
commit | 36d5f464fb5b759f4ce24301543fce86436b61ab (patch) | |
tree | 7a5e7518a6b485b22d46a78efa9d033a72fef99b /doc/it | |
parent | 54b45e9c5eb709208279d631985746daa16e4234 (diff) | |
download | weechat-36d5f464fb5b759f4ce24301543fce86436b61ab.zip |
doc: add note about property "short_name" of buffers (plugin API reference)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 9fcf8b592..5d8c6259e 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -9669,7 +9669,10 @@ Argomenti: per il buffer principale di WeeChat) ** 'name': nome del buffer ** 'full_name': nome completo del buffer ("plugin.nome") (_novità nella versione 0.3.7_) -** 'short_name': nome breve del buffer +// TRANSLATION MISSING +** 'short_name': nome breve del buffer (note: used for display only and can be + changed by user, this must not be used to find name of buffer, use instead + 'name', 'full_name' or local variable 'channel') ** 'title': titolo del buffer ** 'input': testo in ingresso ** 'text_search_input': input salvato prima della ricerca nel testo |