|
From: Paul S. O. <ps...@us...> - 2002-01-27 01:20:18
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv24832/language/lang_english Modified Files: lang_main.php Log Message: Add $lang['Browsing_forum'] ... at least two more additions to come Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -r1.78 -r1.79 *** lang_main.php 2002/01/25 21:53:05 1.78 --- lang_main.php 2002/01/27 01:20:15 1.79 *************** *** 121,124 **** --- 121,125 ---- // $lang['Registered_users'] = "Registered Users:"; + $lang['Browsing_forum'] = "Users browsing this forum:"; $lang['Online_users_zero_total'] = "In total there are <b>0</b> users online :: "; $lang['Online_users_total'] = "In total there are <b>%d</b> users online :: "; *************** *** 454,457 **** --- 455,462 ---- $lang['No_to_user'] = "You must specify a username to send this message"; $lang['No_such_user'] = "Sorry but no such user exists"; + + $lang['Disable_HTML_pm'] = "Disable HTML in this message"; + $lang['Disable_BBCode_pm'] = "Disable BBCode in this message"; + $lang['Disable_Smilies_pm'] = "Disable Smilies in this message"; $lang['Message_sent'] = "Your message has been sent"; |