From 14d7d43c384a19648cb6c7b1daa092dd33d00670 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 27 Jan 2002 01:20:15 +0000 Subject: [PATCH] Add $lang['Browsing_forum'] ... at least two more additions to come git-svn-id: file:///svn/phpbb/trunk@1959 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english/lang_main.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index e1b6fd871a..11c0955b5b 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -120,6 +120,7 @@ $lang['Board_disable'] = "Sorry but this board is currently unavailable, please // Global Header strings // $lang['Registered_users'] = "Registered Users:"; +$lang['Browsing_forum'] = "Users browsing this forum:"; $lang['Online_users_zero_total'] = "In total there are 0 users online :: "; $lang['Online_users_total'] = "In total there are %d users online :: "; $lang['Online_user_total'] = "In total there is %d user online :: "; @@ -454,6 +455,10 @@ $lang['Cannot_send_privmsg'] = "Sorry but the administrator has prevented you fr $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"; $lang['Click_return_inbox'] = "Click %sHere%s to return to your Inbox";