mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +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 = '没有权限执行 action命令';
|
||||
$lang->msg_module_is_not_exists = "启动模块没有启用。\n安装启动模块的管理员网页。";
|
||||
$lang->msg_module_is_not_exists = "요청하신 모듈을 찾을 수 없습니다.\n사이트 관리자에게 모듈 점검 요청 바랍니다";
|
||||
$lang->msg_module_is_not_standalone = '您请求的模块不能单独执行';
|
||||
$lang->msg_default_url_is_not_defined = '기본 URL이 정해지지 않아서 동작을 중지합니다';
|
||||
|
||||
$lang->success_registed = '提交成功!';
|
||||
$lang->success_declared = '举报成功!';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue