|
From: Jon O. <jon...@us...> - 2008-06-03 21:01:28
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27177 Modified Files: Tag: core28x lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_main.php,v retrieving revision 1.36.2.1 retrieving revision 1.36.2.2 diff -C2 -d -r1.36.2.1 -r1.36.2.2 *** lang_main.php 3 Feb 2008 19:24:18 -0000 1.36.2.1 --- lang_main.php 3 Jun 2008 21:01:24 -0000 1.36.2.2 *************** *** 28,31 **** --- 28,33 ---- $lang['Block_updated_date'] = 'Updated '; $lang['Block_updated_by'] = 'by '; + $lang['Page_updated_date'] = 'This page was updated '; + $lang['Page_updated_by'] = 'by '; $lang['Powered_by'] = 'Powered by '; *************** *** 107,111 **** // along with our copyright message indicating you are the translator // please add it here. ! //$lang['TRANSLATION_INFO_MXBB'] = 'English Language by <a href="http://www.mx-system.com" target="_blank">mxBB Development Team</a>'; // --- 109,113 ---- // along with our copyright message indicating you are the translator // please add it here. ! //$lang['TRANSLATION_INFO_MXBB'] = 'English Language by <a href="http://www.mx-publisher.com" target="_blank">mxBB Development Team</a>'; // Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.77.2.4 retrieving revision 1.77.2.5 diff -C2 -d -r1.77.2.4 -r1.77.2.5 *** lang_admin.php 3 May 2008 19:11:36 -0000 1.77.2.4 --- lang_admin.php 3 Jun 2008 21:01:24 -0000 1.77.2.5 *************** *** 506,510 **** // $lang['mxBB_Version_up_to_date'] = 'Your mxBB installation is up to date. No updates are available for your version of mxBB.'; ! $lang['mxBB_Version_outdated'] = 'Your mxBB installation does <b>not</b> seem to be up to date. Updates are available for your version of mxBB. Please visit <a href="http://www.mx-system.com/index.php?page=4&action=file&file_id=2" target="_new">the mxBB Core package download</a> to obtain the latest version.'; $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>mxBB %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>mxBB %s</b>.'; --- 506,510 ---- // $lang['mxBB_Version_up_to_date'] = 'Your mxBB installation is up to date. No updates are available for your version of mxBB.'; ! $lang['mxBB_Version_outdated'] = 'Your mxBB installation does <b>not</b> seem to be up to date. Updates are available for your version of mxBB. Please visit <a href="http://www.mx-publisher.com/index.php?page=4&action=file&file_id=2" target="_new">the mxBB Core package download</a> to obtain the latest version.'; $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>mxBB %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>mxBB %s</b>.'; |