|
From: Andrew N. \(MHobbit\) <men...@us...> - 2005-10-24 00:56:03
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1091/language/lang_english Modified Files: lang_admin.php Log Message: Added/implemented the mxBB version check... commented the beginning and end of the phpBB version check and mxBB version check code blocks... Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** lang_admin.php 23 Oct 2005 20:51:30 -0000 1.50 --- lang_admin.php 24 Oct 2005 00:55:40 -0000 1.51 *************** *** 534,537 **** --- 534,546 ---- // + // Version Checker + // + $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>.'; + $lang['mxBB_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to mxBB, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>.'; + + // // That's all Folks! // ------------------------------------------------- |