설치시 DB 목록 옆에 관련 매뉴얼 아이콘 추가 (현재는 큐브리드만)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5861 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-12 07:50:35 +00:00
parent 47f1fc0ee4
commit 26a8f1c956
10 changed files with 10 additions and 8 deletions

View file

@ -232,7 +232,7 @@ EndOfLicense;
'mysql_innodb' => 'MySQL DBで「innodb」タイプでデータの入出力を行います。<br />「innodb」ではトランザクションの処理が行えます。',
'sqlite2' => 'ファイルタイプデータベースである「sqlite2」をサポートします。<br />インストール時、セキュリティのため、DBファイルはウェブがらアクセスできない場所に作成して下さい。<br />(安定化までのテストは行われていません)',
'sqlite3_pdo' => 'PHPのPDOを経由うして「sqlite3」をサポートします。<br />インストール時、セキュリティのため、DBファイルはウェブからアクセスできない場所に作成して下さい。',
'cubrid' => 'CUBRID DBを利用します。',
'cubrid' => 'CUBRID DBを利用します。 <a href="http://www.xpressengine.com/?mid=manual&pageid=2880556" onclick="window.open(this.href);return false;" class="manual">manual</a>',
'postgresql' => 'PostgreSql DBを利用します。',
'firebird' => 'Firebird DBを利用します。',
);