mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
Fix explanation for DB types in install module
https://xetown.com/qna/1072602
This commit is contained in:
parent
19331e6746
commit
6f1777ebfd
8 changed files with 32 additions and 32 deletions
|
|
@ -45,10 +45,10 @@ $lang->cmd_install_refresh_page = '새로고침';
|
|||
$lang->cmd_install_next = '설치를 진행합니다.';
|
||||
$lang->cmd_ignore = '무시';
|
||||
$lang->cmd_recommended = '권장';
|
||||
$lang->db_desc['mysqli'] = 'mysqli 모듈을 사용하여 MySQL DB에 접속합니다.';
|
||||
$lang->db_desc['mysql'] = 'mysql_*() 함수를 사용하여 MySQL DB에 접속합니다.';
|
||||
$lang->db_desc['cubrid'] = 'CUBRID DB를 이용합니다. <a href="https://www.cubrid.org/documentation/manuals" target="_blank">Manual</a>';
|
||||
$lang->db_desc['mssql'] = 'Microsoft SQL Server를 이용합니다.';
|
||||
$lang->db_desc['mysqli'] = 'MySQL 또는 MariaDB를 이용합니다. InnoDB 지원시 자동으로 사용합니다.';
|
||||
$lang->db_desc['mysql'] = 'MySQL 또는 MariaDB를 이용합니다. InnoDB 지원시 자동으로 사용합니다.';
|
||||
$lang->db_desc['cubrid'] = 'CUBRID는 지원하지 않습니다.';
|
||||
$lang->db_desc['mssql'] = 'Microsoft SQL Server는 지원하지 않습니다.';
|
||||
$lang->can_use_when_installed = '설치되어 있지 않음';
|
||||
$lang->form_title = 'DB & 관리자 정보 입력';
|
||||
$lang->db_title = 'DB 정보 입력';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue