diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-04 15:08:56 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-04 15:08:56 +0100 |
commit | 351a7a493f6df8851f446c323b3a73298035586a (patch) | |
tree | 0823de1c2eab92e34b1a55c3c5131e78734a80e4 /doc/it/weechat_plugin_api.it.adoc | |
parent | 768bceca36332f0b31526f5104cc028e4e691059 (diff) | |
download | weechat-351a7a493f6df8851f446c323b3a73298035586a.zip |
doc: add missing info in signal "xxx_script_install" (plugin API reference)
Diffstat (limited to 'doc/it/weechat_plugin_api.it.adoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 9c72d35f4..f84d88c88 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -9457,11 +9457,15 @@ del linguaggio: La callback compirà le seguenti azioni alla ricezione del segnale: -. scarica e rimuove lo script installato -. sposta il nuovo script nella cartella _~/.weechat/xxx/_ (dove _xxx_ è il - linguaggio) -. crea un link al nuovo script nella cartella _~/.weechat/xxx/autoload/_ -. carica il nuovo script +. Scarica e rimuove lo script installato. +. Sposta il nuovo script nella cartella _~/.weechat/xxx/_ (dove _xxx_ è il + linguaggio). +// TRANSLATION MISSING +. Crea un link al nuovo script nella cartella _~/.weechat/xxx/autoload/_ + (only if the script was already auto-loaded, or if the option + _script.scripts.autoload_ is enabled for a new script). +// TRANSLATION MISSING +. Carica il nuovo script (if the script was loaded). // TRANSLATION MISSING These signals are used by _script_ plugin to install scripts. |