aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-01-09 01:33:20 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-01-09 01:33:20 +0000
commit5cf6e00cf9e9aedfb293f1e9da228aefc37d70f8 (patch)
treeca2154e10cea3e9249ca477f3944a5eac2f95b8d /phpBB/language/en/install.php
parent27f915f305a2fc02ca33c34ceeb7c9ae3e119e99 (diff)
downloadforums-5cf6e00cf9e9aedfb293f1e9da228aefc37d70f8.tar
forums-5cf6e00cf9e9aedfb293f1e9da228aefc37d70f8.tar.gz
forums-5cf6e00cf9e9aedfb293f1e9da228aefc37d70f8.tar.bz2
forums-5cf6e00cf9e9aedfb293f1e9da228aefc37d70f8.tar.xz
forums-5cf6e00cf9e9aedfb293f1e9da228aefc37d70f8.zip
- installer now checks if the page size is correct for Firebird
- Firebird now has a proper explain page git-svn-id: file:///svn/phpbb/trunk@6863 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/install.php')
-rwxr-xr-xphpBB/language/en/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 632b305e4b..c8546325a8 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -194,6 +194,7 @@ $lang = array_merge($lang, array(
'INST_ERR_DB_NO_SQLITE' => 'The version of the SQLite extension you have installed is too old, it must be upgraded to at least 2.8.2.',
'INST_ERR_DB_NO_ORACLE' => 'The version of Oracle installed on this machine requires you to set the <var>NLS_CHARACTERSET</var> parameter to <var>UTF8</var>. Either upgrade your installation to 9.2+ or change the parameter.',
'INST_ERR_DB_NO_FIREBIRD' => 'The version of Firebird installed on this machine is older than 2.0, please upgrade to a newer version.',
+ 'INST_ERR_DB_NO_FIREBIRD_PS'=> 'The database you selected for Firebird has a page size less than 8192, it must be at least 8192.',
'INST_ERR_DB_NO_POSTGRES' => 'The database you have selected was not created in <var>UNICODE</var> or <var>UTF8</var> encoding. Try installing with a database in <var>UNICODE</var> or <var>UTF8</var> encoding',
'INST_ERR_DB_NO_NAME' => 'No database name specified',
'INST_ERR_EMAIL_INVALID' => 'The email address you entered is invalid',