From fef8ca75514186f3580119e1542a30ab30030731 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 10 Aug 2007 05:26:26 +0000 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=EA=B2=80=EC=83=89=EC=9D=98?= =?UTF-8?q?=20=EB=8B=A4=EB=A5=B8=20=EC=96=B8=EC=96=B4=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EC=97=90=20=EC=B6=94=EA=B0=80=EB=90=9C=20=EC=96=B8=EC=96=B4?= =?UTF-8?q?=EB=AC=B8=EC=9E=90=EC=97=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2296 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/integration_search/lang/en.lang.php | 17 +++++++++++++++++ modules/integration_search/lang/jp.lang.php | 16 ++++++++++++++++ modules/integration_search/lang/zh-CN.lang.php | 16 ++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/modules/integration_search/lang/en.lang.php b/modules/integration_search/lang/en.lang.php index 749273f7e..8f8c4eeee 100644 --- a/modules/integration_search/lang/en.lang.php +++ b/modules/integration_search/lang/en.lang.php @@ -11,4 +11,21 @@ $lang->about_target_module = "Only chosen modules are the target. Please be careful on setting authority"; $lang->about_sample_code = "You can add integration search on layout by adding code above"; $lang->msg_no_keyword = "Input keyword to search"; + + $lang->is_result_text = "'%s' 에 대한 검색결과 %d건"; + + $lang->is_search_option = array( + 'title' => '제목', + 'content' => '내용', + 'title_content' => '제목+내용', + //'comment' => '댓글', + ); + + $lang->is_sort_option = array( + 'regdate' => '등록일', + 'comment_count' => '댓글수', + 'readed_count' => '조회수', + 'voted_count' => '추천수', + ); +?> ?> diff --git a/modules/integration_search/lang/jp.lang.php b/modules/integration_search/lang/jp.lang.php index 59694f087..1e22abd40 100644 --- a/modules/integration_search/lang/jp.lang.php +++ b/modules/integration_search/lang/jp.lang.php @@ -11,4 +11,20 @@ $lang->about_target_module = "選択されたモジュールのみを検索対象とします。権限設定に注意してください。"; $lang->about_sample_code = "上のコードをレイアウトなどに追加すると統合検索が可能になります。"; $lang->msg_no_keyword = "検索語を入力してください。"; + + $lang->is_result_text = "'%s' 에 대한 검색결과 %d건"; + + $lang->is_search_option = array( + 'title' => '제목', + 'content' => '내용', + 'title_content' => '제목+내용', + //'comment' => '댓글', + ); + + $lang->is_sort_option = array( + 'regdate' => '등록일', + 'comment_count' => '댓글수', + 'readed_count' => '조회수', + 'voted_count' => '추천수', + ); ?> diff --git a/modules/integration_search/lang/zh-CN.lang.php b/modules/integration_search/lang/zh-CN.lang.php index 415981e63..07c2c1e1e 100644 --- a/modules/integration_search/lang/zh-CN.lang.php +++ b/modules/integration_search/lang/zh-CN.lang.php @@ -10,4 +10,20 @@ $lang->sample_code = "代码"; $lang->about_target_module = "只把被选模块作为搜索对象。请注意权限设置。"; $lang->about_sample_code = "可把上述代码插入到相应布局当中即可实现搜索功能。"; + + $lang->is_result_text = "'%s' 에 대한 검색결과 %d건"; + + $lang->is_search_option = array( + 'title' => '제목', + 'content' => '내용', + 'title_content' => '제목+내용', + //'comment' => '댓글', + ); + + $lang->is_sort_option = array( + 'regdate' => '등록일', + 'comment_count' => '댓글수', + 'readed_count' => '조회수', + 'voted_count' => '추천수', + ); ?>