mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +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
|
|
@ -24,10 +24,10 @@ $lang->install_permission_denied = 'La atribución de la ruta de instalacion no
|
|||
$lang->cmd_install_refresh_page = 'Refrescar';
|
||||
$lang->cmd_install_next = 'Continuar la instalación';
|
||||
$lang->cmd_recommended = 'Recomendado';
|
||||
$lang->db_desc['mysqli'] = 'Utilizando las funciones mysqli*() de PHP usar DB mysql.';
|
||||
$lang->db_desc['mysql'] = 'Utilizando las funciones mysql_*() de PHP usar DB mysql.';
|
||||
$lang->db_desc['cubrid'] = 'Usar BD CUBRID. <a href="https://www.cubrid.org/documentation/manuals" target="_blank">Manual</a>';
|
||||
$lang->db_desc['mssql'] = 'Usar Microsoft SQL Server.';
|
||||
$lang->db_desc['mysqli'] = 'Utilizando MySQL o MariaDB. Rhymix automáticamente usará InnoDB si es compatible.';
|
||||
$lang->db_desc['mysql'] = 'Utilizando MySQL o MariaDB. Rhymix automáticamente usará InnoDB si es compatible.';
|
||||
$lang->db_desc['cubrid'] = 'CUBRID no es compatible.';
|
||||
$lang->db_desc['mssql'] = 'Microsoft SQL Server no es compatible.';
|
||||
$lang->form_title = 'Ingresar BD & Información del Administrador;';
|
||||
$lang->db_title = 'Por favor escribir información de BD';
|
||||
$lang->db_type = 'Tipo de BD';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue