|
From: Markus P. <mar...@us...> - 2005-04-06 06:11:40
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20685 Modified Files: lang_admin.php Log Message: Changed a couple of lang entries related to the mxBB Installer. Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** lang_admin.php 4 Apr 2005 00:18:55 -0000 1.33 --- lang_admin.php 6 Apr 2005 06:11:31 -0000 1.34 *************** *** 192,196 **** $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 (please note mxBB-Portal does not modify your phpBB database in any way). Then, you should login to your board with your administrator username and password and go to the Administration Control Panel to configure your portal upon your own needs. Please note mxBB-Portal will not work by itself, phpBB must already be installed and configured. Thank you for choosing mxBB-Portal."; $lang['Upgrade_Instruction'] = "mxBB-Portal is already installed. Please, make backups of your database now !<br /><br />The next step will modify the structure of your database (please note mxBB-Portal 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 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 thoughtout the installation panels."; --- 192,196 ---- $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 (please note mxBB-Portal does not modify your phpBB database in any way). Then, you should login to your board with your administrator username and password and go to the Administration Control Panel to configure your portal upon your own needs. Please note mxBB-Portal will not work by itself, phpBB must already be installed and configured. Thank you for choosing mxBB-Portal."; $lang['Upgrade_Instruction'] = "mxBB-Portal is already installed. Please, make backups of your database now !<br /><br />The next step will modify the structure of your database (please note mxBB-Portal 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 thoughtout the installation panels."; *************** *** 231,235 **** $lang['Install_warning'] = "There was 1 warning updating the database"; $lang['Install_warnings'] = "There were %d warnings updating the database"; ! $lang['Portal_install_done'] = "1) At this point your basic installation is complete.<br />2) Please, delete the /install and /contrib folders BEFORE proceeding!!!<br />3) Remember to make backups as often as possible ;-)<br />4) Press the button below and use your Administrator username and password to login to the system.<br />5) Please be sure to check the Portal Configurations and make any required changes.<br /><br />Thank you for choosing mxBB-Portal.<br />"; $lang['Critical_Error'] = "CRITICAL ERROR"; $lang['Error_loading_config'] = "Sorry, could not load mxBB-Portal config.php"; --- 231,241 ---- $lang['Install_warning'] = "There was 1 warning updating the database"; $lang['Install_warnings'] = "There were %d warnings updating the database"; ! $lang['Subscribe_mxBB_News_now'] = "We recommend that you subscribe to the %smxBB-News Mailing List%s to receive information about important news and release announcements.<br /> <br />%sSubscribe to mxBB-News, now!%s"; ! $lang['Portal_install_done'][0] = "At this point your basic installation is complete."; ! $lang['Portal_install_done'][1] = "Please, delete the /install and /contrib folders BEFORE proceeding!!!"; ! $lang['Portal_install_done'][2] = "Remember to make backups as often as possible ;-)"; ! $lang['Portal_install_done'][3] = "Press the button below and use your Administrator username and password to login to the system."; ! $lang['Portal_install_done'][4] = "Please be sure to check the Portal Configurations and make any required changes."; ! $lang['Thanks_for_choosing'] = "Thank you for choosing mxBB-Portal."; $lang['Critical_Error'] = "CRITICAL ERROR"; $lang['Error_loading_config'] = "Sorry, could not load mxBB-Portal config.php"; |