aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/lang_english.php
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-09-28 20:12:23 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-09-28 20:12:23 +0000
commit28b08499da2501510ddfd6ce552f8fafd3eb7e41 (patch)
treee8110daa61d39e2027c43ade9758af804e644fce /phpBB/language/lang_english.php
parent4e27bb01ffe625e590532fb3cb5175551c0b8a40 (diff)
downloadforums-28b08499da2501510ddfd6ce552f8fafd3eb7e41.tar
forums-28b08499da2501510ddfd6ce552f8fafd3eb7e41.tar.gz
forums-28b08499da2501510ddfd6ce552f8fafd3eb7e41.tar.bz2
forums-28b08499da2501510ddfd6ce552f8fafd3eb7e41.tar.xz
forums-28b08499da2501510ddfd6ce552f8fafd3eb7e41.zip
Updates for Install Process....
git-svn-id: file:///svn/phpbb/trunk@1102 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english.php')
-rwxr-xr-xphpBB/language/lang_english.php22
1 files changed, 21 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index 75f2cb815e..44648c5679 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -945,6 +945,26 @@ $lang['Mass_email_explain'] = "Here you can email a message to either all of you
$lang['Compose'] = "Compose";
//
+// Install Process
+//
+$lang['Installer_Error'] = "An error has occured during installation.";
+$lang['Previous_Install'] = "A previous installtion has been detected.";
+$lang['Inst_Step_0'] = "Thank you for choosing phpBB version 2. Please select your chosen database server, and enter the information for your database server host, database name, username, and password. NOTE: The database should already exist.";
+$lang['Start_Install'] = "Start Install";
+$lang['DB_Host'] = "Database Server Hostname";
+$lang['DB_Name'] = "Your Database Name";
+$lang['Database'] = "Your Database";
+$lang['Install_lang'] = "Choose Language for Installation";
+$lang['dbms'] = "Database Type";
+$lang['Inst_Step_1'] = "Your database tables have been created and filled with some basic default data. Please enter your chosen phpBB Admin Username and Password.";
+$lang['Create_User'] = "Create User";
+$lang['Inst_Step_2'] = "Your admin username has been created. At this point your installation is basically completed, you will now be taken to a screen which will allow you to specify some basic default settings for your board.";
+$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!";
+
+
+//
// End
// -------------------------------------------------
@@ -983,4 +1003,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
+?>