git-svn-id: http://xe-core.googlecode.com/svn/trunk@912 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-02 23:44:37 +00:00
parent 621636fe93
commit 9bc7d8f708
3 changed files with 1 additions and 12 deletions

View file

@ -1,9 +0,0 @@
<?php
/**
* @file ko.lang.php
* @author zero (zero@nzeo.com)
* @brief 한국어 언어팩 (기본적인 내용만 수록)
**/
$lang->cmd_send_message = '쪽지 보내기';
?>

View file

@ -26,9 +26,6 @@
// 자신이라면 패스
if($logged_info->member_srl == $member_srl) return;
// 언어파일 읽음
Context::loadLang($addon_path."lang");
// 템플릿에서 사용되기 전의 menu_list를 가져옴
$menu_list = $this->get('menu_list');

View file

@ -48,6 +48,7 @@
$lang->cmd_setup = "설정";
$lang->cmd_apply = "적용";
$lang->cmd_remake_cache = "캐시파일 재생성";
$lang->cmd_send_message = '쪽지 보내기';
$lang->enable = '가능';
$lang->disable = '불가능';