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' => '추천수', + ); ?>