summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-10-27 08:54:10 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-10-27 08:54:10 +0200
commit70c2e271100a7b799922f69e3bf49090582ac17a (patch)
treea65a36fabd43de75f59b0878d599c0fabf1f9ee1 /doc/ja
parent3f067f206552aa9fa9f30df6e6432cc0fa92766d (diff)
downloadweechat-70c2e271100a7b799922f69e3bf49090582ac17a.zip
core: split wee-secure.c into 3 files (secured data functions, buffer and config)
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_dev.ja.adoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc
index 80dff8031..2e78b7ae8 100644
--- a/doc/ja/weechat_dev.ja.adoc
+++ b/doc/ja/weechat_dev.ja.adoc
@@ -138,7 +138,11 @@ WeeChat "core" は以下のディレクトリに配置されています:
|    wee-log.c | WeeChat ログファイル (weechat.log) に書き込む
|    wee-network.c | ネットワーク関数 (サーバやプロキシへの接続)
|    wee-proxy.c | プロキシ管理
-|    wee-secure.c | 安全なデータオプション (sec.conf ファイル)
+// TRANSLATION MISSING
+|    wee-secure.c | Secured data functions.
+// TRANSLATION MISSING
+|    wee-secure-buffer.c | Secured data buffer.
+|    wee-secure-config.c | 安全なデータオプション (sec.conf ファイル)
|    wee-string.c | 文字列関数
|    wee-upgrade-file.c | 内部アップグレードシステム
|    wee-upgrade.c | WeeChat コアのアップグレード (バッファ、行、履歴、...)