diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-02-02 15:19:55 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-02-02 15:19:55 +0000 |
commit | efdb743f60b9df2f5a151cd56ba3c45007cdedc8 (patch) | |
tree | f69374b79d6b3f85d8f59a9856927cc01674660d /phpBB/language/en | |
parent | 91bde229ef6051f9455b948a0ed48c123bb9ec03 (diff) | |
download | forums-efdb743f60b9df2f5a151cd56ba3c45007cdedc8.tar forums-efdb743f60b9df2f5a151cd56ba3c45007cdedc8.tar.gz forums-efdb743f60b9df2f5a151cd56ba3c45007cdedc8.tar.bz2 forums-efdb743f60b9df2f5a151cd56ba3c45007cdedc8.tar.xz forums-efdb743f60b9df2f5a151cd56ba3c45007cdedc8.zip |
Users allowed to resign only from open and freely open groups - #19355
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8368 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/groups.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php index 7cee799535..9f72d4070f 100644 --- a/phpBB/language/en/groups.php +++ b/phpBB/language/en/groups.php @@ -40,8 +40,10 @@ $lang = array_merge($lang, array( 'ALREADY_IN_GROUP' => 'You are already a member of the selected group.', 'ALREADY_IN_GROUP_PENDING' => 'You already requested joining the selected group.', - 'CHANGED_DEFAULT_GROUP' => 'Successfully changed default group.', - + 'CANNOT_JOIN_GROUP' => 'You are not able to join this group. You are only able to join open and freely open groups.', + 'CANNOT_RESIGN_GROUP' => 'You are not able to resign from this group. You are only able to resign from open and freely open groups.', + 'CHANGED_DEFAULT_GROUP' => 'Successfully changed default group.', + 'GROUP_AVATAR' => 'Group avatar', 'GROUP_CHANGE_DEFAULT' => 'Are you sure you want to change your default membership to the group ā%sā?', 'GROUP_CLOSED' => 'Closed', |