apply new UI to autoinstall module

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8622 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-07-22 09:10:02 +00:00
parent 4686c06414
commit c7cbf2d446
19 changed files with 351 additions and 323 deletions

View file

@ -5,29 +5,30 @@
* @brief Autoinstall (autoinstall) module of the basic language
**/
$lang->autoinstall = '쉬운 설치';
$lang->about_autoinstall = 'XpressEngine의 여러 프로그램을 쉽게 설치/업그레이드할 수 있도록 도와주는 모듈입니다.';
$lang->package_update = '최근 업데이트';
$lang->package_downloaded_count = '전체 다운로드';
$lang->need_update = "업데이트가 필요합니다.";
$lang->order_newest = "신규 등록";
$lang->order_popular = "인기";
$lang->order_download = "다운로드";
$lang->success_installed = "설치가 성공하였습니다.";
$lang->view_all_package = "전체 보기";
$lang->description_ftp_note = "FTP 설정이 안되어있으면 설치가 진행되지 않습니다. FTP설정을 해주세요";
$lang->description_update = "새로 설치한 모듈의 버전 정보등은 업데이트를 눌러주시면 반영됩니다.";
$lang->description_ftp_note = '%s이 되어 있지 않으면 설치 및 업데이트가 진행되지 않습니다.';
$lang->ftp_setup = 'FTP 설정';
$lang->description_update = '쉬운설치 사용전 %s를 해주세요.';
$lang->status_update = '상태 업데이트';
$lang->install = "설치";
$lang->update = "업데이트";
$lang->current_version = "현재 설치 버전";
$lang->depending_programs = "의존하고 있는 프로그램";
$lang->current_version = "설치 버전";
$lang->require_update = "업데이트가 필요합니다.";
$lang->require_installation = "설치가 필요합니다.";
$lang->description_install = "설치를 진행하면, 이 프로그램이 의존하고 있는 모든 프로그램을 업데이트/설치 합니다.";
$lang->description_download = "FTP를 이용할 수 없는 경우, 직접 다운로드 하여 해당 path에 설치하셔야 합니다. (한칸 상위에서 압축을 푸시면 됩니다. ./modules/board의 경우 ./modules에서 tar를 푸세요)";
$lang->path = "설치경로";
$lang->cmd_download = "다운로드";
$lang->view_installed_packages = "설치된 패키지";
$lang->msg_ftp_password_input = "FTP 비밀번호를 입력해주세요";
$lang->dependant_list = "이 패키지에 의존하는 패키지 목록";
$lang->description_uninstall = "패키지를 삭제합니다. 모듈의 경우 모든 데이터가 사라집니다.";
$lang->distribute_version = '배포 버전';
$lang->run = '실행';
$lang->rate = '%s점';
$lang->thumbnail = '썸네일';
$lang->name = '이름';
$lang->about_depending_programs = '이 패키지 사용을 위해서는 아래 프로그램이 설치되어 있어야 합니다.';
$lang->ftp_password = 'FTP 비밀번호';
?>