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