|
From: Paul S. O. <ps...@us...> - 2001-11-16 18:20:52
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv12088/language/lang_english Modified Files: lang_main.php Log Message: Dropped topics, need it Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** lang_main.php 2001/11/16 17:39:33 1.37 --- lang_main.php 2001/11/16 18:20:49 1.38 *************** *** 45,48 **** --- 45,49 ---- $lang['Category'] = "Category"; $lang['Topic'] = "Topic"; + $lang['Topics'] = "Topics"; $lang['Reply'] = "Reply"; $lang['Replies'] = "Replies"; |