mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Some more work on group CP, modified profile to match themes with templates
git-svn-id: file:///svn/phpbb/trunk@716 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -447,6 +447,33 @@ $lang['Ascending'] = "Ascending";
|
||||
$lang['Descending'] = "Descending";
|
||||
$lang['Order'] = "Order";
|
||||
|
||||
//
|
||||
// Usergroups
|
||||
//
|
||||
$lang['Group_member_details'] = "Group Membership Details";
|
||||
$lang['Group_member_join'] = "Join a Group";
|
||||
|
||||
$lang['Group_Information'] = "Group Information";
|
||||
$lang['Group_name'] = "Group name";
|
||||
$lang['Group_description'] = "Group description";
|
||||
$lang['Group_membership'] = "Group membership";
|
||||
|
||||
$lang['Current_memberships'] = "Current memberships";
|
||||
$lang['Non_member_groups'] = "Non-member groups";
|
||||
$lang['Memberships_pending'] = "Memberships pending";
|
||||
|
||||
$lang['Join_group'] = "Join Group";
|
||||
|
||||
$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['Member_this_group'] = "You are a member of this group";
|
||||
$lang['Are_group_moderator'] = "You are the group moderator";
|
||||
$lang['None'] = "None";
|
||||
|
||||
$lang['Subscribe'] = "Subscribe";
|
||||
$lang['Unsubscribe'] = "Unsubscribe";
|
||||
$lang['View_Information'] = "View Information";
|
||||
|
||||
//
|
||||
// Search <= Should be blank for now
|
||||
//
|
||||
|
Reference in New Issue
Block a user