diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-08 19:25:56 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-08 19:25:56 +0200 |
commit | c962bb32f9a81e52cf67d13c18c5639fe8222dbf (patch) | |
tree | 5625e6ff9be23f3e788efeb484966ec888bf0335 /doc | |
parent | 21e51d930dd7870a20a7ca7f8df03c762cadbd4f (diff) | |
download | weechat-c962bb32f9a81e52cf67d13c18c5639fe8222dbf.zip |
core: add option weechat.network.proxy_curl (task #12651)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_options.txt | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index ad7b9f3ac..929193bd7 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -798,6 +798,11 @@ ** Typ: integer ** Werte: 1 .. 2147483647 (Standardwert: `30`) +* [[option_weechat.network.proxy_curl]] *weechat.network.proxy_curl* +** Beschreibung: `name of proxy used for download of URLs with Curl (used to download list of scripts and in scripts calling function hook_process); the proxy must be defined with command /proxy` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `""`) + * [[option_weechat.plugin.autoload]] *weechat.plugin.autoload* ** Beschreibung: `durch Kommata getrennte Liste der Erweiterungen, die beim Programmstart automatisch geladen werden sollen; "*" lädt alle vorhandenen Erweiterungen. Beginnt der Name hingegen mit "!" wird die Erweiterung nicht geladen. Suchmuster können mit einem Joker ("*") beginnen oder enden um mehrere Erweiterungen zu laden (Beispiele: "*" oder "*,!lua,!tcl")` ** Typ: Zeichenkette diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 2bfed3186..c6ccc5fb8 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -798,6 +798,11 @@ ** type: integer ** values: 1 .. 2147483647 (default value: `30`) +* [[option_weechat.network.proxy_curl]] *weechat.network.proxy_curl* +** description: `name of proxy used for download of URLs with Curl (used to download list of scripts and in scripts calling function hook_process); the proxy must be defined with command /proxy` +** type: string +** values: any string (default value: `""`) + * [[option_weechat.plugin.autoload]] *weechat.plugin.autoload* ** description: `comma separated list of plugins to load automatically at startup, "*" means all plugins found, a name beginning with "!" is a negative value to prevent a plugin from being loaded, names can start or end with "*" to match several plugins (examples: "*" or "*,!lua,!tcl")` ** type: string diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt index 3924a0238..3221a9efe 100644 --- a/doc/fr/autogen/user/weechat_options.txt +++ b/doc/fr/autogen/user/weechat_options.txt @@ -798,6 +798,11 @@ ** type: entier ** valeurs: 1 .. 2147483647 (valeur par défaut: `30`) +* [[option_weechat.network.proxy_curl]] *weechat.network.proxy_curl* +** description: `nom du proxy utilisé pour télécharger les URLs avec Curl (utilisé pour télécharger la liste des scripts et dans les scripts appelant la fonction hook_process); le proxy doit être défini avec la commande /proxy` +** type: chaîne +** valeurs: toute chaîne (valeur par défaut: `""`) + * [[option_weechat.plugin.autoload]] *weechat.plugin.autoload* ** description: `liste des extensions à charger automatiquement au démarrage (séparées par des virgules), "*" signifie toutes les extensions trouvées, un nom commençant par "!" est une valeur négative pour empêcher une extension d'être chargée, les noms peuvent commencer ou se terminer par "*" pour indiquer plusieurs extensions (exemples: "*" ou "*,!lua,!tcl")` ** type: chaîne diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 446088e9b..05286758f 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -798,6 +798,11 @@ ** tipo: intero ** valori: 1 .. 2147483647 (valore predefinito: `30`) +* [[option_weechat.network.proxy_curl]] *weechat.network.proxy_curl* +** descrizione: `name of proxy used for download of URLs with Curl (used to download list of scripts and in scripts calling function hook_process); the proxy must be defined with command /proxy` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `""`) + * [[option_weechat.plugin.autoload]] *weechat.plugin.autoload* ** descrizione: `elenco separato da virgole di plugin da caricare automaticamente all'avvio, "*" equivale a tutti i plugin trovati. un nome che comincia con "!" è un valore negativo per impedire il caricamento di un plugin, i nomi possono iniziare o finire con "*" per corrispondere a più plugin (esempi: "*" oppure "*,!lua,!tcl")` ** tipo: stringa diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt index 3ecdec1ff..179920633 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -798,6 +798,11 @@ ** タイプ: 整数 ** 値: 1 .. 2147483647 (デフォルト値: `30`) +* [[option_weechat.network.proxy_curl]] *weechat.network.proxy_curl* +** 説明: `name of proxy used for download of URLs with Curl (used to download list of scripts and in scripts calling function hook_process); the proxy must be defined with command /proxy` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `""`) + * [[option_weechat.plugin.autoload]] *weechat.plugin.autoload* ** 説明: `スタートアップ時にロードするプラグインのコンマ区切りリスト、"*" は見つかった全てのプラグイン、"!" から始まる名前はロードしないプラグイン、"*" から始まるか終わるかした場合はマッチする複数のプラグイン (例: "*" または "*,!lua,!tcl")` ** タイプ: 文字列 |