mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1992 201d5d3c-b55e-5fd7-737f-ddc643e51545
13 lines
530 B
PHP
13 lines
530 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 = "위 코드를 레이아웃등에 추가하시면 통합검색이 가능합니다";
|
|
?>
|