mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
11 lines
206 B
PHP
11 lines
206 B
PHP
<?php
|
|
/**
|
|
* @file ko.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief 한국어 언어팩
|
|
**/
|
|
|
|
$lang->module_list = "모듈 목록";
|
|
$lang->module_config = "설정";
|
|
|
|
?>
|