diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_scripting.de.txt | 21 | ||||
-rw-r--r-- | doc/en/weechat_scripting.en.txt | 17 | ||||
-rw-r--r-- | doc/fr/weechat_scripting.fr.txt | 18 | ||||
-rw-r--r-- | doc/it/weechat_scripting.it.txt | 20 | ||||
-rw-r--r-- | doc/ja/weechat_scripting.ja.txt | 20 | ||||
-rw-r--r-- | doc/pl/weechat_scripting.pl.txt | 20 |
6 files changed, 109 insertions, 7 deletions
diff --git a/doc/de/weechat_scripting.de.txt b/doc/de/weechat_scripting.de.txt index 6712b53c3..832983b42 100644 --- a/doc/de/weechat_scripting.de.txt +++ b/doc/de/weechat_scripting.de.txt @@ -163,8 +163,20 @@ weechat::print "" "Hallo, von einem tcl Skript!" Laden von Skripten ~~~~~~~~~~~~~~~~~~ -Der Befehl zum Laden von Skripten ist davon abhängig welche Skriptsprache -genutzt werden soll: +// TRANSLATION MISSING +It is recommended to use the "script" plugin to load scripts, for example: + +---------------------------------------- +/script load script.py +/script load script.pl +/script load script.rb +/script load script.lua +/script load script.tcl +/script load script.scm +---------------------------------------- + +// TRANSLATION MISSING +Each language has also its own command: ---------------------------------------- /python load python/skript.py @@ -185,6 +197,11 @@ $ cd ~/.weechat/python/autoload $ ln -s ../script.py ---------------------------------------- +// TRANSLATION MISSING +[NOTE] +When installing a script with command `/script install` the link in 'autoload' +directory is automatically created. + [[differences_with_c_api]] Unterschiede zur C API ---------------------- diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt index ea8a93740..f1d88c0a4 100644 --- a/doc/en/weechat_scripting.en.txt +++ b/doc/en/weechat_scripting.en.txt @@ -163,7 +163,18 @@ weechat::print "" "Hello, from tcl script!" Load script ~~~~~~~~~~~ -You have to use command, depending on language: +It is recommended to use the "script" plugin to load scripts, for example: + +---------------------------------------- +/script load script.py +/script load script.pl +/script load script.rb +/script load script.lua +/script load script.tcl +/script load script.scm +---------------------------------------- + +Each language has also its own command: ---------------------------------------- /python load python/script.py @@ -184,6 +195,10 @@ $ cd ~/.weechat/python/autoload $ ln -s ../script.py ---------------------------------------- +[NOTE] +When installing a script with command `/script install` the link in 'autoload' +directory is automatically created. + [[differences_with_c_api]] Differences with C API ---------------------- diff --git a/doc/fr/weechat_scripting.fr.txt b/doc/fr/weechat_scripting.fr.txt index f531a4d2e..63c79eb22 100644 --- a/doc/fr/weechat_scripting.fr.txt +++ b/doc/fr/weechat_scripting.fr.txt @@ -165,7 +165,19 @@ weechat::print "" "Bonjour, du script tcl !" Chargement du script ~~~~~~~~~~~~~~~~~~~~ -Vous devez utiliser la commande, dépendant du langage : +Il est recommandé d'utiliser le plugin "script" pour charger les scripts, +par exemple : + +---------------------------------------- +/script load script.py +/script load script.pl +/script load script.rb +/script load script.lua +/script load script.tcl +/script load script.scm +---------------------------------------- + +Chaque langage a également sa propre commande : ---------------------------------------- /python load python/script.py @@ -186,6 +198,10 @@ $ cd ~/.weechat/python/autoload $ ln -s ../script.py ---------------------------------------- +[NOTE] +Lors de l'installation d'un script avec la commande `/script install` le lien +dans le répertoire 'autoload' est automatiquement créé. + [[differences_with_c_api]] Différences avec l'API C ------------------------ diff --git a/doc/it/weechat_scripting.it.txt b/doc/it/weechat_scripting.it.txt index b28bd4f84..3c020653a 100644 --- a/doc/it/weechat_scripting.it.txt +++ b/doc/it/weechat_scripting.it.txt @@ -165,7 +165,20 @@ weechat::print "" "Hello, from tcl script!" Caricare uno script ~~~~~~~~~~~~~~~~~~~ -Il comando da utilizzare, in base al linguaggio: +// TRANSLATION MISSING +It is recommended to use the "script" plugin to load scripts, for example: + +---------------------------------------- +/script load script.py +/script load script.pl +/script load script.rb +/script load script.lua +/script load script.tcl +/script load script.scm +---------------------------------------- + +// TRANSLATION MISSING +Each language has also its own command: ---------------------------------------- /python load python/script.py @@ -186,6 +199,11 @@ $ cd ~/.weechat/python/autoload $ ln -s ../script.py ---------------------------------------- +// TRANSLATION MISSING +[NOTE] +When installing a script with command `/script install` the link in 'autoload' +directory is automatically created. + [[differences_with_c_api]] Differenze con le API in C -------------------------- diff --git a/doc/ja/weechat_scripting.ja.txt b/doc/ja/weechat_scripting.ja.txt index 8234fe4b9..ca25206e4 100644 --- a/doc/ja/weechat_scripting.ja.txt +++ b/doc/ja/weechat_scripting.ja.txt @@ -152,7 +152,20 @@ weechat::print "" "Hello, from tcl script!" [[load_script]] === スクリプトのロード === -スクリプト言語毎に異なる別のコマンドを使ってください: +// TRANSLATION MISSING +It is recommended to use the "script" plugin to load scripts, for example: + +---------------------------------------- +/script load script.py +/script load script.pl +/script load script.rb +/script load script.lua +/script load script.tcl +/script load script.scm +---------------------------------------- + +// TRANSLATION MISSING +Each language has also its own command: ---------------------------------------- /python load python/script.py @@ -173,6 +186,11 @@ $ cd ~/.weechat/python/autoload $ ln -s ../script.py ---------------------------------------- +// TRANSLATION MISSING +[NOTE] +When installing a script with command `/script install` the link in 'autoload' +directory is automatically created. + [[differences_with_c_api]] == C API との違い == diff --git a/doc/pl/weechat_scripting.pl.txt b/doc/pl/weechat_scripting.pl.txt index d0b9de721..ad89fd67f 100644 --- a/doc/pl/weechat_scripting.pl.txt +++ b/doc/pl/weechat_scripting.pl.txt @@ -163,7 +163,20 @@ weechat::print "" "Witaj ze skryptu tcl!" Ładowanie skryptu ~~~~~~~~~~~~~~~~~ -Musisz użyć komendy dla danego języka: +// TRANSLATION MISSING +It is recommended to use the "script" plugin to load scripts, for example: + +---------------------------------------- +/script load script.py +/script load script.pl +/script load script.rb +/script load script.lua +/script load script.tcl +/script load script.scm +---------------------------------------- + +// TRANSLATION MISSING +Each language has also its own command: ---------------------------------------- /python load python/skrypt.py @@ -184,6 +197,11 @@ $ cd ~/.weechat/python/autoload $ ln -s ../skrypt.py ---------------------------------------- +// TRANSLATION MISSING +[NOTE] +When installing a script with command `/script install` the link in 'autoload' +directory is automatically created. + [[differences_with_c_api]] Różnice pomiędzy API dla C -------------------------- |