mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10618] Replace phpBB 3.0 with phpBB 3 for 3.1.
PHPBB3-10618
This commit is contained in:
parent
6ad87d3aaf
commit
d035dc3eef
1 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ $lang = array_merge($lang, array(
|
||||||
'CONTINUE_OLD_CONVERSION' => 'Continue previously started conversion',
|
'CONTINUE_OLD_CONVERSION' => 'Continue previously started conversion',
|
||||||
'CONVERT' => 'Convert',
|
'CONVERT' => 'Convert',
|
||||||
'CONVERT_COMPLETE' => 'Conversion completed',
|
'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 board</a>. Please ensure that the settings were transferred correctly before enabling your board by deleting the install directory. 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_COMPLETE_EXPLAIN' => 'You have now successfully converted your board to phpBB 3. You can now login and <a href="../">access your board</a>. Please ensure that the settings were transferred correctly before enabling your board by deleting the install directory. 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' => 'Welcome to the phpBB Unified Convertor Framework',
|
||||||
'CONVERT_INTRO_BODY' => 'From here, you are able to import data from other (installed) board systems. The list below shows all the conversion modules currently available. If there is no convertor shown in this list for the board software you wish to convert from, please check our website where further conversion modules may be available for download.',
|
'CONVERT_INTRO_BODY' => 'From here, you are able to import data from other (installed) board systems. The list below shows all the conversion modules currently available. If there is no convertor shown in this list for the board software you wish to convert from, please check our website where further conversion modules may be available for download.',
|
||||||
'CONVERT_NEW_CONVERSION' => 'New conversion',
|
'CONVERT_NEW_CONVERSION' => 'New conversion',
|
||||||
|
@ -155,7 +155,7 @@ $lang = array_merge($lang, array(
|
||||||
'DLL_XML' => 'XML support [ Jabber ]',
|
'DLL_XML' => 'XML support [ Jabber ]',
|
||||||
'DLL_ZLIB' => 'zlib compression support [ gz, .tar.gz, .zip ]',
|
'DLL_ZLIB' => 'zlib compression support [ gz, .tar.gz, .zip ]',
|
||||||
'DL_CONFIG' => 'Download config',
|
'DL_CONFIG' => 'Download config',
|
||||||
'DL_CONFIG_EXPLAIN' => 'You may download the complete config.php to your own PC. You will then need to upload the file manually, replacing any existing config.php in your phpBB 3.0 root directory. Please remember to upload the file in ASCII format (see your FTP application documentation if you are unsure how to achieve this). When you have uploaded the config.php please click “Done” to move to the next stage.',
|
'DL_CONFIG_EXPLAIN' => 'You may download the complete config.php to your own PC. You will then need to upload the file manually, replacing any existing config.php in your phpBB 3 root directory. Please remember to upload the file in ASCII format (see your FTP application documentation if you are unsure how to achieve this). When you have uploaded the config.php please click “Done” to move to the next stage.',
|
||||||
'DL_DOWNLOAD' => 'Download',
|
'DL_DOWNLOAD' => 'Download',
|
||||||
'DONE' => 'Done',
|
'DONE' => 'Done',
|
||||||
|
|
||||||
|
@ -331,7 +331,7 @@ $lang = array_merge($lang, array(
|
||||||
'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 you are unsure, just proceed to the next page, as these settings can be altered from the Administration Control Panel later.',
|
'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 you are unsure, just proceed to the next page, as these settings can be altered from the Administration Control Panel later.',
|
||||||
'STAGE_CONFIG_FILE' => 'Configuration file',
|
'STAGE_CONFIG_FILE' => 'Configuration file',
|
||||||
'STAGE_CREATE_TABLE' => 'Create database tables',
|
'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_CREATE_TABLE_EXPLAIN' => 'The database tables used by phpBB 3 have been created and populated with some initial data. Proceed to the next screen to finish installing phpBB.',
|
||||||
'STAGE_DATABASE' => 'Database settings',
|
'STAGE_DATABASE' => 'Database settings',
|
||||||
'STAGE_FINAL' => 'Final stage',
|
'STAGE_FINAL' => 'Final stage',
|
||||||
'STAGE_INTRO' => 'Introduction',
|
'STAGE_INTRO' => 'Introduction',
|
||||||
|
|
Loading…
Add table
Reference in a new issue