diff options
| author | David M <davidmj@users.sourceforge.net> | 2006-09-16 06:07:06 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2006-09-16 06:07:06 +0000 |
| commit | fe1367b31e7711b52f103ade06eec538823d467c (patch) | |
| tree | d452300653914573a5a7c89b7d33a800093c6937 /phpBB/language/en/install.php | |
| parent | 9479bc428f10e166682087e8e61c19efcbbe2751 (diff) | |
| download | forums-fe1367b31e7711b52f103ade06eec538823d467c.tar forums-fe1367b31e7711b52f103ade06eec538823d467c.tar.gz forums-fe1367b31e7711b52f103ade06eec538823d467c.tar.bz2 forums-fe1367b31e7711b52f103ade06eec538823d467c.tar.xz forums-fe1367b31e7711b52f103ade06eec538823d467c.zip | |
bug fixes
schema changes
i really hope nothing went wrong
git-svn-id: file:///svn/phpbb/trunk@6371 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/install.php')
| -rwxr-xr-x | phpBB/language/en/install.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 0c0fdb0274..811d5414bb 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -157,7 +157,9 @@ $lang = array_merge($lang, array( 'INST_ERR_DB_FORUM_PATH' => 'The database file specified is within your forum directory tree. You should put this file in a non web-accessible location', 'INST_ERR_DB_NO_ERROR' => 'No error message given', 'INST_ERR_DB_NO_MYSQL4' => 'The version of MySQL installed on this machine is incompatible with the "MySQL 4.x/5.x" option you have selected. Please try the "MySQL 3.23.x/4.x" option instead.', - 'INST_ERR_DB_NO_MYSQLI' => 'The version of MySQL installed on this machine is incompatible with the "MySQL 4.1.x/5.x with MySQLi Extension" option you have selected. Please try the "MySQL 4.x/5.x" or "MySQL 3.23.x/4.x" option instead.', + 'INST_ERR_DB_NO_MYSQLI' => 'The version of MySQL installed on this machine is incompatible with the "MySQL 4.1.x/5.x with MySQLi Extension" option you have selected. Please try the "MySQL 3.23.x/4.x" option instead.', + 'INST_ERR_DB_NO_ORACLE' => 'The version of Oracle installed on this machine requires you to set the NLS_CHARACTERSET parameter to UTF8. Either upgrade your installation to 9.2+ or change the parameter.', + 'INST_ERR_DB_NO_POSTGRES' => 'The database you have selected was not created in UNICODE or UTF8 encoding. Try installing with a database in UNICODE or UTF8 encoding', 'INST_ERR_DB_NO_NAME' => 'No database name specified', 'INST_ERR_EMAIL_INVALID' => 'The email address you entered is invalid', 'INST_ERR_EMAIL_MISMATCH' => 'The emails you entered did not match.', |
