diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-16 12:32:41 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-16 12:32:41 +0200 |
commit | e211cdad5460d4a2b2afd01744a8230b56a6ff3d (patch) | |
tree | 00904a182cae809371bbcd8fef4c7adba37dff7b /doc/it/autogen | |
parent | 4a96c0ad8b724e5eb5f62875ecc2ae8f1253f8db (diff) | |
download | weechat-e211cdad5460d4a2b2afd01744a8230b56a6ff3d.zip |
script: add option script.look.translate_description
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/script_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/user/script_options.txt b/doc/it/autogen/user/script_options.txt index d5154a591..5baed43cd 100644 --- a/doc/it/autogen/user/script_options.txt +++ b/doc/it/autogen/user/script_options.txt @@ -138,6 +138,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"p,n"`) +* [[option_script.look.translate_description]] *script.look.translate_description* +** descrizione: `translate description of scripts (if translation is available in your language, otherwise english version is used)` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + * [[option_script.scripts.cache_expire]] *script.scripts.cache_expire* ** descrizione: `local cache expiration time, in minutes (-1 = never expires, 0 = always expire)` ** tipo: intero |