From 2486044777c80fbde5e4d17903bf8973842cb8e4 Mon Sep 17 00:00:00 2001 From: heemin Date: Wed, 24 Dec 2008 00:48:46 +0000 Subject: [PATCH] =?UTF-8?q?modules/board=20=EC=B6=94=EA=B0=80=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EB=B2=88=EC=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5172 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/lang/jp.lang.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/board/lang/jp.lang.php b/modules/board/lang/jp.lang.php index adb691f22..21696a236 100644 --- a/modules/board/lang/jp.lang.php +++ b/modules/board/lang/jp.lang.php @@ -23,7 +23,7 @@ $lang->search_result = '検索結果'; $lang->consultation = '相談機能'; $lang->secret = '秘密文機能'; - $lang->thisissecret = '비밀글입니다.'; + $lang->thisissecret = '秘密文です。'; $lang->admin_mail = '管理者メールアドレス'; @@ -46,5 +46,6 @@ $lang->about_admin_mail = '書き込みやコメントが掲載される時、登録メールアドレス宛にメールが送信されます。
複数のメールアドレスへ送信する場合は「,」(半額コンマ)区切りで登録して下さい。'; $lang->about_category_color = 'カテゴリのフォント色を設定します。'; - $lang->msg_not_enough_point = 'Your point is not enough to write an article in this board.'; + + $lang->msg_not_enough_point = '書き込みするためのポイントが足りません。'; ?>