From f14d588445e255a8e9518aaff3cb2908801abf48 Mon Sep 17 00:00:00 2001 From: haneul Date: Wed, 11 Mar 2009 05:05:42 +0000 Subject: [PATCH] add language files git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5843 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/wiki/lang/en.lang.php | 2 ++ modules/wiki/lang/jp.lang.php | 2 ++ modules/wiki/lang/zh-TW.lang.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/modules/wiki/lang/en.lang.php b/modules/wiki/lang/en.lang.php index 92e5a0eb0..1e21cfc50 100644 --- a/modules/wiki/lang/en.lang.php +++ b/modules/wiki/lang/en.lang.php @@ -10,4 +10,6 @@ $lang->cmd_create = 'Create document'; $lang->cmd_wiki_list = 'List'; $lang->cmd_view_info = 'Wiki information'; + $lang->use_comment = 'Use comment'; + $lang->about_use_comment = 'You may configure to enable comments.'; ?> diff --git a/modules/wiki/lang/jp.lang.php b/modules/wiki/lang/jp.lang.php index ccd7bfd0b..f064104fd 100644 --- a/modules/wiki/lang/jp.lang.php +++ b/modules/wiki/lang/jp.lang.php @@ -10,4 +10,6 @@ $lang->cmd_create = '新規作成'; $lang->cmd_wiki_list = 'リスト'; $lang->cmd_view_info = 'wiki情報'; + $lang->use_comment = 'Use comment'; + $lang->about_use_comment = 'You may configure to enable comments.'; ?> diff --git a/modules/wiki/lang/zh-TW.lang.php b/modules/wiki/lang/zh-TW.lang.php index 2ee983302..c8ff706fc 100644 --- a/modules/wiki/lang/zh-TW.lang.php +++ b/modules/wiki/lang/zh-TW.lang.php @@ -10,4 +10,6 @@ $lang->cmd_create = '檔案建立'; $lang->cmd_wiki_list = '列表'; $lang->cmd_view_info = '維基資訊'; + $lang->use_comment = 'Use comment'; + $lang->about_use_comment = 'You may configure to enable comments.'; ?>