mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Do not install if tables already exist
This commit is contained in:
parent
78cb8aea17
commit
5a7906252e
3 changed files with 13 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ $lang->msg_table_is_exists = '이미 DB에 테이블이 생성되어 있습니
|
|||
$lang->msg_install_completed = '설치가 완료되었습니다. 감사합니다.';
|
||||
$lang->msg_install_failed = '설치 파일 생성 시에 오류가 발생하였습니다.';
|
||||
$lang->msg_create_table_failed = 'DB 테이블 생성에 실패했습니다.';
|
||||
$lang->msg_table_already_exists = 'DB 테이블이 이미 존재합니다. 다른 사이트에서 사용중인 DB라면 테이블 접두사를 바꾸어 보십시오.';
|
||||
$lang->ftp_get_list = '목록 가져오기';
|
||||
$lang->ftp_form_title = 'FTP 계정 정보 입력';
|
||||
$lang->ftp = 'FTP';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue