|
From: FlorinCB <ory...@us...> - 2009-10-08 23:48:15
|
Update of /cvsroot/mxbb/phpbb2mxp/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8420/lang_english Modified Files: lang_admin.php lang_bbcode.php lang_faq.php lang_main.php lang_meta.php Log Message: upd Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/language/lang_english/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 24 Jan 2009 05:09:55 -0000 1.2 --- lang_admin.php 8 Oct 2009 23:48:05 -0000 1.3 *************** *** 753,757 **** // $lang['Version_up_to_date'] = 'Your installation is up to date, no updates are available for your version of phpBB.'; ! $lang['Version_not_up_to_date'] = 'Your installation does <b>not</b> seem to be up to date. Updates are available for your version of phpBB, please visit <a href="http://www.phpbb.com/downloads.php" target="_new">http://www.phpbb.com/downloads.php</a> to obtain the latest version.'; $lang['Latest_version_info'] = 'The latest available version is <b>phpBB %s</b>.'; $lang['Current_version_info'] = 'You are running <b>phpBB %s</b>.'; --- 753,757 ---- // $lang['Version_up_to_date'] = 'Your installation is up to date, no updates are available for your version of phpBB.'; ! $lang['Version_not_up_to_date'] = 'Your installation does <b>not</b> seem to be up to date. Updates are available for your version of phpBB, please visit <a href="http://www.phpbb.com/downloads/" target="_new">http://www.phpbb.com/downloads/</a> to obtain the latest version.'; $lang['Latest_version_info'] = 'The latest available version is <b>phpBB %s</b>.'; $lang['Current_version_info'] = 'You are running <b>phpBB %s</b>.'; |