mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 17:29:55 +09:00
12 lines
356 B
PHP
12 lines
356 B
PHP
<?php
|
|
/**
|
|
* @file : modules/module_manager/lang/ko.lang.php
|
|
* @author : zero <zero@nzeo.com>
|
|
* @desc : 한국어 언어팩
|
|
**/
|
|
$lang->module_name = "모듈 이름";
|
|
$lang->module_table_count = "테이블수";
|
|
$lang->module_date = "제작일";
|
|
$lang->module_installed_path = "설치경로";
|
|
$lang->module_version = "버전";
|
|
?>
|