설치시 FTP정보 입력 무시하는 버튼 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4606 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-10-08 08:53:10 +00:00
parent 007765348e
commit 850c1d6b25
9 changed files with 9 additions and 0 deletions

View file

@ -230,6 +230,7 @@ EndOfLicense;
$lang->cmd_agree_license = '라이선스에 동의합니다';
$lang->cmd_install_fix_checklist = '필수 설치조건을 설정하였습니다.';
$lang->cmd_install_next = '설치를 진행합니다';
$lang->cmd_ignore = '무시';
$lang->db_desc = array(
'mysql' => 'mysql DB를 php의 mysql*()함수를 이용하여 사용합니다.<br />DB 파일은 myisam으로 생성되기에 트랜잭션이 이루어지지 않습니다.',