rhymix/modules/integration_search/lang/zh-CN.lang.php
2007-08-10 05:26:26 +00:00

29 lines
921 B
PHP

<?php
/**
* @file modules/integration_search/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 简体中文语言包
**/
$lang->integration_search = "搜索";
$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' => '추천수',
);
?>