번역 / 문구 수정 - 영어 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6926 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-11-11 07:30:50 +00:00
parent 0ccabfcbbb
commit 119953f1db
7 changed files with 55 additions and 22 deletions

View file

@ -5,8 +5,8 @@
* @brief Autoinstall(autoinstall) 모듈의 기본 언어팩
**/
$lang->autoinstall = 'Autoinstall';
$lang->about_autoinstall = 'Autoinstall은 XpressEngine의 자동설치 모듈입니다.';
$lang->autoinstall = 'Easy-install';
$lang->about_autoinstall = 'XpressEngine의 여러 프로그램을 쉽게 설치/업그레이드할 수 있도록 도와주는 모듈입니다.';
$lang->package_update = '최근 업데이트';
$lang->package_downloaded_count = '전체 다운로드';
$lang->need_update = "업데이트가 필요합니다.";
@ -18,4 +18,11 @@
$lang->view_all_package = "전체 보기";
$lang->description_ftp_note = "FTP 설정이 안되어있으면 설치가 진행되지 않습니다. FTP설정을 해주세요";
$lang->description_update = "새로 설치한 모듈의 버전 정보등은 업데이트를 눌러주시면 반영됩니다.";
$lang->install = "설치";
$lang->update = "업데이트";
$lang->current_version = "현재 설치 버전";
$lang->depending_programs = "의존하고 있는 프로그램";
$lang->require_update = "업데이트가 필요합니다.";
$lang->require_installation = "설치가 필요합니다.";
$lang->description_install = "설치를 진행하면, 이 프로그램이 의존하고 있는 모든 프로그램을 업데이트/설치 합니다.";
?>