mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
12 lines
320 B
PHP
12 lines
320 B
PHP
<?php
|
|
/**
|
|
* @file modules/document/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 문서(document) 모듈의 기본 언어팩
|
|
**/
|
|
|
|
$lang->module = "모듈";
|
|
|
|
$lang->msg_category_not_moved = "이동할 수가 없습니다";
|
|
$lang->msg_is_secret = '비밀글입니다';
|
|
?>
|