aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-03-22 21:03:47 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-03-22 21:03:47 +0000
commit58f723374b68a796eb79971dc1738a757017672f (patch)
tree7ca09ec5c5d4ee2597fe692f045899cd818ef6c5 /phpBB/language
parent22063e974adda03672656edbcd879d63122512c1 (diff)
downloadforums-58f723374b68a796eb79971dc1738a757017672f.tar
forums-58f723374b68a796eb79971dc1738a757017672f.tar.gz
forums-58f723374b68a796eb79971dc1738a757017672f.tar.bz2
forums-58f723374b68a796eb79971dc1738a757017672f.tar.xz
forums-58f723374b68a796eb79971dc1738a757017672f.zip
Adding in the next page of the installer
Note that this still falls back to the old code part-way through the install git-svn-id: file:///svn/phpbb/trunk@5702 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/en/install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 6df64608c0..a5463698f7 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -127,6 +127,7 @@ $lang = array_merge($lang, array(
'INST_ERR_PASSWORD_MISMATCH'=> 'The passwords you entered did not match.',
'INST_ERR_PREFIX' => 'Tables with the specified prefix already exist, please choose an alternative.',
+ 'NEXT_STEP' => 'Proceed to next step',
'NO_LOCATION' => 'Cannot determine location',
// TODO: Write some explanatory introduction text
'OVERVIEW_BODY' => '<p>Some brief explanatory text about phpBB will go here.</p><p>This installation system will guide you through the process of installing phpBB, converting from a different software package or updating to the latest version of phpBB. For more information on each option, select it from the menu above</p>',
@@ -155,6 +156,7 @@ $lang = array_merge($lang, array(
'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from',
'SERVER_PORT' => 'Server port',
'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different',
+ 'STAGE_DATABASE' => 'Database Settings',
'STAGE_INTRO' => 'Introduction',
'STAGE_REQUIREMENTS' => 'Requirements',
'SUB_INTRO' => 'Introduction',