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

This commit is contained in:
zero 2007-03-05 04:20:40 +00:00
parent b60c71d589
commit 120be5cf60
11 changed files with 300 additions and 11 deletions

View file

@ -11,11 +11,12 @@
$lang->item_layout = "레이아웃";
$lang->module_name = "모듈 이름";
$lang->module_version = "버전";
$lang->module_author = "제작자";
$lang->module_table_count = "테이블수";
$lang->module_date = "제작일";
$lang->module_installed_path = "설치경로";
$lang->addon_name = "애드온 이름";
$lang->version = "버전";
$lang->author = "제작자";
$lang->table_count = "테이블수";
$lang->date = "제작일";
$lang->installed_path = "설치경로";
$lang->msg_is_not_administrator = '관리자만 접속이 가능합니다';
?>