diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index ebfcff77a..fdcb1c329 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -8122,7 +8122,7 @@ The callback will do following actions when receiving signal: . create link to new script in directory '~/.weechat/xxx/autoload/' . load new script -These signals are used by script 'weeget.py' to install scripts. +These signals are used by 'script' plugin to install scripts. Argument is a string with path to script to install. @@ -8155,7 +8155,7 @@ Five signals can be sent to remove list of scripts, according to language: For each script in list, the callback will unload then remove script. -These signals are used by script 'weeget.py' to remove scripts. +These signals are used by 'script' plugin to remove scripts. Argument is a string with comma-separated list of script to remove (script is name without path, for example 'script.py'). diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index c752c1036..3ae6af74f 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -8255,7 +8255,7 @@ Le "callback" effectuera les actions suivantes lorsqu'il recevra le signal : '~/.weechat/xxx/autoload/' . chargement du nouveau script -Ces signaux sont utilisés par le script 'weeget.py' pour installer des scripts. +Ces signaux sont utilisés par l'extension 'script' pour installer des scripts. Le paramètre est une chaîne avec le chemin vers le script à installer. @@ -8290,7 +8290,7 @@ langage : Pour chaque script dans la liste, le "callback" déchargera et supprimera le script. -Ces signaux sont utilisés par le script 'weeget.py' pour supprimer des scripts. +Ces signaux sont utilisés par l'extension 'script' pour supprimer des scripts. Le paramètre est une chaîne avec une liste de scripts à supprimer (séparés par des virgules, nom du script sans le chemin, par exemple 'script.py'). diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index d756f95fa..0cbe26703 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8298,8 +8298,8 @@ La callback compirà le seguenti azioni alla ricezione del segnale: . crea un link al nuovo script nella cartella '~/.weechat/xxx/autoload/' . carica il nuovo script -Questi segnali vengono usati dallo script 'weeget.py' per installare gli -script. +// TRANSLATION MISSING +These signals are used by 'script' plugin to install scripts. L'argomento è una stringa con il percorso dello script da installare. @@ -8333,8 +8333,8 @@ seconda del linguaggio: Per ogni script nella lista, la callback scaricherà e rimuoverà lo script. -Questi segnali vengono utilizzati dallo script 'weeget.py' per rimuovere gli -script. +// TRANSLATION MISSING +These signals are used by 'script' plugin to remove scripts. L'argomento è una stringa con una lista separata da virgole di script da rimuovere (script è il nome senza percorso, ad esempio 'script.py'). diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 9f0b5c912..dc5db30fc 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -8120,7 +8120,8 @@ weechat.hook_signal_send("logger_backlog", weechat.WEECHAT_HOOK_SIGNAL_POINTER, . 新しいスクリプトへのリンクをディレクトリ '~/.weechat/xxx/autoload/' に作成 . 新しいスクリプトを読み込む -スクリプト 'weeget.py' はスクリプトをインストールする際にこれらのシグナルを使っています。 +// TRANSLATION MISSING +These signals are used by 'script' plugin to install scripts. 引数はインストールするスクリプトのパスを収めた文字列です。 @@ -8153,7 +8154,8 @@ weechat.hook_signal_send("python_script_install", WEECHAT_HOOK_SIGNAL_STRING, リスト文字列に含まれるそれぞれのスクリプトについて、コールバックはスクリプトを再読み込みして削除します。 -スクリプト 'weeget.py' はスクリプトを削除する際にこれらのシグナルを使っています。 +// TRANSLATION MISSING +These signals are used by 'script' plugin to remove scripts. 引数は削除したいスクリプトのコンマ区切りリスト文字列です (パスを含まないスクリプトの名前を使います、例えば 'script.py').