diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-05 19:16:03 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-05 19:16:03 +0200 |
commit | 6438259310f9e93e6fb51c828ca47342fd50383b (patch) | |
tree | 484b175740e61c0afad16525b28b14b8fb666e07 /doc/it | |
parent | 55d77ed216607dfc2d31f9a46c2564e333ee1b90 (diff) | |
download | weechat-6438259310f9e93e6fb51c828ca47342fd50383b.zip |
doc: add missing buffer properties in plugin API reference (hidden, zoomed, filter)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 179325186..75a612ca2 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -10537,6 +10537,12 @@ Argomenti: // TRANSLATION MISSING ** 'active': 2 if buffer is the only active (merged), 1 se il buffer è attivo, 0 se il buffer è unito e non selezionato +// TRANSLATION MISSING +** 'hidden': 1 if buffer is hidden, otherwise 0 + _(WeeChat ≥ 0.4.4)_ +// TRANSLATION MISSING +** 'zoomed': 1 if buffer is merged and zoomed, otherwise 0 + _(WeeChat ≥ 0.4.4)_ ** 'print_hooks_enabled': 1 se gli hook sulla stampa sono abilitati, altrimenti 0 // TRANSLATION MISSING @@ -10545,6 +10551,9 @@ Argomenti: // TRANSLATION MISSING ** 'clear': 1 if buffer can be cleared with command `/buffer clear`, otherwise 0 _(WeeChat ≥ 0.4.4)_ +// TRANSLATION MISSING +** 'filter': 1 if filters are enabled on buffer, otherwise 0 + _(WeeChat ≥ 0.4.4)_ ** 'lines_hidden': 1 se almeno una riga è nascosta sul buffer (filtrata), oppure 0 se vengono visualizzate tutte le righe ** 'prefix_max_length': lunghezza massima del prefisso in questo buffer @@ -10744,7 +10753,7 @@ Properties: "-1": remove buffer from hotlist _(WeeChat ≥ 0.4.4)_ // TRANSLATION MISSING -| completion_freeze | "0", "1" | +| completion_freeze | "0" oppure "1" | "0": no freeze of completion (default value) (impostazione globale, il puntatore al buffer non è utilizzato) + "1": do not stop completion when command line is updated @@ -10753,11 +10762,17 @@ Properties: | unread | - | Imposta l'evidenziatore di lettura dopo l'ultima riga del buffer -| display | "1", "auto" | +| display | "1" oppure "auto" | "1": passa a questo buffer nella finestra corrente + "auto": passa a questo buffer nella finestra corrente, l'evidenziatore di lettura non viene resettato +// TRANSLATION MISSING +| hidden + + _(WeeChat ≥ 0.4.4)_ | "0" oppure "1" | + "0": unhide the buffer + + "1": hide the buffer + | number | numero | Sposta buffer a questo numero @@ -10796,6 +10811,12 @@ Properties: (note: even when it is set to "0", the buffer can still be cleared with the function <<_weechat_buffer_clear,weechat_buffer_clear>>) +// TRANSLATION MISSING +| filter + + _(WeeChat ≥ 0.4.4)_ | "0" or "1" | + "0": disable filters on buffer + + "1": enable filters on buffer + | title | qualsiasi stringa | Imposta nuovo titolo per il buffer |