aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-06-10 16:09:46 +0000
committerNils Adermann <naderman@naderman.de>2006-06-10 16:09:46 +0000
commit349518c11f46eff31aff4501d5420b432ba415fe (patch)
tree60d912c8114edab5f54ef7da131473394d8223b8 /phpBB/language
parent7e917eb5d258e5e93d1dcf8d0726020e8cd649b5 (diff)
downloadforums-349518c11f46eff31aff4501d5420b432ba415fe.tar
forums-349518c11f46eff31aff4501d5420b432ba415fe.tar.gz
forums-349518c11f46eff31aff4501d5420b432ba415fe.tar.bz2
forums-349518c11f46eff31aff4501d5420b432ba415fe.tar.xz
forums-349518c11f46eff31aff4501d5420b432ba415fe.zip
- check whether config.php exists
- add <p> to installation dialogue - forgot to commit an mcp info file git-svn-id: file:///svn/phpbb/trunk@6040 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/en/install.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index a49e94b47d..dc4c01b341 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -128,13 +128,13 @@ $lang = array_merge($lang, array(
'INSTALL_CONGRATS' => 'Congratulations',
'INSTALL_CONGRATS_EXPLAIN' => 'You have now successfully installed phpBB 3.0. Clicking the button below will take you to your Administration Control Panel (ACP). Take some time to examine the options available to you. Remember that help is available online via the Userguide and the phpBB support forums, see the %sREADME%s for further information.',
'INSTALL_INTRO' => 'Welcome to Installation',
- 'INSTALL_INTRO_BODY' => '<p>With this option, it is possible to install phpBB onto your server.</p><p>In order to proceed, you will need the following information to hand:</p>
+ 'INSTALL_INTRO_BODY' => 'With this option, it is possible to install phpBB onto your server.</p><p>In order to proceed, you will need the following information to hand:</p>
<ul>
<li>Database server name</li>
<li>Database name</li>
<li>Database username and password</li>
</ul>
- <p>Some more introductory text can go here...</p>',
+ <p>Some more introductory text can go here...',
'INSTALL_INTRO_NEXT' => 'To commence the installation, please press the button below.',
'INSTALL_LOGIN' => 'Login',
'INSTALL_NEXT' => 'Next stage',
@@ -171,7 +171,7 @@ $lang = array_merge($lang, array(
'NO_LOCATION' => 'Cannot determine location',
'NO_TABLES_FOUND' => 'No tables found.',
// 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>',
+ 'OVERVIEW_BODY' => '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',
'PHP_OPTIONAL_MODULE' => 'Optional Modules',
'PHP_OPTIONAL_MODULE_EXPLAIN' => '<strong>Optional</strong> - These modules or applications are optional, you do not need these to use phpBB 3.0. However if you do have them they will will enable greater functionality.',
@@ -216,7 +216,7 @@ $lang = array_merge($lang, array(
'SUB_SUPPORT' => 'Support',
'SUCCESSFUL_CONNECT' => 'Successful Connection',
// TODO: Write some text on obtaining support
- 'SUPPORT_BODY' => '<p>Some text on obtaining support, etc can go here.</p><p>Probably this can be copied from the documentation</p><p>To ensure you stay up to date with the latest news and releases, why not <a href="http://www.phpbb.com/support/" target="_new">subscribe to our mailing list</a></p>',
+ 'SUPPORT_BODY' => 'Some text on obtaining support, etc can go here.</p><p>Probably this can be copied from the documentation</p><p>To ensure you stay up to date with the latest news and releases, why not <a href="http://www.phpbb.com/support/" target="_new">subscribe to our mailing list</a>',
'SYNC_FORUMS' => 'Starting to sync forums',
'SYNC_TOPICS' => 'Starting to sync topics',