|
From: Paul S. O. <ps...@us...> - 2002-01-13 15:23:57
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv14892/language/lang_english Modified Files: lang_main.php Log Message: Four new lines; 136, 137, 725, 726 ... translators watching this please update your lang_main's, thanks Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -r1.75 -r1.76 *** lang_main.php 2002/01/03 22:53:04 1.75 --- lang_main.php 2002/01/13 15:23:55 1.76 *************** *** 134,137 **** --- 134,140 ---- $lang['Guest_user_total'] = "%d Guest"; + $lang['Admin_online_color'] = "[ %sAdministrator%s ]"; + $lang['Mod_online_color'] = "[ %sModerator%s ]"; + $lang['You_last_visit'] = "You last visited on %s"; // %s replaced by date/time $lang['Current_time'] = "The time now is %s"; // %s replaced by time *************** *** 720,723 **** --- 723,728 ---- $lang['Search_for_any'] = "Search for any terms or use query as entered"; $lang['Search_for_all'] = "Search for all terms"; + $lang['Search_title_msg'] = "Search topic title and message text"; + $lang['Search_msg_only'] = "Search message text only"; $lang['Return_first'] = "Return first"; // followed by xxx characters in a select box |