[Phpbb-php5mod-cvs-checkins] phpbb-php5/language/lang_english lang_admin.php,1.2,1.3
Brought to you by:
jelly_doughnut
From: Josh <jel...@us...> - 2005-02-22 01:21:14
|
Update of /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14972/language/lang_english Modified Files: lang_admin.php Log Message: Updating to phpBB 2.0.12. Release within 24 hours hopefully :) Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/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 20 Nov 2004 01:01:11 -0000 1.2 --- lang_admin.php 22 Feb 2005 01:21:02 -0000 1.3 *************** *** 726,729 **** --- 726,741 ---- // + // Version Check + // + $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>.'; + $lang['Connect_socket_error'] = 'Unable to open connection to phpBB Server, reported error is:<br />%s'; + $lang['Socket_functions_disabled'] = 'Unable to use socket functions.'; + $lang['Mailing_list_subscribe_reminder'] = 'For the latest information on updates to phpBB, why not <a href="http://www.phpbb.com/support/" target="_new">subscribe to our mailing list</a>.'; + $lang['Version_information'] = 'Version Information'; + + // // That's all Folks! // ------------------------------------------------- |