Remove description of alternate databases

This commit is contained in:
Kijin Sung 2020-06-30 20:58:45 +09:00
parent d167cb9ec8
commit d814e6c469
10 changed files with 0 additions and 39 deletions

View file

@ -46,10 +46,6 @@ $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 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 & Administrator Information';
$lang->db_title = 'Please input DB information';