翻訳:RisaPapa
* @brief 日本語言語パッケージ(基本的な内容のみう)
**/
$lang->integration_search = "統合検索";
$lang->sample_code = "サンプルコード";
$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' => '추천수',
);
?>