mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +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
|
|
@ -33,10 +33,10 @@ $lang->cmd_install_refresh_page = '刷新屏幕';
|
|||
$lang->cmd_install_next = '開始進行安裝';
|
||||
$lang->cmd_ignore = '忽略';
|
||||
$lang->cmd_recommended = '推薦';
|
||||
$lang->db_desc['mysqli'] = '利用 PHP 的『mysqli*()』函數使用 MySQL 資料庫。';
|
||||
$lang->db_desc['mysql'] = '利用 PHP 的『mysql_*()』函數使用 MySQL 資料庫。';
|
||||
$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。 如果支持,Rhymix將自動使用InnoDB。';
|
||||
$lang->db_desc['mysql'] = '使用MySQL或MariaDB。 如果支持,Rhymix將自動使用InnoDB。';
|
||||
$lang->db_desc['cubrid'] = '不支持CUBRID。';
|
||||
$lang->db_desc['mssql'] = '不支持Microsoft SQL Server。';
|
||||
$lang->can_use_when_installed = '不是這個服務器上安裝';
|
||||
$lang->form_title = '輸入資料庫及管理員資訊';
|
||||
$lang->db_title = '輸入資料庫資訊';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue