#18812718: 수정. 영문 번역에서는 mysqli가 아예 없어서 추가함.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7358 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ysnglee2000 2010-04-05 11:14:48 +00:00
parent a3384d538d
commit fcd8ee1f0a
2 changed files with 2 additions and 1 deletions

View file

@ -504,6 +504,7 @@ EndOfLicense;
$lang->db_desc = array(
'mysql' => 'Using mysql*() function to use mysql DB.<br />Transaction is disabled because DB file is created by myisam.',
'mysqli' => 'Using mysqli*() function to use mysql DB.',
'mysql_innodb' => 'Using innodb to use mysql DB.<br />Transaction is enabled for innodb',
'sqlite2' => 'Supporting sqlite2 which saves the data into the file.<br />When installing, DB file should be created at unreachable place from web.<br />(Never got tested on stabilization)',
'sqlite3_pdo' => 'Suppots sqlite3 by PHP\'s PDO.<br />When installing, DB file should be created at unreachable place from web.',