|
From: Jon O. <jon...@us...> - 2005-12-09 00:22:31
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12821/language/lang_english Modified Files: lang_admin.php Log Message: schemas and upgrade data are validated Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** lang_admin.php 8 Dec 2005 21:41:28 -0000 1.53 --- lang_admin.php 9 Dec 2005 00:22:23 -0000 1.54 *************** *** 390,394 **** $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"; --- 390,396 ---- $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] = "Enter the Admin Control Panel - Management, and upgrade ALL modules - one by one!"; ! $lang['Portal_install_done'][5] = "Please be sure to check the Portal Configurations and make any required changes."; ! $lang['Go_to_admincp'] = "Now visit the Admin Control Panel and upgrade modules"; $lang['Thanks_for_choosing'] = "Thank you for choosing mxBB-Portal."; $lang['Critical_Error'] = "CRITICAL ERROR"; |