Fix explanation for DB types in install module

https://xetown.com/qna/1072602
This commit is contained in:
Kijin Sung 2018-09-19 21:28:08 +09:00
parent 19331e6746
commit 6f1777ebfd
8 changed files with 32 additions and 32 deletions

View file

@ -45,10 +45,10 @@ $lang->cmd_install_refresh_page = 'Refresh';
$lang->cmd_install_next = 'Continue installation';
$lang->cmd_ignore = 'Ignore';
$lang->cmd_recommended = 'Recommended';
$lang->db_desc['mysqli'] = 'Use MySQL as a database via the mysqli extension.';
$lang->db_desc['mysql'] = 'Use MySQL as a database via mysql_* functions.';
$lang->db_desc['cubrid'] = 'Use CUBRID as a database. See <a href="https://www.cubrid.org/documentation/manuals" target="_blank">Manual</a> for more info';
$lang->db_desc['mssql'] = 'Use Microsoft SQL Server as a database.';
$lang->db_desc['mysqli'] = 'Use MySQL or MariaDB. Rhymix will automatically use InnoDB if it is supported.';
$lang->db_desc['mysql'] = 'Use MySQL or MariaDB. Rhymix will automatically use InnoDB if it is supported.';
$lang->db_desc['cubrid'] = 'CUBRID is not supported.';
$lang->db_desc['mssql'] = 'Microsoft SQL Server is not supported.';
$lang->can_use_when_installed = 'Not installed on this server';
$lang->form_title = 'Database &amp; Administrator Information';
$lang->db_title = 'Please input DB information';