|
From: James A. <th...@us...> - 2001-11-09 08:57:40
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv3015/language/lang_english Modified Files: lang_main.php Log Message: Checked all calls to message_die and made sure that if they would be outputted to a user without a major error that they got their error string from the lang file Also made sure all calls had the right arguments in teh right place Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** lang_main.php 2001/11/07 21:44:07 1.27 --- lang_main.php 2001/11/09 08:57:37 1.28 *************** *** 147,150 **** --- 147,151 ---- $lang['Newest_user'] = "The newest registered user is <b>%s%s%s</b>"; // username + $lang['No_new_posts_last_visit'] = "No new posts since your last visit"; $lang['No_new_posts'] = "No new posts"; $lang['New_posts'] = "New posts"; *************** *** 556,559 **** --- 557,563 ---- $lang['Non_member_groups'] = "Non-member groups"; $lang['Memberships_pending'] = "Memberships pending"; + + $lang['No_groups_exist'] = "No Groups Exist"; + $lang['Group_not_exist'] = "That user group does not exist"; $lang['Join_group'] = "Join Group"; |