mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Remove warning about using IE8 in the admin module
This commit is contained in:
parent
7f51e823cd
commit
840a994a91
4 changed files with 2 additions and 17 deletions
|
|
@ -385,7 +385,6 @@ $lang->thu = '목';
|
|||
$lang->fri = '금';
|
||||
$lang->sat = '토';
|
||||
$lang->sun = '일';
|
||||
$lang->checkBrowserIE8 = 'IE8 이하의 브라우저 사용시 관리자페이지가 정상동작 하지 않을 수 있습니다.';
|
||||
$lang->subtitle_sitelock = '사이트 잠금';
|
||||
$lang->use_sitelock = '사이트 잠금 사용';
|
||||
$lang->sitelock_whitelist = '접근 허용 IP';
|
||||
|
|
@ -398,4 +397,4 @@ $lang->about_sitelock_in_use = '관리자 및 접속이 허용된 IP에서만
|
|||
$lang->module_exists_in_wrong_path = '잘못된 경로에 설치된 모듈이 있습니다.';
|
||||
$lang->about_module_exists_in_wrong_path = '아래의 모듈이 잘못된 경로에 설치된 것으로 보입니다. 설치 경로를 다시 확인하시기 바랍니다.<br />테스트나 오류 수정을 위해 임시로 모듈을 다른 경로에 옮겨놓으신 경우 이 메시지는 무시하셔도 됩니다.';
|
||||
$lang->apcu_clear_cache_function_not_found = 'apcu를 사용하지 않는 서버입니다.';
|
||||
$lang->opcache_reset_function_not_found = 'opcache를 사용하지 않는 서버입니다.';
|
||||
$lang->opcache_reset_function_not_found = 'opcache를 사용하지 않는 서버입니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue