mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 23:31:44 +09:00
9 lines
277 B
PHP
9 lines
277 B
PHP
<?php
|
|
/**
|
|
* @file modules/editor/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 위지윅에디터(editor) 모듈의 기본 언어팩
|
|
**/
|
|
|
|
$lang->msg_component_is_not_founded = '%s 에디터 컴포넌트를 찾을 수 없습니다';
|
|
?>
|