aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-01-29 22:46:16 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-01-29 22:46:16 +0000
commit53d453ed3955677c0f2f8d041fd8b1f3fc56c37a (patch)
treebe5b8762a692ac102c93c767c1132db23212aaed /phpBB/language
parent982d341892d3547fe4c37860ff89b2a8a357570a (diff)
downloadforums-53d453ed3955677c0f2f8d041fd8b1f3fc56c37a.tar
forums-53d453ed3955677c0f2f8d041fd8b1f3fc56c37a.tar.gz
forums-53d453ed3955677c0f2f8d041fd8b1f3fc56c37a.tar.bz2
forums-53d453ed3955677c0f2f8d041fd8b1f3fc56c37a.tar.xz
forums-53d453ed3955677c0f2f8d041fd8b1f3fc56c37a.zip
Some additional error checking in the install to make sure that the server's php configuration is going to work with phpBB2.. (two new lines in lang_admin.php sorry translators, & please don't shoot me Paul :D )
git-svn-id: file:///svn/phpbb/trunk@2012 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/lang_english/lang_admin.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php
index 0512f3c5dd..deb8b29925 100644
--- a/phpBB/language/lang_english/lang_admin.php
+++ b/phpBB/language/lang_english/lang_admin.php
@@ -697,8 +697,12 @@ $lang['Upgrade'] = "Upgrade";
$lang['Install_Method'] = "Choose your installation method";
+$lang['Install_No_Ext'] = "The php configuration on your server doesn't support the database type that you choose";
+
+$lang['Install_No_PCRE'] = "phpBB2 Requires the Perl-Compatible Regular Expressions Module for php which your php configuration doesn't appear to support!";
+
//
// That's all Folks!
// -------------------------------------------------
-?> \ No newline at end of file
+?>