mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
16 lines
424 B
PHP
16 lines
424 B
PHP
<?php
|
|
/**
|
|
* @file ko.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief 한국어 언어팩
|
|
**/
|
|
|
|
$lang->module_list = "모듈 목록";
|
|
$lang->module_index = "초기화면";
|
|
$lang->module_category = "모듈 카테고리";
|
|
$lang->add_shortcut = "관리자 메뉴에 추가";
|
|
|
|
$lang->category_title = "카테고리 이름";
|
|
$lang->cmd_add_shortcut = "바로가기 추가";
|
|
|
|
?>
|