diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-16 19:20:35 -0700 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-16 19:20:35 -0700 |
commit | ba8e725dbfead01810edb8619ecd0ec054a75812 (patch) | |
tree | 47892fa8ec3bd8f3f35fa127a0959394860426f2 /mod/groups/languages/en.php | |
parent | 6c9b6a031c6d8a8474bc5e7a1717a5ae3bee1535 (diff) | |
parent | 8c0897d92395d897a8e40a2d1b97e5f838520296 (diff) | |
download | elgg-ba8e725dbfead01810edb8619ecd0ec054a75812.tar.gz elgg-ba8e725dbfead01810edb8619ecd0ec054a75812.tar.bz2 |
Merge pull request #306 from sembrestels/limited-groups
Limited groups
Diffstat (limited to 'mod/groups/languages/en.php')
-rw-r--r-- | mod/groups/languages/en.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/groups/languages/en.php b/mod/groups/languages/en.php index 4868aa334..0ca980108 100644 --- a/mod/groups/languages/en.php +++ b/mod/groups/languages/en.php @@ -41,6 +41,7 @@ $english = array( 'groups:noaccess' => 'No access to group', 'groups:permissions:error' => 'You do not have the permissions for this', 'groups:ingroup' => 'in the group', + 'groups:cantcreate' => 'You can not create a group. Only admins can.', 'groups:cantedit' => 'You can not edit this group', 'groups:saved' => 'Group saved', 'groups:featured' => 'Featured groups', @@ -259,6 +260,7 @@ or click below to view the group's join requests: 'groups:forumtopic:edited' => 'Forum topic successfully edited.', 'groups:allowhiddengroups' => 'Do you want to allow private (invisible) groups?', + 'groups:whocancreate' => 'Who can create new groups?', /** * Action messages @@ -285,4 +287,4 @@ or click below to view the group's join requests: ); -add_translation("en", $english);
\ No newline at end of file +add_translation("en", $english); |