mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
This now gives a full path through the new install system.
New features: - Rearranged config items - Added advanced config page for optional settings - Email admin on install NOTE: This only works if config.php is writable, if it is unwritable, you must fallback to the old method, edit install_install.php where the redirect is commented out in the database settings to do this git-svn-id: file:///svn/phpbb/trunk@5764 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
21
phpBB/language/en/email/installed.txt
Normal file
21
phpBB/language/en/email/installed.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
Subject: phpBB Installed
|
||||
Charset: iso-8859-1
|
||||
|
||||
Congratulations,
|
||||
|
||||
You have successfully installed phpBB on your server.
|
||||
|
||||
This email contains important information on your installation that you should keep safe. The password has been encrypted in the database and cannot be recovered, although you can request a new password should you lose this one
|
||||
|
||||
----------------------------
|
||||
Username: {USERNAME}
|
||||
Password: {PASSWORD}
|
||||
|
||||
Board URL: {U_BOARD}
|
||||
----------------------------
|
||||
|
||||
Useful information on your phpBB installation can be found in the docs folder of your installation and on our website - http://www.phpbb.com/support/
|
||||
|
||||
We recommend that in order to stay current with software releases you subscribe to our mailing list, located at the above URL.
|
||||
|
||||
{EMAIL_SIG}
|
@@ -42,6 +42,7 @@ $lang = array_merge($lang, array(
|
||||
'CAT_CONVERT' => 'Convert',
|
||||
'CAT_INSTALL' => 'Install',
|
||||
'CAT_OVERVIEW' => 'Overview',
|
||||
'CONFIG_FILE_WRITTEN' => 'The configuration file has been written, you may now proceed to the next step of the installation',
|
||||
'CONFIG_RETRY' => 'Retry',
|
||||
'CONTACT_EMAIL' => 'Contact email address',
|
||||
'CONTACT_EMAIL_CONFIRM' => 'Confirm contact email',
|
||||
@@ -118,6 +119,7 @@ $lang = array_merge($lang, array(
|
||||
'INSTALL_TEST' => 'Test Again',
|
||||
'INST_ERR_DB_CONNECT' => 'Could not connect to the database, see error message below',
|
||||
'INST_ERR_DB_NO_ERROR' => 'No error message given',
|
||||
'INST_ERR_EMAIL_INVALID' => 'The email address you entered is invalid',
|
||||
'INST_ERR_EMAIL_MISMATCH' => 'The emails you entered did not match.',
|
||||
'INST_ERR_FATAL' => 'Fatal installation error',
|
||||
'INST_ERR_FATAL_DB' => 'A fatal and unrecoverable database error has occured. This may be because the specified user does not have appropriate rights to CREATE TABLES or INSERT data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.',
|
||||
@@ -158,7 +160,11 @@ $lang = array_merge($lang, array(
|
||||
'SERVER_PORT' => 'Server port',
|
||||
'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different',
|
||||
'STAGE_ADMINISTRATOR' => 'Administrator Details',
|
||||
'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_DATABASE' => 'Database Settings',
|
||||
'STAGE_FINAL' => 'Final Stage',
|
||||
'STAGE_INTRO' => 'Introduction',
|
||||
'STAGE_REQUIREMENTS' => 'Requirements',
|
||||
'SUB_INTRO' => 'Introduction',
|
||||
|
Reference in New Issue
Block a user