mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
13 lines
444 B
PHP
13 lines
444 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 = "可把上述代码插入到相应布局当中即可实现搜索功能。";
|
|
?>
|