mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Move friendly error message feature to Message module
This commit is contained in:
parent
26710e2675
commit
e31704ffc2
9 changed files with 41 additions and 20 deletions
|
|
@ -1,3 +1,5 @@
|
|||
<?php
|
||||
$lang->message = 'Display Errors';
|
||||
$lang->about_skin = 'You may select skins for error messages.';
|
||||
$lang->msg_administrator_login = 'Administrator Login';
|
||||
$lang->error_help['baseobject'] = 'Object → BaseObject conversion is required in a third-party program. Please fix it by consulting the file name and line number shown above.';
|
||||
|
|
|
|||
|
|
@ -2,3 +2,4 @@
|
|||
$lang->message = '오류 표시';
|
||||
$lang->about_skin = '오류 메시지용 스킨을 지정할 수 있습니다.';
|
||||
$lang->msg_administrator_login = '관리자 로그인';
|
||||
$lang->error_help['baseobject'] = 'Object → BaseObject 변환이 필요한 서드파티 자료가 있습니다. 위의 에러 메시지에 포함된 파일명과 줄 번호를 참고하여 수정하세요.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue