|
From: Paul S. O. <ps...@us...> - 2001-11-29 13:05:06
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv18568/language/lang_english Modified Files: lang_main.php Log Message: Fix for 'bug' #484650 Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -r1.56 -r1.57 *** lang_main.php 2001/11/27 22:14:24 1.56 --- lang_main.php 2001/11/29 13:05:03 1.57 *************** *** 672,676 **** $lang['Display_results'] = "Display results as"; ! $lang['All'] = "All"; $lang['No_search_match'] = "No topics or posts met your search criteria"; --- 672,677 ---- $lang['Display_results'] = "Display results as"; ! $lang['All_available'] = "All available"; ! $lang['No_searchable_forums'] = "You do not have permissions to search any forum on this site"; $lang['No_search_match'] = "No topics or posts met your search criteria"; |