mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2296 201d5d3c-b55e-5fd7-737f-ddc643e51545
31 lines
1 KiB
PHP
31 lines
1 KiB
PHP
<?php
|
|
/**
|
|
* @file modules/integration_search/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief English Language Pack (For only basic things)
|
|
**/
|
|
|
|
$lang->integration_search = "Integration Search";
|
|
|
|
$lang->sample_code = "Sample Code";
|
|
$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' => '추천수',
|
|
);
|
|
?>
|
|
?>
|