diff options
Diffstat (limited to 'doc/it/weechat_plugin_api.it.txt')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 3d47211f6..82f164d26 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -7959,6 +7959,8 @@ Argomenti: ** 'text_search_input': input salvato prima della ricerca nel testo ** 'highlight_words': elenco di parole da evidenziare ** 'highlight_tags': elenco di tag da evidenziare +// TRANSLATION MISSING +** 'no_highlight_nicks': list of nicks to NOT highlight ** 'localvar_xxx': ottiene il contenuto della variabile locale "xxx" (sostituire "xxx" con il nome della variabile da leggere) @@ -8124,6 +8126,20 @@ Argomenti: | highlight_tags | elenco separato da virgole di tag | elenco separato da virgole di tag da evidenziare in questo buffer +// TRANSLATION MISSING +| no_highlight_nicks | comma separated list of nicks | + comma separated list of nicks to NOT highlight in this buffer, for example: + "joe,mike,robert" + +// TRANSLATION MISSING +| no_highlight_nicks_add | comma separated list of nicks | + comma separated list of nicks to NOT highlight in this buffer, these words are + added to existing nicks in buffer + +// TRANSLATION MISSING +| no_highlight_nicks_del | comma separated list of nicks | + comma separated list of nicks to remove from non highlighted nicks on buffer + | key_bind_xxx | qualsiasi stringa | assegna un nuovo tasto 'xxx', specifico per questo buffer, il valore รจ il comando da eseguire per questo tasto |