diff --git a/modules/admin/lang/en.lang.php b/modules/admin/lang/en.lang.php index 642c8964d..5a0e87639 100644 --- a/modules/admin/lang/en.lang.php +++ b/modules/admin/lang/en.lang.php @@ -9,11 +9,11 @@ $lang->env_setup = "Setting"; - $lang->env_information = "환경 정보"; - $lang->current_version = "설치된 버전"; - $lang->current_path = "설치된 경로"; - $lang->released_version = "최신 버전"; - $lang->about_download_link = "설치된 버전보다 최신의 버전이 배포되었습니다. download링크를 클릭하시면 다운 받으실 수 있습니다."; + $lang->env_information = "Environment Information"; + $lang->current_version = "Current Version"; + $lang->current_path = "Installed Path"; + $lang->released_version = "Latest Version"; + $lang->about_download_link = "Newer version of Zerboard XE is available. To download the latest version, click download link."; $lang->item_module = "Module List"; $lang->item_addon = "Addon List"; @@ -35,7 +35,7 @@ $lang->welcome_to_zeroboard_xe = 'Welcome to the admin page of Zeroboard XE'; $lang->about_admin_page = "Admin page is still being developing,\nWe will add essential contents by accepting many good suggestions during Closebeta."; - $lang->about_lang_env = "위 설정한 언어셋을 처음 방문하는 사용자들에게 동일하게 적용하기 위해서는 원하는 언어로 변경후 아래 [저장] 버튼을 클릭하시면 됩니다"; + $lang->about_lang_env = "To apply selected language set to users as default, click the [Save] button after changing it."; $lang->zeroboard_xe_user_links = 'Links for Users'; $lang->zeroboard_xe_developer_links = 'Links for Developers';