mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
12 lines
340 B
PHP
12 lines
340 B
PHP
<?php
|
|
/**
|
|
* @file ko.lang.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief 게시판(board) 모듈의 기본 언어팩
|
|
**/
|
|
|
|
// 버튼에 사용되는 언어
|
|
$lang->cmd_board_list = '게시판 목록';
|
|
$lang->cmd_module_config = '게시판 공통 설정';
|
|
$lang->cmd_view_info = '게시판 정보';
|
|
?>
|