|
From: Paul S. O. <ps...@us...> - 2002-06-08 22:04:03
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv10121/language/lang_english Modified Files: lang_main.php Log Message: Non-English languages aren't being maintained inline with development at present, layout is likely to change so they go bye bye for now ... less trouble for time being I hope ... Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -r1.87 -r1.88 *** lang_main.php 20 Apr 2002 22:55:11 -0000 1.87 --- lang_main.php 8 Jun 2002 22:03:30 -0000 1.88 *************** *** 114,119 **** $lang['Admin_panel'] = 'Go to Administration Panel'; ! $lang['Board_disable'] = 'Sorry but this board is currently unavailable, please try again later'; ! // --- 114,119 ---- $lang['Admin_panel'] = 'Go to Administration Panel'; ! $lang['Board_disable'] = 'Sorry but this board is currently unavailable'; ! $lang['Board_unavailable'] = 'Sorry but the board is temporarily unavailable, please try again in a few minutes'; // |