aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/lang_english.php
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-10-02 14:30:15 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-10-02 14:30:15 +0000
commitba4944f1c7431f4d3895190251a40f94e14b6466 (patch)
tree2c8c4e4618817cdc8f2eb639a8a39d0792119b04 /phpBB/language/lang_english.php
parent2d769f1c105ab8138d63d1877b000d0c1ae59065 (diff)
downloadforums-ba4944f1c7431f4d3895190251a40f94e14b6466.tar
forums-ba4944f1c7431f4d3895190251a40f94e14b6466.tar.gz
forums-ba4944f1c7431f4d3895190251a40f94e14b6466.tar.bz2
forums-ba4944f1c7431f4d3895190251a40f94e14b6466.tar.xz
forums-ba4944f1c7431f4d3895190251a40f94e14b6466.zip
Merge install and includes/installation, and updated error handling for config file unwritable.
git-svn-id: file:///svn/phpbb/trunk@1125 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english.php')
-rwxr-xr-xphpBB/language/lang_english.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index 7ca132a737..b1e6ec8109 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -971,6 +971,11 @@ $lang['Finish_Install'] = "Finish Installation";
$lang['Install_db_error'] = "An error occured trying to update the database";
$lang['ODBC_Instructs'] = "Someone please write some odbc instructions in the \$lang['ODBC_Instructs'] variable!";
$lang['Table_Prefix'] = "Table Name Prefix";
+$lang['Send_Config'] = "Send Config File";
+$lang['UnWrite_Config'] = "Setup was unable to write your config file to the phpBB directory. You can either correct this by making the config file writable
+by the webserver, and running this setup again, or you may choose to have the config.php file sent to you by clicking the button below. Once the file has been
+saved to your local hard drive you should then ftp it to the server in your phpBB directory, and then <a href='login.php'>log into phpBB</a> and go the administration Panel to customize your board.";
+
//
// End
// -------------------------------------------------
@@ -1010,4 +1015,4 @@ $l_emailpass = "Email Lost Password";
$l_passexplain = "Please fill out the form, a new password will be sent to your Email address";
$l_sendpass = "Send Password";
-?> \ No newline at end of file
+?>