aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-03 19:17:06 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-03 19:17:06 +0000
commit7844a5fa7fe9359b2bbb4134a149651dfe49c666 (patch)
tree169af49c5d04e3dbb10de1c24e011037ab74e124 /phpBB/language
parent93ee34b2a3e057ad9d461f42b82b4d9ce5738062 (diff)
downloadforums-7844a5fa7fe9359b2bbb4134a149651dfe49c666.tar
forums-7844a5fa7fe9359b2bbb4134a149651dfe49c666.tar.gz
forums-7844a5fa7fe9359b2bbb4134a149651dfe49c666.tar.bz2
forums-7844a5fa7fe9359b2bbb4134a149651dfe49c666.tar.xz
forums-7844a5fa7fe9359b2bbb4134a149651dfe49c666.zip
Group control panel updates and mods + hidden group ability
git-svn-id: file:///svn/phpbb/trunk@1268 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/lang_english/lang_main.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php
index ad90d75003..954e78ab24 100644
--- a/phpBB/language/lang_english/lang_main.php
+++ b/phpBB/language/lang_english/lang_main.php
@@ -337,6 +337,7 @@ $lang['Click_return_login'] = "Click %sHere%s to try again";
$lang['Click_return_forum'] = "Click %sHere%s to return to the forum";
$lang['Click_view_message'] = "Click %sHere%s to view your message";
$lang['Click_return_modcp'] = "Click %sHere%s to return to the Moderator Control Panel";
+$lang['Click_return_group'] = "Click %sHere%s to return to group information";
$lang['Topic_reply_notification'] = "Topic Reply Notification";
@@ -561,7 +562,10 @@ $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";
$lang['Group_request'] = "A request to join your group has been made";
$lang['Group_approved'] = "Your request has been approved";
-$lang['Group_added'] = "You have been added to this usergroup";
+$lang['Group_added'] = "You have been added to this usergroup";
+$lang['Already_member_group'] = "You are already a member of this group";
+$lang['User_is_member_group'] = "User is already a member of this group";
+$lang['Group_type_updated'] = "Successfully updated group type";
$lang['Could_not_add_user'] = "The user you selected does not exist";