summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-26 13:28:29 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-26 13:28:29 +0100
commitd129b39b861be18587182218a90851aee6215974 (patch)
tree3e62db94ee23570796c6fde765233c574f633785
parentee5819239db0af66298a5a022a891af86672929d (diff)
downloadweechat-d129b39b861be18587182218a90851aee6215974.zip
doc: use command /script in question about installation of scripts (FAQ)
-rw-r--r--doc/de/weechat_faq.de.txt19
-rw-r--r--doc/en/weechat_faq.en.txt14
-rw-r--r--doc/fr/weechat_faq.fr.txt16
-rw-r--r--doc/it/weechat_faq.it.txt16
-rw-r--r--doc/ja/weechat_faq.ja.txt16
-rw-r--r--doc/pl/weechat_faq.pl.txt16
6 files changed, 35 insertions, 62 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt
index 545f81514..5ae5d612d 100644
--- a/doc/de/weechat_faq.de.txt
+++ b/doc/de/weechat_faq.de.txt
@@ -687,20 +687,15 @@ Um dies zu beheben muss folgendes konfiguriert werden:
/plugin autoload
----
-[[load_scripts]]
-=== Wie kann ich Perl/Python/Ruby/Lua/Tcl Skripten laden und sind Skripten von anderen IRC-Clients kompatibel?
-
-Die Skripten für WeeChat sind mit anderer IRC-Clients nicht kompatibel und vice versa.
-
-Um Skripten zu laden nutze den Befehl für die jeweilige Skriptsprache:
-`/perl`, `/python`, `/ruby`, `/lua` und `/tcl`
+// TRANSLATION MISSING
+[[install_scripts]]
+=== How can I install scripts? Are scripts compatible with other IRC clients?
-Anmerkung:
+// TRANSLATION MISSING
+You can use the command `/script` to install and manage scripts
+(see `/help script` for help).
-* Voreingestellter Pfad der Skripten: '~/.weechat/<Skriptsprache>/'
-* Skripten die sich im Verzeichnis '~/.weechat/<Skriptsprache>/autoload/' befinden werden
- beim Start von WeeChat automatisch geladen.
-* Eine 'tcl' Erweiterung ist ab Version ≥ 0.3.0 verfügbar.
+Die Skripten für WeeChat sind mit anderer IRC-Clients nicht kompatibel und vice versa.
[[settings]]
== Einstellungen
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt
index ae99bdd92..a12f4019c 100644
--- a/doc/en/weechat_faq.en.txt
+++ b/doc/en/weechat_faq.en.txt
@@ -647,20 +647,14 @@ You must set that up:
/plugin autoload
----
-[[load_scripts]]
-=== How can I load Perl/Python/Ruby/Lua/Tcl scripts? Are scripts compatible with other IRC clients?
+[[install_scripts]]
+=== How can I install scripts? Are scripts compatible with other IRC clients?
-You can use the commands `/perl`, `/python`, `/ruby`, `/lua` and `/tcl` to load
-scripts (default path for scripts is '~/.weechat/<language>/').
+You can use the command `/script` to install and manage scripts
+(see `/help script` for help).
Scripts are not compatible with other IRC clients.
-Notes:
-
-* scripts in '~/.weechat/<language>/autoload/' are automatically loaded when
- WeeChat is starting up.
-* a 'tcl' plugin is available with version ≥ 0.3.0.
-
[[settings]]
== Settings
diff --git a/doc/fr/weechat_faq.fr.txt b/doc/fr/weechat_faq.fr.txt
index 2ddd5ed1c..67c843515 100644
--- a/doc/fr/weechat_faq.fr.txt
+++ b/doc/fr/weechat_faq.fr.txt
@@ -677,20 +677,16 @@ Vous devez configurer ça :
/plugin autoload
----
-[[load_scripts]]
-=== Comment puis-je charger des scripts Perl/Python/Ruby/Lua/Tcl ? Les scripts sont-ils compatibles avec d'autres clients IRC ?
+// TRANSLATION MISSING
+[[install_scripts]]
+=== Comment puis-je installer des scripts ? Les scripts sont-ils compatibles avec d'autres clients IRC ?
-Les commandes `/perl`, `/python`, `/ruby`, `/lua` et `/tcl` permettent de
-charger les scripts (le chemin par défaut est '~/.weechat/<langage>/').
+// TRANSLATION MISSING
+Vous pouvez utiliser la commande `/script` pour installer et gérer les scripts
+(voir `/help script` pour de l'aide).
Les scripts ne sont pas compatibles avec d'autres clients IRC.
-Notes :
-
-* les scripts dans '~/.weechat/<langage>/autoload/' sont automatiquement chargés
- par WeeChat lorsqu'il démarre.
-* l'extension 'tcl' est disponible à partir de la version 0.3.0.
-
[[settings]]
== Réglages
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt
index a261d3dfe..532981c3d 100644
--- a/doc/it/weechat_faq.it.txt
+++ b/doc/it/weechat_faq.it.txt
@@ -673,20 +673,16 @@ Si deve impostare in questo modo:
/plugin autoload
----
-[[load_scripts]]
-=== Come posso caricare gli script Perl/Python/Ruby/Lua/Tcl? Sono compatibili con gli altri client IRC?
+// TRANSLATION MISSING
+[[install_scripts]]
+=== How can I install scripts? Are scripts compatible with other IRC clients?
-Si possono utilizzare i comandi `/perl`, `/python`, `/ruby`, `/lua` and `/tcl`
-per caricare gli script (il path predefinito per gli script è '~/.weechat/<linguaggio>/').
+// TRANSLATION MISSING
+You can use the command `/script` to install and manage scripts
+(see `/help script` for help).
Gli script non sono compatibili con altri client IRC.
-Note:
-
-* gli script in '~/.weechat/<linguaggio>/autoload/' sono caricati automaticamente
- all'avvio di WeeChat.
-* è disponibile un plugin 'tcl' con la versione ≥ 0.3.0.
-
[[settings]]
== Impostazioni
diff --git a/doc/ja/weechat_faq.ja.txt b/doc/ja/weechat_faq.ja.txt
index 77d72aec0..4242ca2e4 100644
--- a/doc/ja/weechat_faq.ja.txt
+++ b/doc/ja/weechat_faq.ja.txt
@@ -650,20 +650,16 @@ OpenBSD では、プラグインファイル名の末尾が ".so.0.0" です (Li
/plugin autoload
----
-[[load_scripts]]
-=== どうすれば Perl/Python/Ruby/Lua/Tcl スクリプトをロードできますか。スクリプトは他の IRC クライアントのものと互換性がありますか。
+// TRANSLATION MISSING
+[[install_scripts]]
+=== How can I install scripts? Are scripts compatible with other IRC clients?
-`/perl` 、`/python` 、`/ruby` 、`/lua` 、`/tcl` コマンドを使ってスクリプトをロードしてください
-(スクリプトのデフォルトパスは '~/.weechat/<language>/' )。
+// TRANSLATION MISSING
+You can use the command `/script` to install and manage scripts
+(see `/help script` for help).
スクリプトは他の IRC クライアントのものと互換性がありません。
-注意:
-
-* '~/.weechat/<language>/autoload/' の中にあるスクリプトは
- WeeChat の起動時に自動的にロードされます。
-* 'tcl' プラグインはバージョン 0.3.0 以上で利用できます。
-
[[settings]]
== 設定
diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt
index 15f4f0996..d854ee149 100644
--- a/doc/pl/weechat_faq.pl.txt
+++ b/doc/pl/weechat_faq.pl.txt
@@ -655,20 +655,16 @@ Musisz ustawić:
/plugin autoload
----
-[[load_scripts]]
-=== Jak załadować skrypty Perl/Python/Ruby/Lua/Tcl? Czy skrypty są kompatybilne z innymi klientami IRC?
+// TRANSLATION MISSING
+[[install_scripts]]
+=== How can I install scripts? Are scripts compatible with other IRC clients?
-Możesz użyć komend `/perl`, `/python`, `/ruby`, `/lua` oraz `/tcl`, aby załadować
-skrypt (domyślna lokalizacja skryptów to '~/.weechat/<język>/').
+// TRANSLATION MISSING
+You can use the command `/script` to install and manage scripts
+(see `/help script` for help).
Skrypty nie są kompatybilne z innymi klientami IRC.
-Uwagi:
-
-* skrypty w '~/.weechat/<język>/autoload/' są automatycznie ładowane przy
- uruchomieniu WeeChat.
-* wtyczka 'tcl' jest dostępna dla wersji ≥ 0.3.0.
-
[[settings]]
== Ustawienia