mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
9 lines
279 B
PHP
9 lines
279 B
PHP
<?php
|
|
/**
|
|
* @file /modules/editor/components/html_editor/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 위지윅에디터(editor) 모듈 > HTML편집기(html_editor) 컴포넌트의 언어팩
|
|
**/
|
|
|
|
$lang->html_editor = "HTML 편집";
|
|
?>
|