diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_dev.en.txt | 7 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.txt | 7 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.txt | 9 |
3 files changed, 23 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.txt b/doc/en/weechat_dev.en.txt index 276f4bb1c..f48abc11c 100644 --- a/doc/en/weechat_dev.en.txt +++ b/doc/en/weechat_dev.en.txt @@ -54,6 +54,7 @@ The main WeeChat directories are: | alias/ | Alias plugin | aspell/ | Aspell plugin | charset/ | Charset plugin +| exec/ | Exec plugin | fifo/ | Fifo plugin (FIFO pipe used to remotely send commands to WeeChat) | irc/ | IRC (Internet Relay Chat) plugin | logger/ | Logger plugin (write messages displayed to files) @@ -172,6 +173,12 @@ WeeChat "core" is located in following directories: | weechat-aspell-speller.c | Spellers management | charset/ | Charset plugin | charset.c | Charset functions +| exec/ | Exec plugin +| exec.c | Main exec functions +| exec-buffer.c | Exec buffer +| exec-command.c | Exec commands +| exec-completion.c | Exec completions +| exec-config.c | Exec config options (file exec.conf) | fifo/ | Fifo plugin | fifo.c | Main fifo functions | fifo-info.c | Fifo info/infolists/hdata diff --git a/doc/fr/weechat_dev.fr.txt b/doc/fr/weechat_dev.fr.txt index 349ef855f..b8c11557d 100644 --- a/doc/fr/weechat_dev.fr.txt +++ b/doc/fr/weechat_dev.fr.txt @@ -55,6 +55,7 @@ Les répertoires principaux de WeeChat sont : | alias/ | Extension Alias | aspell/ | Extension Aspell | charset/ | Extension Charset +| exec/ | Extension Exec | fifo/ | Extension Fifo (tube FIFO utilisé pour envoyer des commandes à WeeChat) | irc/ | Extension IRC (Internet Relay Chat) | logger/ | Extension Logger (enregistrer les messages affichés dans des fichiers) @@ -173,6 +174,12 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | weechat-aspell-speller.c | Gestion des correcteurs orthographiques | charset/ | Extension Charset | charset.c | Fonctions pour Charset +| exec/ | Extension Exec +| exec.c | Fonctions principales de Exec +| exec-buffer.c | Tampon Exec +| exec-command.c | Commandes pour Exec +| exec-completion.c | Complétions pour Exec +| exec-config.c | Options de configuration pour Exec (fichier exec.conf) | fifo/ | Extension Fifo | fifo.c | Fonctions principales de Fifo | fifo-info.c | Info/infolists/hdata pour Fifo diff --git a/doc/ja/weechat_dev.ja.txt b/doc/ja/weechat_dev.ja.txt index 61352c141..5baf65fce 100644 --- a/doc/ja/weechat_dev.ja.txt +++ b/doc/ja/weechat_dev.ja.txt @@ -54,6 +54,8 @@ WeeChat の主要なリポジトリは 2 つあります: | alias/ | alias プラグイン | aspell/ | aspell プラグイン | charset/ | charset プラグイン +// TRANSLATION MISSING +| exec/ | Exec plugin | fifo/ | fifo プラグイン (WeeChat にコマンドを送信する FIFO パイプ) | irc/ | IRC (Internet Relay Chat) プラグイン | logger/ | logger プラグイン (表示されたメッセージをファイルに書き込む) @@ -173,6 +175,13 @@ WeeChat "core" は以下のディレクトリに配置されています: | weechat-aspell-speller.c | スペルチェッカ管理 | charset/ | charset プラグイン | charset.c | charset 関数 +// TRANSLATION MISSING +| exec/ | Exec plugin +| exec.c | Main exec functions +| exec-buffer.c | Exec buffer +| exec-command.c | Exec commands +| exec-completion.c | Exec completions +| exec-config.c | Exec config options (file exec.conf) | fifo/ | fifo プラグイン | fifo.c | fifo の主要関数 | fifo-info.c | fifo の情報/インフォリスト/hdata |