|
|
|
@ -73,7 +73,7 @@ $lang = array_merge($lang, array(
|
|
|
|
|
'CONTINUE_OLD_CONVERSION' => 'Continue previously started conversion',
|
|
|
|
|
'CONVERT' => 'Convert',
|
|
|
|
|
'CONVERT_COMPLETE' => 'Conversion completed',
|
|
|
|
|
'CONVERT_COMPLETE_EXPLAIN' => 'You have now successfully converted your board to phpBB 3.0. You can now login and <a href="../">access your forum</a>. Remember that help on using phpBB is available online via the <a href="http://www.phpbb.com/support/documentation/3.0/">Documentation</a> and the <a href="http://www.phpbb.com/phpBB/viewforum.php?f=46">Beta support forum</a>.',
|
|
|
|
|
'CONVERT_COMPLETE_EXPLAIN' => 'You have now successfully converted your board to phpBB 3.0. You can now login and <a href="../">access your forum</a>. Remember that help on using phpBB is available online via the <a href="http://www.phpbb.com/support/documentation/3.0/">Documentation</a> and the <a href="http://www.phpbb.com/community/viewforum.php?f=46">support forums</a>.',
|
|
|
|
|
'CONVERT_INTRO' => 'Welcome to the phpBB Unified Convertor Framework',
|
|
|
|
|
'CONVERT_INTRO_BODY' => 'From here, you are able to import data from other (installed) forum systems. The list below shows all the conversion modules currently available. If there is no convertor shown in this list for the forum software you wish to convert from, please check our website where further conversion modules may be available for download.',
|
|
|
|
|
'CONVERT_NEW_CONVERSION' => 'New conversion',
|
|
|
|
@ -180,15 +180,32 @@ $lang = array_merge($lang, array(
|
|
|
|
|
<h2>Convert an existing forum to phpBB3</h2>
|
|
|
|
|
<p>The phpBB Unified Convertor Framework supports the conversion of phpBB 2.0.x and other forum systems to phpBB3. If you have an existing forum that you wish to convert, please <a href="%2$s">proceed on to the convertor</a>.</p>
|
|
|
|
|
<h2>Go live with your phpBB3!</h2>
|
|
|
|
|
<p>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 <a href="http://www.phpbb.com/support/documentation/3.0/">Documentation</a> and the <a href="http://www.phpbb.com/phpBB/viewforum.php?f=46">Beta support forum</a>, see the <a href="%3$s">README</a> for further information.</p><p><strong>Please now delete, move or rename the install directory before you use your forum. If this directory is still present, only the Administration Control Panel (ACP) will be accessible.</strong></p>',
|
|
|
|
|
<p>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 <a href="http://www.phpbb.com/support/documentation/3.0/">Documentation</a> and the <a href="http://www.phpbb.com/community/viewforum.php?f=46">support forums</a>, see the <a href="%3$s">README</a> for further information.</p><p><strong>Please now delete, move or rename the install directory before you use your forum. If this directory is still present, only the Administration Control Panel (ACP) will be accessible.</strong></p>',
|
|
|
|
|
'INSTALL_INTRO' => 'Welcome to Installation',
|
|
|
|
|
'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 on hand:</p>
|
|
|
|
|
// TODO: write some more introductions here
|
|
|
|
|
'INSTALL_INTRO_BODY' => 'With this option, it is possible to install phpBB onto your server.</p><p>In order to proceed, you will need your database settings. If you do not know your database settings, please contact your host and ask for them. You will not be able to continue without them. You need:</p>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Database server name</li>
|
|
|
|
|
<li>Database name</li>
|
|
|
|
|
<li>Database username and password</li>
|
|
|
|
|
<li>The Database Type - the database you will be using.</li>
|
|
|
|
|
<li>The Database server hostname or DSN - the address of the database server.</li>
|
|
|
|
|
<li>The Database server port - the port of the database server (most of the time this is not needed).</li>
|
|
|
|
|
<li>The Database name - the name of the database on the server.</li>
|
|
|
|
|
<li>The Database username and Database password - the login data to access the database.</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<p>Some more introductory text can go here…',
|
|
|
|
|
|
|
|
|
|
<p><strong>Note:</strong> if you are installing using SQLite, you should enter the full path to your database file in the DSN field and leave the username and password fields blank. For security reasons, you should make sure that the database file is not stored in a location accessible from the web.</p>
|
|
|
|
|
|
|
|
|
|
<p>phpBB3 supports the following databases:</p>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>MySQL 3.23 or above (MySQLi supported)</li>
|
|
|
|
|
<li>PostgreSQL 7.3+</li>
|
|
|
|
|
<li>SQLite 2.8.2+</li>
|
|
|
|
|
<li>Firebird 2.0+</li>
|
|
|
|
|
<li>MS SQL Server 2000 or above (directly or via ODBC)</li>
|
|
|
|
|
<li>Oracle</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<p>Only those databases supported on your server will be displayed.',
|
|
|
|
|
'INSTALL_INTRO_NEXT' => 'To commence the installation, please press the button below.',
|
|
|
|
|
'INSTALL_LOGIN' => 'Login',
|
|
|
|
|
'INSTALL_NEXT' => 'Next stage',
|
|
|
|
@ -251,7 +268,7 @@ $lang = array_merge($lang, array(
|
|
|
|
|
'NO_LOCATION' => 'Cannot determine location. If you know Imagemagick is installed, you may specify the location later within your Administration Panel',
|
|
|
|
|
'NO_TABLES_FOUND' => 'No tables found.',
|
|
|
|
|
// TODO: Write some explanatory introduction text
|
|
|
|
|
'OVERVIEW_BODY' => 'Welcome to our public beta of the next-generation of phpBB after 2.0.x, phpBB 3.0! This beta release is intended for advanced users to try out on dedicated development environments to help us finish creating the best Opensource Bulletin Board solution available.</p><p><strong style="text-transform: uppercase;">Note:</strong> This release is <strong style="text-transform: uppercase;">not final</strong> and made available for testing purposes <strong style="text-transform: uppercase;">only</strong>.</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.',
|
|
|
|
|
'OVERVIEW_BODY' => 'Welcome to our public release candidate of the next-generation of phpBB after 2.0.x, phpBB 3.0! This release is intended for wider scale use to help us identifying last bugs and problematic areas.</p><p>Please read <a href="../docs/INSTALL.html">our installation guide</a> for more information about installing phpBB3</p><p><strong style="text-transform: uppercase;">Note:</strong> This release is <strong style="text-transform: uppercase;">still not final</strong>. You may want to wait for the full final release before running it live.</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.',
|
|
|
|
|
'PCRE_UTF_SUPPORT' => 'PCRE UTF-8 support',
|
|
|
|
|
'PCRE_UTF_SUPPORT_EXPLAIN' => 'phpBB will <strong>not</strong> run if your PHP installation is not compiled with UTF-8 support in the PCRE extension.',
|
|
|
|
|
'PHP_OPTIONAL_MODULE' => 'Optional modules',
|
|
|
|
@ -305,7 +322,7 @@ $lang = array_merge($lang, array(
|
|
|
|
|
'SUB_SUPPORT' => 'Support',
|
|
|
|
|
'SUCCESSFUL_CONNECT' => 'Successful connection',
|
|
|
|
|
// TODO: Write some text on obtaining support
|
|
|
|
|
'SUPPORT_BODY' => 'During the beta phase a minimal level of support will be given at <a href="http://www.phpbb.com/phpBB/viewforum.php?f=46">the phpBB 3.0 Beta support forum</a>. We will provide answers to general setup questions, configuration problems and support for determining common problems mostly related to bugs. We will not support modifications, custom code/style additions or any users using the beta packages within a live environment.</p><p>For additional assistance, please refer to our <a href="http://www.phpbb.com/support/documentation/3.0/quickstart/">Quick Start Guide</a>.</p><p>To ensure you stay up to date with the latest news and releases, why not <a href="http://www.phpbb.com/support/">subscribe to our mailing list</a>.',
|
|
|
|
|
'SUPPORT_BODY' => 'During the release candidate phase full support will be given at <a href="http://www.phpbb.com/community/viewforum.php?f=46">the phpBB 3.0.x support forums</a>. We will provide answers to general setup questions, configuration problems, conversion problems and support for determining common problems mostly related to bugs. We will also allow discussions about modifications and custom code/style additions.</p><p>For additional assistance, please refer to our <a href="http://www.phpbb.com/support/documentation/3.0/quickstart/">Quick Start Guide</a> and <a href="http://www.phpbb.com/support/documentation/3.0/">the online documentation</a>.</p><p>To ensure you stay up to date with the latest news and releases, why not <a href="http://www.phpbb.com/support/">subscribe to our mailing list</a>.',
|
|
|
|
|
'SYNC_FORUMS' => 'Starting to sync forums',
|
|
|
|
|
'SYNC_TOPICS' => 'Starting to sync topics',
|
|
|
|
|
'SYNC_TOPIC_ID' => 'Synchronising topics from <var>topic_id</var> %1$s to %2$s.',
|
|
|
|
|