|
From: Florin C B. <ory...@us...> - 2014-05-13 17:59:45
|
Update of /cvsroot/mxbb/core/install/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25972/language/lang_english Modified Files: lang_admin.php Log Message: some fixes to the internal BACKEND, plus some support for other backends compatible in the future versions Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/install/language/lang_english/lang_admin.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_admin.php 9 May 2014 07:53:01 -0000 1.6 --- lang_admin.php 13 May 2014 17:59:43 -0000 1.7 *************** *** 45,49 **** $lang['Portal_backend'] = 'Backend Name'; $lang['Session_backend'] = 'Users & Sessions'; ! $lang['Session_backend_explain'] = 'The MX-Publisher-IWizard has detected installed phpBB boards on this server. <br />Select here if you plan to use MX-Publisher with phpBB users and sessions. <br />If you are unsure (or if you want to install MX-Publisher without phpBB), select \'Internal\' setup. <br />You may update this setting later in the MX-Publisher adminCP'; $lang['Phpbb_path'] = 'phpBB relative path'; $lang['Phpbb_path_explain'] = 'Relative path to phpBB, ex. phpBB/ or ../phpBB/<br />Note the slashes "/", they are important!'; --- 45,49 ---- $lang['Portal_backend'] = 'Backend Name'; $lang['Session_backend'] = 'Users & Sessions'; ! $lang['Session_backend_explain'] = 'The MX-Publisher-IWizard has detected installed forum boards on this server. <br />Select here if you plan to use MX-Publisher with forums users and sessions. <br />If you are unsure (or if you want to install MX-Publisher without phpBB), select \'Internal\' setup. <br />You may update this setting later in the MX-Publisher adminCP'; $lang['Phpbb_path'] = 'phpBB relative path'; $lang['Phpbb_path_explain'] = 'Relative path to phpBB, ex. phpBB/ or ../phpBB/<br />Note the slashes "/", they are important!'; *************** *** 58,61 **** --- 58,63 ---- $lang['DB_Name'] = 'Your Database Name'; $lang['DB_Username'] = 'Database Username'; + $lang['DB_Character_Set'] = 'Database Character Set'; + $lang['DB_Character_Set_explain'] = 'Character Set ex. utf8'; $lang['MXP_Adminname'] = 'MXP Admin Username'; $lang['DB_Password'] = 'Database Password'; *************** *** 77,80 **** --- 79,90 ---- $lang['Install_phpbb_db_failed'] = 'Sorry, we could not connect to the phpBB database.<br />Please check that your phpBB is correctly installed and up and running BEFORE installing MX-Publisher.<br />\n<br />\n'; $lang['Install_phpbb_unsupported'] = 'Unfortunately, the phpBB board installed on this server is not supported by MX-Publisher.<br />Please check the release notes for installation requirements.<br />\n<br />\n'; + $lang['Install_smf_not_found'] = 'Sorry, we could not find any SMF board installed on this server.<br />Please install phpBB BEFORE installing MX-Publisher.<br />\n<br />\n'; + $lang['Install_smf_db_failed'] = 'Sorry, we could not connect to the SMF database.<br />Please check that your phpBB is correctly installed and up and running BEFORE installing MX-Publisher.<br />\n<br />\n'; + $lang['Install_smf_unsupported'] = 'Unfortunately, the phpBB board installed on this server is not supported by MX-Publisher.<br />Please check the release notes for installation requirements.<br />\n<br />\n'; + $lang['Install_mybb_not_found'] = 'Sorry, we could not find any myBB board installed on this server.<br />Please install myBB BEFORE installing MX-Publisher.<br />\n<br />\n'; + $lang['Install_mybb_db_failed'] = 'Sorry, we could not connect to the myBB database.<br />Please check that your myBB is correctly installed and up and running BEFORE installing MX-Publisher.<br />\n<br />\n'; + $lang['Install_mybb_unsupported'] = 'Unfortunately, the phpBB board installed on this server is not supported by MX-Publisher.<br />Please check the release notes for installation requirements.<br />\n<br />\n'; + $lang['Install_forums_not_found'] = 'Sorry, we could not find any forum board installed on this server.<br />Please install a forum suppported by this installer BEFORE installing MX-Publisher.<br />\n<br />\n'; + $lang['Install_forums_unsupported'] = 'Unfortunately, any forum board installed on this server is not supported by MX-Publisher.<br />Please check the release notes for installation requirements.<br />\n<br />\n'; $lang['Install_noscript_warning'] = 'Sorry, this installation requires a JavaScript enabled browser. It might not work on your browser.'; $lang['Upgrade_are_you_sure'] = 'This upgrade procedure will make modifications to your database. Are you sure you wish to proceed?'; |