|
From: Jon O. <jon...@us...> - 2008-06-16 10:48:22
|
Update of /cvsroot/mxbb/core/install/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6687 Modified Files: lang_admin.php Log Message: Updated install wizard, with new references to new site Fixed the creation of default user Updated all tpl footer, with updated copyrights etc New validation check when switching backend, to ensure you can always manage the system Cleanup when in internal mode. phpbb settings are hidden Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/install/language/lang_english/lang_admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_admin.php 10 Feb 2008 20:59:08 -0000 1.3 --- lang_admin.php 16 Jun 2008 10:47:39 -0000 1.4 *************** *** 34,38 **** $lang['Install_Instruction_phpBB'] = 'Please note, even if you plan to use MX-Publisher with phpBB, this installation does not modify your phpBB database in any way.'; $lang['Upgrade_Instruction'] = 'MX-Publisher is already installed. Please make backups of your database now !<br /><br />The next step will modify the structure of your database (please note MX-Publisher does not modify your phpBB database in any way). If for whatever reason this upgrade procedure fails, there would be no other way to return to your current state. Please make backups of your database BEFORE proceeding !<br /><br />Once done, click the button below to start the upgrade procedure.'; ! $lang['Install_moreinfo'] = '%sRelease Notes%s | %sWelcome Pack%s | %sOnline FAQ%s | %sSupport Forums%s | %sTerms Of Use%s'; $lang['Install_settings'] = 'Installation Settings'; $lang['Choose_lang_explain'] = 'Please use the form below to select the language you wish to use throughout the installation process.'; --- 34,38 ---- $lang['Install_Instruction_phpBB'] = 'Please note, even if you plan to use MX-Publisher with phpBB, this installation does not modify your phpBB database in any way.'; $lang['Upgrade_Instruction'] = 'MX-Publisher is already installed. Please make backups of your database now !<br /><br />The next step will modify the structure of your database (please note MX-Publisher does not modify your phpBB database in any way). If for whatever reason this upgrade procedure fails, there would be no other way to return to your current state. Please make backups of your database BEFORE proceeding !<br /><br />Once done, click the button below to start the upgrade procedure.'; ! $lang['Install_moreinfo'] = '%sRelease Notes%s | %sOnline Manual%s | %sOnline KB%s | %sSupport Forums%s | %sTerms Of Use%s'; $lang['Install_settings'] = 'Installation Settings'; $lang['Choose_lang_explain'] = 'Please use the form below to select the language you wish to use throughout the installation process.'; |