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 | |
parent | 4a96c0ad8b724e5eb5f62875ecc2ae8f1253f8db (diff) | |
download | weechat-e211cdad5460d4a2b2afd01744a8230b56a6ff3d.zip |
script: add option script.look.translate_description
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 e7424911b..f5f3ddb48 100644 --- a/doc/de/autogen/user/script_options.txt +++ b/doc/de/autogen/user/script_options.txt @@ -138,6 +138,11 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"p,n"`) +* [[option_script.look.translate_description]] *script.look.translate_description* +** Beschreibung: `translate description of scripts (if translation is available in your language, otherwise english version is used)` +** Typ: boolesch +** Werte: on, off (Standardwert: `on`) + * [[option_script.scripts.cache_expire]] *script.scripts.cache_expire* ** Beschreibung: `local cache expiration time, in minutes (-1 = never expires, 0 = always expire)` ** Typ: integer diff --git a/doc/en/autogen/user/script_options.txt b/doc/en/autogen/user/script_options.txt index 8f83803b1..f5a61dd47 100644 --- a/doc/en/autogen/user/script_options.txt +++ b/doc/en/autogen/user/script_options.txt @@ -138,6 +138,11 @@ ** type: string ** values: any string (default value: `"p,n"`) +* [[option_script.look.translate_description]] *script.look.translate_description* +** description: `translate description of scripts (if translation is available in your language, otherwise english version is used)` +** type: boolean +** values: on, off (default value: `on`) + * [[option_script.scripts.cache_expire]] *script.scripts.cache_expire* ** description: `local cache expiration time, in minutes (-1 = never expires, 0 = always expire)` ** type: integer diff --git a/doc/fr/autogen/user/script_options.txt b/doc/fr/autogen/user/script_options.txt index 1ebe7639c..fc0ac1af6 100644 --- a/doc/fr/autogen/user/script_options.txt +++ b/doc/fr/autogen/user/script_options.txt @@ -138,6 +138,11 @@ ** type: chaîne ** valeurs: toute chaîne (valeur par défaut: `"p,n"`) +* [[option_script.look.translate_description]] *script.look.translate_description* +** description: `traduire la description des scripts (si une traduction est disponible dans votre langue, sinon la version anglaise est utilisée)` +** type: booléen +** valeurs: on, off (valeur par défaut: `on`) + * [[option_script.scripts.cache_expire]] *script.scripts.cache_expire* ** description: `temps d'expiration du cache local, en minutes (-1 = n'expire jamais, 0 = expire toujours)` ** type: entier 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 diff --git a/doc/ja/autogen/user/script_options.txt b/doc/ja/autogen/user/script_options.txt index 68f19ad1e..21a1de21f 100644 --- a/doc/ja/autogen/user/script_options.txt +++ b/doc/ja/autogen/user/script_options.txt @@ -138,6 +138,11 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"p,n"`) +* [[option_script.look.translate_description]] *script.look.translate_description* +** 説明: `translate description of scripts (if translation is available in your language, otherwise english version is used)` +** タイプ: ブール +** 値: on, off (デフォルト値: `on`) + * [[option_script.scripts.cache_expire]] *script.scripts.cache_expire* ** 説明: `local cache expiration time, in minutes (-1 = never expires, 0 = always expire)` ** タイプ: 整数 |