|
From: Jon O. <jon...@us...> - 2008-02-10 20:59:13
|
Update of /cvsroot/mxbb/core/install/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31706 Modified Files: lang_admin.php Log Message: Updated. Upgrad etc http://www.mx-system.com/forum/viewtopic.php?t=10571 Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/install/language/lang_english/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 4 Feb 2008 15:58:09 -0000 1.2 --- lang_admin.php 10 Feb 2008 20:59:08 -0000 1.3 *************** *** 30,34 **** $lang['Welcome_install'] = 'Welcome to the MX-Publisher Installation Wizard'; $lang['Install_Instruction'] = 'Please fill out the details requested below. This installation program will create your personalized config.php (in the Portal root directory) and the Portal database with default settings. Once this is done, you\'ll see a report of all the steps taken. You should then login to your board with your administrator username and password and go to the Administration Control Panel to configure your portal with your own preferences. Thank you for choosing MX-Publisher.'; ! $lang['Install_Instruction_mxBB'] = 'Your admin account will be created: username (admin), password (admin). Modify this password asap!'; $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.'; --- 30,35 ---- $lang['Welcome_install'] = 'Welcome to the MX-Publisher Installation Wizard'; $lang['Install_Instruction'] = 'Please fill out the details requested below. This installation program will create your personalized config.php (in the Portal root directory) and the Portal database with default settings. Once this is done, you\'ll see a report of all the steps taken. You should then login to your board with your administrator username and password and go to the Administration Control Panel to configure your portal with your own preferences. Thank you for choosing MX-Publisher.'; ! $lang['Install_Instruction_mxBB'] = 'Be sure to fill out the form below carefully. If you need, consult the MXP documentation for further assistance.'; ! $lang['Install_Instruction_MXP_Admin'] = 'If the MXP adminname and password are left blank, your admin account will be created: username (admin), password (admin). Modify this password asap!'; $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.'; *************** *** 53,57 **** --- 54,61 ---- $lang['DB_Name'] = 'Your Database Name'; $lang['DB_Username'] = 'Database Username'; + $lang['MXP_Adminname'] = 'MXP Admin Username'; $lang['DB_Password'] = 'Database Password'; + $lang['MXP_Password'] = 'MXP Admin Password'; + $lang['MXP_Password2'] = 'MXP Admin Password (repeat)'; $lang['Table_Prefix'] = 'phpBB Prefix in DB'; $lang['MX_Table_Prefix'] = 'MX-Publisher Prefix in DB'; *************** *** 89,92 **** --- 93,97 ---- $lang['Error_loading_config'] = 'Sorry, could not load MX-Publisher config.php'; $lang['Error_database_down'] = 'Sorry, could not connect to the database.'; + $lang['PasswordMissmatch'] = 'Sorry, your MXP Admin passwords mismatch.'; // |