mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Clean up admin footer and adjust lang codes
This commit is contained in:
parent
30493947d8
commit
ab757d0b8a
5 changed files with 14 additions and 11 deletions
|
|
@ -408,7 +408,8 @@ $lang->unsupported_php_version_notice = '2023년부터 라이믹스가 지원하
|
|||
$lang->unsupported_php_version_required = '필요한 버전: 최소 PHP 7.2 이상, 권장 PHP 7.4 이상';
|
||||
$lang->unsupported_php_version_current = '사용중인 버전: PHP %s';
|
||||
$lang->admin_cleanup_unnecessary_core_files = '불필요한 코어 파일 삭제';
|
||||
$lang->about_cleanup_unnecessary_core_files = '오래된 버전의 라이믹스나 XE에서 업그레이드한 경우 불필요한 파일이 남아 있거나 파일명이 변경되었을 수 있습니다.<br>이 기능을 사용하면 불필요한 코어 파일을 일괄 삭제할 수 있습니다.<br>정상적인 방법으로 코어를 업그레이드하셨다면 아래의 파일과 디렉토리들은 모두 삭제해도 무방합니다.';
|
||||
$lang->about_cleanup_unnecessary_core_files = '오래된 버전의 라이믹스나 XE에서 업그레이드한 경우 더이상 코어에서 사용하지 않는 파일이 남아 있거나 파일명이 변경되었을 수 있습니다.<br>이 기능을 사용하면 불필요한 코어 파일을 일괄 삭제할 수 있습니다.<br>정상적인 방법으로 코어를 업그레이드하셨다면 아래의 파일과 디렉토리들은 모두 삭제해도 무방합니다.';
|
||||
$lang->cmd_cleanup_core_files = '코어 파일 정리';
|
||||
$lang->msg_cleanup_notice_title = '불필요한 코어 파일이 있습니다.';
|
||||
$lang->msg_cleanup_notice_content = '불필요한 코어 파일이 %s개 발견되었습니다. <a href="%s">여기를 클릭하여 일괄 정리하세요.</a>';
|
||||
$lang->cmd_cleanup_filename = '삭제할 파일명';
|
||||
|
|
@ -417,7 +418,7 @@ $lang->cmd_cleanup_filetype_file = '파일';
|
|||
$lang->cmd_cleanup_filetype_directory = '디렉토리';
|
||||
$lang->cmd_cleanup_filetype_symlink = '심볼릭 링크';
|
||||
$lang->cmd_cleanup_reason = '삭제 이유';
|
||||
$lang->cmd_cleanup_reason_deleted = '단순 삭제';
|
||||
$lang->cmd_cleanup_reason_deleted = '사용하지 않음';
|
||||
$lang->cmd_cleanup_reason_deleted_xe = 'XE에서 사용하던 %s';
|
||||
$lang->cmd_cleanup_reason_deleted_xmllang = 'XE에서 사용하던 XML 언어 파일';
|
||||
$lang->cmd_cleanup_reason_moved = '이동';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue