diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-28 16:11:51 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-28 16:11:51 +0200 |
commit | df7b14e41ce30d78608b6ae2aef95951d1f1fcc2 (patch) | |
tree | ffd7599ba3a710cbde6589a2ead209c6b69dd235 /doc | |
parent | 5073048428b51f30a800ef0aa4531908a58a0095 (diff) | |
download | weechat-df7b14e41ce30d78608b6ae2aef95951d1f1fcc2.zip |
script: add option "script.look.display_source" (display source code with detail of script, enabled by default)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/script_options.txt | 5 | ||||
-rw-r--r-- | doc/en/autogen/user/script_options.txt | 5 | ||||
-rw-r--r-- | doc/fr/autogen/user/script_options.txt | 5 | ||||
-rw-r--r-- | doc/it/autogen/user/script_options.txt | 5 | ||||
-rw-r--r-- | doc/ja/autogen/user/script_options.txt | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/doc/de/autogen/user/script_options.txt b/doc/de/autogen/user/script_options.txt index 8e670ef06..4d7426409 100644 --- a/doc/de/autogen/user/script_options.txt +++ b/doc/de/autogen/user/script_options.txt @@ -133,6 +133,11 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"%s %n %V %v %u | %d | %t"`) +* [[option_script.look.display_source]] *script.look.display_source* +** Beschreibung: `display source code of script on buffer with detail on a script (script is downloaded in a temporary file when detail on script is displayed)` +** Typ: boolesch +** Werte: on, off (Standardwert: `on`) + * [[option_script.look.quiet_actions]] *script.look.quiet_actions* ** Beschreibung: `quiet actions on script buffer: do not display messages on core buffer when scripts are installed/removed/loaded/unloaded (only errors are displayed)` ** Typ: boolesch diff --git a/doc/en/autogen/user/script_options.txt b/doc/en/autogen/user/script_options.txt index 9a3c2ff19..688e198e9 100644 --- a/doc/en/autogen/user/script_options.txt +++ b/doc/en/autogen/user/script_options.txt @@ -133,6 +133,11 @@ ** type: string ** values: any string (default value: `"%s %n %V %v %u | %d | %t"`) +* [[option_script.look.display_source]] *script.look.display_source* +** description: `display source code of script on buffer with detail on a script (script is downloaded in a temporary file when detail on script is displayed)` +** type: boolean +** values: on, off (default value: `on`) + * [[option_script.look.quiet_actions]] *script.look.quiet_actions* ** description: `quiet actions on script buffer: do not display messages on core buffer when scripts are installed/removed/loaded/unloaded (only errors are displayed)` ** type: boolean diff --git a/doc/fr/autogen/user/script_options.txt b/doc/fr/autogen/user/script_options.txt index a4cddb3b7..8379fdd26 100644 --- a/doc/fr/autogen/user/script_options.txt +++ b/doc/fr/autogen/user/script_options.txt @@ -133,6 +133,11 @@ ** type: chaîne ** valeurs: toute chaîne (valeur par défaut: `"%s %n %V %v %u | %d | %t"`) +* [[option_script.look.display_source]] *script.look.display_source* +** description: `afficher le code source du script sur le tampon avec le détail sur le script (le script est téléchargé dans un fichier temporaire lorsque le détail du script est affiché)` +** type: booléen +** valeurs: on, off (valeur par défaut: `on`) + * [[option_script.look.quiet_actions]] *script.look.quiet_actions* ** description: `actions silencieuses sur le tampon script: ne pas afficher de messages sur le tampon "core" quand les scripts sont installés/supprimés/chargés/déchargés (seules les erreurs sont affichées)` ** type: booléen diff --git a/doc/it/autogen/user/script_options.txt b/doc/it/autogen/user/script_options.txt index 3444b7941..d80f86ead 100644 --- a/doc/it/autogen/user/script_options.txt +++ b/doc/it/autogen/user/script_options.txt @@ -133,6 +133,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"%s %n %V %v %u | %d | %t"`) +* [[option_script.look.display_source]] *script.look.display_source* +** descrizione: `display source code of script on buffer with detail on a script (script is downloaded in a temporary file when detail on script is displayed)` +** tipo: bool +** valori: on, off (valore predefinito: `on`) + * [[option_script.look.quiet_actions]] *script.look.quiet_actions* ** descrizione: `quiet actions on script buffer: do not display messages on core buffer when scripts are installed/removed/loaded/unloaded (only errors are displayed)` ** tipo: bool diff --git a/doc/ja/autogen/user/script_options.txt b/doc/ja/autogen/user/script_options.txt index 7535233af..64d4dcf4a 100644 --- a/doc/ja/autogen/user/script_options.txt +++ b/doc/ja/autogen/user/script_options.txt @@ -133,6 +133,11 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"%s %n %V %v %u | %d | %t"`) +* [[option_script.look.display_source]] *script.look.display_source* +** 説明: `display source code of script on buffer with detail on a script (script is downloaded in a temporary file when detail on script is displayed)` +** タイプ: ブール +** 値: on, off (デフォルト値: `on`) + * [[option_script.look.quiet_actions]] *script.look.quiet_actions* ** 説明: `quiet actions on script buffer: do not display messages on core buffer when scripts are installed/removed/loaded/unloaded (only errors are displayed)` ** タイプ: ブール |