|
From: Paul S. O. <ps...@us...> - 2002-04-20 22:55:15
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv9976/language/lang_english Modified Files: lang_main.php Log Message: Forum watch stuff Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -r1.86 -r1.87 *** lang_main.php 20 Apr 2002 00:22:29 -0000 1.86 --- lang_main.php 20 Apr 2002 22:55:11 -0000 1.87 *************** *** 245,248 **** --- 245,253 ---- $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'; + // |