diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-26 20:13:07 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-26 20:13:07 +0000 |
| commit | c47638293424af5ac79372fe84c3a01e9719d5aa (patch) | |
| tree | 1dfc4870d423a651d1f25a5d63aa243f76ba7d5c /phpBB/language/en/install.php | |
| parent | 2cc905b28eb7213a28c4b64cce359be227222527 (diff) | |
| download | forums-c47638293424af5ac79372fe84c3a01e9719d5aa.tar forums-c47638293424af5ac79372fe84c3a01e9719d5aa.tar.gz forums-c47638293424af5ac79372fe84c3a01e9719d5aa.tar.bz2 forums-c47638293424af5ac79372fe84c3a01e9719d5aa.tar.xz forums-c47638293424af5ac79372fe84c3a01e9719d5aa.zip | |
Split the final step of the install into 2 steps
This should help to avoid any timeouts on slow servers with the amount being done
git-svn-id: file:///svn/phpbb/trunk@6127 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/install.php')
| -rwxr-xr-x | phpBB/language/en/install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index d9bf5d9148..2844e7be79 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -207,6 +207,8 @@ $lang = array_merge($lang, array( 'STAGE_ADVANCED' => 'Advanced Settings', 'STAGE_ADVANCED_EXPLAIN' => 'The settings on this page are only necessary to set if you know that you require something different from the default. If unsure, just proceed to the next page, this can be altered from the Administration Panel later.', 'STAGE_CONFIG_FILE' => 'Configuration File', + 'STAGE_CREATE_TABLE' => 'Create Database Tables', + 'STAGE_CREATE_TABLE_EXPLAIN' => 'The database tables used by phpBB 3.0 have been created and populated with some initial data. Proceed to the next screen to finish installing phpBB.', 'STAGE_DATABASE' => 'Database Settings', 'STAGE_FINAL' => 'Final Stage', 'STAGE_INTRO' => 'Introduction', |
