diff options
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/includes/autogen_user_options.it.adoc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/it/includes/autogen_user_options.it.adoc b/doc/it/includes/autogen_user_options.it.adoc index ceb5617b0..33fa4e045 100644 --- a/doc/it/includes/autogen_user_options.it.adoc +++ b/doc/it/includes/autogen_user_options.it.adoc @@ -1315,43 +1315,43 @@ ** valore predefinito: `+on+` * [[option_weechat.signal.sighup]] *weechat.signal.sighup* -** descrizione: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: content is evaluated, see /help eval)] +** descrizione: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+"${if:${info:weechat_headless}?/reload:/quit -yes}"+` * [[option_weechat.signal.sigquit]] *weechat.signal.sigquit* -** descrizione: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: content is evaluated, see /help eval)] +** descrizione: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+"/quit -yes"+` * [[option_weechat.signal.sigterm]] *weechat.signal.sigterm* -** descrizione: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: content is evaluated, see /help eval)] +** descrizione: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+"/quit -yes"+` * [[option_weechat.signal.sigusr1]] *weechat.signal.sigusr1* -** descrizione: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: content is evaluated, see /help eval)] +** descrizione: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` * [[option_weechat.signal.sigusr2]] *weechat.signal.sigusr2* -** descrizione: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: content is evaluated, see /help eval)] +** descrizione: pass:none[command to execute when the signal is received, multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` * [[option_weechat.startup.command_after_plugins]] *weechat.startup.command_after_plugins* -** descrizione: pass:none[comando eseguito all'avvio di WeeChat, dopo il caricamento dei plugin (nota: il contenuto viene valutato, consultare /help eval)] +** descrizione: pass:none[command executed when WeeChat starts, after loading plugins; multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` * [[option_weechat.startup.command_before_plugins]] *weechat.startup.command_before_plugins* -** descrizione: pass:none[comando eseguito all'avvio di WeeChat, prima del caricamento dei plugin (nota: il contenuto viene valutato, consultare /help eval)] +** descrizione: pass:none[command executed when WeeChat starts, before loading plugins; multiple commands can be separated by semicolons (note: commands are evaluated, see /help eval)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` @@ -2677,7 +2677,7 @@ ** valore predefinito: `+message+` * [[option_irc.server_default.command]] *irc.server_default.command* -** descrizione: pass:none[command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] +** descrizione: pass:none[command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: commands are evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` |