[Phpbb-php5mod-cvs-checkins] phpbb-php5/language/lang_english lang_main.php,1.1,1.2
Brought to you by:
jelly_doughnut
From: Josh <jel...@us...> - 2005-05-08 02:12:53
|
Update of /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28399/language/lang_english Modified Files: lang_main.php Log Message: - phpBB 2.0.15 - some bug fixes courtesy of astute users - a few long arrays turned to short ones Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 29 Jul 2004 22:36:21 -0000 1.1 --- lang_main.php 8 May 2005 02:12:44 -0000 1.2 *************** *** 1019,1022 **** --- 1019,1024 ---- $lang['A_critical_error'] = 'A Critical Error Occurred'; + $lang['Admin_reauthenticate'] = 'To administer the board you must re-authenticate yourself.'; + // // That's all, Folks! |