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
|
|
@ -45,10 +45,10 @@ $lang->cmd_install_refresh_page = 'リフレッシュ';
|
|||
$lang->cmd_install_next = 'インストールを続けます。';
|
||||
$lang->cmd_ignore = 'FTP設定を省略する';
|
||||
$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 = 'データベース & 管理者情報入力';
|
||||
$lang->db_title = 'データベース情報入力';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue