mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
Fix PHP lang files for integration search module
This commit is contained in:
parent
58df8ae7f5
commit
9502105768
10 changed files with 80 additions and 0 deletions
|
|
@ -11,6 +11,14 @@ $lang->is_result_text = '<strong>\'%s\'</strong>에 대한 검색결과 <strong>
|
|||
$lang->multimedia = '이미지/동영상';
|
||||
$lang->include_search_target = '선택된 대상만 검색';
|
||||
$lang->exclude_search_target = '선택된 대상을 검색에서 제외';
|
||||
$lang->is_search_option['document']['title_content'] = '제목+내용';
|
||||
$lang->is_search_option['document']['title'] = '제목';
|
||||
$lang->is_search_option['document']['content'] = '내용';
|
||||
$lang->is_search_option['document']['tag'] = '태그';
|
||||
$lang->is_search_option['trackback']['url'] = '대상 URL';
|
||||
$lang->is_search_option['trackback']['blog_name'] = '대상 사이트 이름';
|
||||
$lang->is_search_option['trackback']['title'] = '제목';
|
||||
$lang->is_search_option['trackback']['excerpt'] = '내용';
|
||||
$lang->is_sort_option['regdate'] = '등록일';
|
||||
$lang->is_sort_option['comment_count'] = '댓글 수';
|
||||
$lang->is_sort_option['readed_count'] = '조회 수';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue