diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 8175475ca..975d84cca 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -374,35 +374,36 @@ WeeChat "core" is located in following directories: [width="100%",cols="1m,3",options="header"] |=== -| Path/file | Description -| tests/ | Root of tests. -|    tests.cpp | Program used to run all tests. -|    scripts/ | Root of scripting API tests. -|       test-scripts.cpp | Program used to run the scripting API tests. -|       python/ | Python scripts to generate and run the scripting API tests. -|          testapigen.py | Python script generating scripts in all languages to test the scripting API. -|          testapi.py | Python script with scripting API tests, used by script testapigen.py. -|          unparse.py | Convert Python code to other languages, used by script testapigen.py. -|    unit/ | Root of unit tests. -|       test-plugins.cpp | Tests: plugins. -|       core/ | Root of unit tests for core. -|          test-core-arraylist.cpp | Tests: arraylists. -|          test-core-eval.cpp | Tests: evaluation of expressions. -|          test-core-hashtble.cpp | Tests: hashtables. -|          test-core-hdata.cpp | Tests: hdata. -|          test-core-hook.cpp | Tests: hooks. -|          test-core-infolist.cpp | Tests: infolists. -|          test-core-list.cpp | Tests: lists. -|          test-core-secure.cpp | Tests: secured data. -|          test-core-string.cpp | Tests: strings. -|          test-core-url.cpp | Tests: URLs. -|          test-core-utf8.cpp | Tests: UTF-8. -|          test-core-util.cpp | Tests: utility functions. -|       gui/ | Root of unit tests for interfaces. -|          test-gui-line.cpp | Tests: lines. -|       plugins/ | Root of unit tests for plugins. -|          irc/ | Root of unit tests for IRC plugin. -|             test-irc-config.cpp | Tests: IRC configuration. +| Path/file | Description +| tests/ | Root of tests. +|    tests.cpp | Program used to run all tests. +|    scripts/ | Root of scripting API tests. +|       test-scripts.cpp | Program used to run the scripting API tests. +|       python/ | Python scripts to generate and run the scripting API tests. +|          testapigen.py | Python script generating scripts in all languages to test the scripting API. +|          testapi.py | Python script with scripting API tests, used by script testapigen.py. +|          unparse.py | Convert Python code to other languages, used by script testapigen.py. +|    unit/ | Root of unit tests. +|       test-plugins.cpp | Tests: plugins. +|       core/ | Root of unit tests for core. +|          test-core-arraylist.cpp | Tests: arraylists. +|          test-core-eval.cpp | Tests: evaluation of expressions. +|          test-core-hashtble.cpp | Tests: hashtables. +|          test-core-hdata.cpp | Tests: hdata. +|          test-core-hook.cpp | Tests: hooks. +|          test-core-infolist.cpp | Tests: infolists. +|          test-core-list.cpp | Tests: lists. +|          test-core-secure.cpp | Tests: secured data. +|          test-core-string.cpp | Tests: strings. +|          test-core-url.cpp | Tests: URLs. +|          test-core-utf8.cpp | Tests: UTF-8. +|          test-core-util.cpp | Tests: utility functions. +|       gui/ | Root of unit tests for interfaces. +|          test-gui-line.cpp | Tests: lines. +|       plugins/ | Root of unit tests for plugins. +|          irc/ | Root of unit tests for IRC plugin. +|             test-irc-config.cpp | Tests: IRC configuration. +|             test-irc-protocol.cpp | Tests: IRC protocol. |=== diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index a2ccb6478..6f95a12b5 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -376,35 +376,36 @@ Le cœur de WeeChat est situé dans les répertoires suivants : [width="100%",cols="1m,3",options="header"] |=== -| Chemin/fichier | Description -| tests/ | Racine des tests. -|    tests.cpp | Programme utilisé pour lancer tous les tests. -|    scripts/ | Racine des tests de l'API script. -|       test-scripts.cpp | Programme utilisé pour lancer les tests de l'API script. -|       python/ | Scripts Python pour générer et lancer les tests de l'API script. -|          testapigen.py | Script Python générant des scripts dans tous les languages pour tester l'API script. -|          testapi.py | Script Python avec les tests API, utilisé par le script testapigen.py. -|          unparse.py | Conversion de code Python vers d'autres langages, utilisé par le script testapigen.py. -|    unit/ | Racine des tests unitaires. -|       test-plugins.cpp | Tests : extensions. -|       core/ | Racine des tests unitaires pour le cœur. -|          test-core-arraylist.cpp | Tests : listes avec tableau (« arraylists »). -|          test-core-eval.cpp | Tests : évaluation d'expressions. -|          test-core-hashtble.cpp | Tests : tables de hachage. -|          test-core-hdata.cpp | Tests : hdata. -|          test-core-hook.cpp | Tests : hooks. -|          test-core-infolist.cpp | Tests : infolists. -|          test-core-list.cpp | Tests : listes. -|          test-core-secure.cpp | Tests : données sécurisées. -|          test-core-string.cpp | Tests : chaînes. -|          test-core-url.cpp | Tests : URLs. -|          test-core-utf8.cpp | Tests : UTF-8. -|          test-core-util.cpp | Tests : fonctions utiles. -|       gui/ | Racine des tests unitaires pour les interfaces. -|          test-gui-line.cpp | Tests : lignes. -|       plugins/ | Racine des tests unitaires pour les extensions. -|          irc/ | Racine des tests unitaires pour l'extension IRC. -|             test-irc-config.cpp | Tests : configuration IRC. +| Chemin/fichier | Description +| tests/ | Racine des tests. +|    tests.cpp | Programme utilisé pour lancer tous les tests. +|    scripts/ | Racine des tests de l'API script. +|       test-scripts.cpp | Programme utilisé pour lancer les tests de l'API script. +|       python/ | Scripts Python pour générer et lancer les tests de l'API script. +|          testapigen.py | Script Python générant des scripts dans tous les languages pour tester l'API script. +|          testapi.py | Script Python avec les tests API, utilisé par le script testapigen.py. +|          unparse.py | Conversion de code Python vers d'autres langages, utilisé par le script testapigen.py. +|    unit/ | Racine des tests unitaires. +|       test-plugins.cpp | Tests : extensions. +|       core/ | Racine des tests unitaires pour le cœur. +|          test-core-arraylist.cpp | Tests : listes avec tableau (« arraylists »). +|          test-core-eval.cpp | Tests : évaluation d'expressions. +|          test-core-hashtble.cpp | Tests : tables de hachage. +|          test-core-hdata.cpp | Tests : hdata. +|          test-core-hook.cpp | Tests : hooks. +|          test-core-infolist.cpp | Tests : infolists. +|          test-core-list.cpp | Tests : listes. +|          test-core-secure.cpp | Tests : données sécurisées. +|          test-core-string.cpp | Tests : chaînes. +|          test-core-url.cpp | Tests : URLs. +|          test-core-utf8.cpp | Tests : UTF-8. +|          test-core-util.cpp | Tests : fonctions utiles. +|       gui/ | Racine des tests unitaires pour les interfaces. +|          test-gui-line.cpp | Tests : lignes. +|       plugins/ | Racine des tests unitaires pour les extensions. +|          irc/ | Racine des tests unitaires pour l'extension IRC. +|             test-irc-config.cpp | Tests : configuration IRC. +|             test-irc-protocol.cpp | Tests : protocole IRC. |=== [[documentation_translations]] diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index e00c4a5cc..eca34e89d 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -383,39 +383,40 @@ WeeChat "core" は以下のディレクトリに配置されています: [width="100%",cols="1m,3",options="header"] |=== -| パス/ファイル名 | 説明 -| tests/ | テスト用のルートディレクトリ -|    tests.cpp | 全テストの実行時に使われるプログラム -|    scripts/ | スクリプト API テスト用のルートディレクトリ -|       test-scripts.cpp | スクリプト API テストの実行時に使われるプログラム -|       python/ | スクリプト API テストを生成、実行する Python スクリプト -|          testapigen.py | スクリプト API のテスト時にすべての言語に関するスクリプトを生成する Python スクリプト -|          testapi.py | スクリプト API テスト時に使われる Python スクリプト (スクリプト testapigen.py から使われます) -|          unparse.py | Python コードを別の言語に変換 (スクリプト testapigen.py から使われます) -|    unit/ | 単体テスト用のルートディレクトリ -|       test-plugins.cpp | テスト: プラグイン -|       core/ | core 向け単体テスト用のルートディレクトリ -|          test-core-arraylist.cpp | テスト: 配列リスト -|          test-core-eval.cpp | テスト: 式の評価 -|          test-core-hashtble.cpp | テスト: ハッシュテーブル -|          test-core-hdata.cpp | テスト: hdata -|          test-core-hook.cpp | テスト: フック -|          test-core-infolist.cpp | テスト: インフォリスト -|          test-core-list.cpp | テスト: リスト -|          test-core-secure.cpp | テスト: データ保護 -|          test-core-string.cpp | テスト: 文字列 -|          test-core-url.cpp | テスト: URL -|          test-core-utf8.cpp | テスト: UTF-8 -|          test-core-util.cpp | テスト: ユーティリティ関数 +| パス/ファイル名 | 説明 +| tests/ | テスト用のルートディレクトリ +|    tests.cpp | 全テストの実行時に使われるプログラム +|    scripts/ | スクリプト API テスト用のルートディレクトリ +|       test-scripts.cpp | スクリプト API テストの実行時に使われるプログラム +|       python/ | スクリプト API テストを生成、実行する Python スクリプト +|          testapigen.py | スクリプト API のテスト時にすべての言語に関するスクリプトを生成する Python スクリプト +|          testapi.py | スクリプト API テスト時に使われる Python スクリプト (スクリプト testapigen.py から使われます) +|          unparse.py | Python コードを別の言語に変換 (スクリプト testapigen.py から使われます) +|    unit/ | 単体テスト用のルートディレクトリ +|       test-plugins.cpp | テスト: プラグイン +|       core/ | core 向け単体テスト用のルートディレクトリ +|          test-core-arraylist.cpp | テスト: 配列リスト +|          test-core-eval.cpp | テスト: 式の評価 +|          test-core-hashtble.cpp | テスト: ハッシュテーブル +|          test-core-hdata.cpp | テスト: hdata +|          test-core-hook.cpp | テスト: フック +|          test-core-infolist.cpp | テスト: インフォリスト +|          test-core-list.cpp | テスト: リスト +|          test-core-secure.cpp | テスト: データ保護 +|          test-core-string.cpp | テスト: 文字列 +|          test-core-url.cpp | テスト: URL +|          test-core-utf8.cpp | テスト: UTF-8 +|          test-core-util.cpp | テスト: ユーティリティ関数 // TRANSLATION MISSING -|       gui/ | Root of unit tests for interfaces. -|          test-gui-line.cpp | テスト: 行 +|       gui/ | Root of unit tests for interfaces. +|          test-gui-line.cpp | テスト: 行 // TRANSLATION MISSING -|       plugins/ | Root of unit tests for plugins. +|       plugins/ | Root of unit tests for plugins. // TRANSLATION MISSING -|          irc/ | Root of unit tests for IRC plugin. +|          irc/ | Root of unit tests for IRC plugin. // TRANSLATION MISSING -|             test-irc-config.cpp | Tests: IRC configuration. +|             test-irc-config.cpp | Tests: IRC configuration. +|             test-irc-protocol.cpp | Tests: IRC protocol. |=== [[documentation_translations]]