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

This commit is contained in:
zero 2007-03-30 08:33:45 +00:00
parent fe7d8dffa6
commit e4a3789c16
3 changed files with 8 additions and 2 deletions

View file

@ -158,6 +158,7 @@
$lang->msg_error_occured = '오류가 발생하였습니다';
$lang->msg_not_founded = '대상을 찾을 수 없습니다';
$lang->msg_not_permitted_act = '요청하신 action을 실행할 수 있는 권한이 없습니다';
$lang->msg_module_is_not_exists = '요청하신 모듈을 찾을 수 없습니다';
$lang->msg_module_is_not_standalone = '요청하신 모듈은 독립적으로 동작할 수가 없습니다';