|
From: Paul S. O. <ps...@us...> - 2001-11-03 18:13:37
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv5398/language/lang_english Modified Files: lang_main.php Log Message: Additions for site description Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** lang_main.php 2001/11/03 16:17:04 1.20 --- lang_main.php 2001/11/03 18:13:35 1.21 *************** *** 557,560 **** --- 557,561 ---- $lang['Join_group'] = "Join Group"; $lang['No_group_members'] = "This group has no members"; + $lang['Group_hidden_members'] = "This group is hidden, you cannot view its membership"; $lang['No_pending_group_members'] = "This group has no pending members"; $lang["Group_joined"] = "You have successfully subscribed to this group<br />You will be notifed when your subscription is approved by the group moderator"; *************** *** 577,582 **** --- 578,585 ---- $lang['Not_group_moderator'] = "You are not this groups moderator therefor you cannot preform that action."; + $lang['Login_to_join'] = "Login to join or manage group memberships"; $lang['This_open_group'] = "This is an open group, click to request membership"; $lang['This_closed_group'] = "This is a closed group, no more users accepted"; + $lang['This_hidden_group'] = "This is a hidden group, automatic user addition is not allowed"; $lang['Member_this_group'] = "You are a member of this group"; $lang['Pending_this_group'] = "Your membership of this group is pending"; *************** *** 920,923 **** --- 923,927 ---- $lang['General_settings'] = "General Board Settings"; $lang['Site_name'] = "Site name"; + $lang['Site_desc'] = "Site description"; $lang['Acct_activation'] = "Enable account activation"; *************** *** 993,996 **** --- 997,1001 ---- $lang['group_open'] = "Open group"; $lang['group_closed'] = "Closed group"; + $lang['group_hidden'] = "Hidden group"; $lang['group_delete'] = "Delete group"; $lang['group_delete_check'] = "Delete this group"; |