diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_admin.php | 6 |
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 +?> |