mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
13 lines
343 B
PHP
13 lines
343 B
PHP
<?php
|
|
/**
|
|
* @file ko.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief 한국어 언어팩
|
|
**/
|
|
|
|
$lang->module_name = "모듈 이름";
|
|
$lang->module_table_count = "테이블수";
|
|
$lang->module_date = "제작일";
|
|
$lang->module_installed_path = "설치경로";
|
|
$lang->module_version = "버전";
|
|
?>
|