|
From: Jon O. <jon...@us...> - 2008-06-16 20:41:41
|
Update of /cvsroot/mxbb/core/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1872/lang_swedish Modified Files: lang_admin.php Log Message: Admin index fixes: last updated, upgrade link etc Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_swedish/lang_admin.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_admin.php 3 Jun 2008 20:04:29 -0000 1.5 --- lang_admin.php 16 Jun 2008 20:41:35 -0000 1.6 *************** *** 510,514 **** // $lang['mxBB_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of mxBB.'; ! $lang['mxBB_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. 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>MX-Publisher %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; --- 510,514 ---- // $lang['mxBB_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of mxBB.'; ! $lang['mxBB_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://www.mx-publisher.com/download" target="_new">the mxBB Core package download</a> to obtain the latest version.'; $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; |