mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
29
modules/integration_search/lang/zh-CN.lang.php
Normal file
29
modules/integration_search/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<?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' => '推荐',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue