mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
모듈을 찾지 못한 경우 시작 모듈이 설정되어 있지 않다는 오류를 냄으로서 관리시 불편함을 끼치기에 언어 변수 값 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0ea5f370d8
commit
049ab82277
10 changed files with 21 additions and 12 deletions
|
|
@ -225,8 +225,9 @@
|
|||
$lang->msg_invalid_format = 'Invalid Format';
|
||||
|
||||
$lang->msg_not_permitted_act = 'You do not have permission to execute requested action';
|
||||
$lang->msg_module_is_not_exists = "Start the module is not enabled.\nSetup the start module on the administrator page.";
|
||||
$lang->msg_module_is_not_exists = "요청하신 모듈을 찾을 수 없습니다.\n사이트 관리자에게 모듈 점검 요청 바랍니다";
|
||||
$lang->msg_module_is_not_standalone = 'Requested module cannot be executed independently';
|
||||
$lang->msg_default_url_is_not_defined = '기본 URL이 정해지지 않아서 동작을 중지합니다';
|
||||
|
||||
$lang->success_registed = 'Registered successfully';
|
||||
$lang->success_declared = 'Accused successfully';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue