통합검색의 다른 언어파일에 추가된 언어문자열 추가

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2296 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-10 05:26:26 +00:00
parent 33ea62b9f2
commit fef8ca7551
3 changed files with 49 additions and 0 deletions

View file

@ -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 = "<strong>'%s'</strong> 에 대한 검색결과 <strong>%d</strong>건";
$lang->is_search_option = array(
'title' => '제목',
'content' => '내용',
'title_content' => '제목+내용',
//'comment' => '댓글',
);
$lang->is_sort_option = array(
'regdate' => '등록일',
'comment_count' => '댓글수',
'readed_count' => '조회수',
'voted_count' => '추천수',
);
?>
?>

View file

@ -11,4 +11,20 @@
$lang->about_target_module = "選択されたモジュールのみを検索対象とします。権限設定に注意してください。";
$lang->about_sample_code = "上のコードをレイアウトなどに追加すると統合検索が可能になります。";
$lang->msg_no_keyword = "検索語を入力してください。";
$lang->is_result_text = "<strong>'%s'</strong> 에 대한 검색결과 <strong>%d</strong>건";
$lang->is_search_option = array(
'title' => '제목',
'content' => '내용',
'title_content' => '제목+내용',
//'comment' => '댓글',
);
$lang->is_sort_option = array(
'regdate' => '등록일',
'comment_count' => '댓글수',
'readed_count' => '조회수',
'voted_count' => '추천수',
);
?>

View file

@ -10,4 +10,20 @@
$lang->sample_code = "代码";
$lang->about_target_module = "只把被选模块作为搜索对象。请注意权限设置。";
$lang->about_sample_code = "可把上述代码插入到相应布局当中即可实现搜索功能。";
$lang->is_result_text = "<strong>'%s'</strong> 에 대한 검색결과 <strong>%d</strong>건";
$lang->is_search_option = array(
'title' => '제목',
'content' => '내용',
'title_content' => '제목+내용',
//'comment' => '댓글',
);
$lang->is_sort_option = array(
'regdate' => '등록일',
'comment_count' => '댓글수',
'readed_count' => '조회수',
'voted_count' => '추천수',
);
?>