diff options
-rw-r--r-- | phpBB/language/lang_english/lang_main.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index a1746b2dfc..b43db9adcc 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -244,6 +244,11 @@ $lang['Rules_moderate'] = 'You <b>can</b> %smoderate this forum%s'; // %s replac $lang['No_topics_post_one'] = 'There are no posts in this forum<br />Click on the <b>Post New Topic</b> link on this page to post one'; +$lang['Stop_watching_forum'] = 'Stop watching this forum'; +$lang['Start_watching_forum'] = 'Watch this forum for new posts'; +$lang['No_longer_watching_forum'] = 'You are no longer watching this forum'; +$lang['You_are_watching_forum'] = 'You are now watching this forum'; + // // Viewtopic |