-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathen.php
More file actions
63 lines (56 loc) · 3.86 KB
/
en.php
File metadata and controls
63 lines (56 loc) · 3.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php
return array(
'au_subgroups' => "Sub-Groups",
'au_subgroups:subgroup' => "Sub-Group",
'au_subgroups:subgroups' => "Sub-Groups",
'au_subgroups:parent' => "Parent Group",
'au_subgroups:add:subgroup' => 'Create a Sub-Group',
'au_subgroups:nogroups' => 'No Sub-Groups have been created',
'au_subgroups:error:notparentmember' => "Users cannot join a sub-group if they are not a member of the parent group",
'au_subtypes:error:create:disabled' => "Subgroup creation has been disabled for this group",
'au_subgroups:noedit' => "Cannot edit this group",
'au_subgroups:subgroups:delete' => "Delete Group",
'au_subgroups:delete:label' => "What should happen to the content of this group? Any option selected will also apply to any subgroups that will be deleted.",
'au_subgroups:deleteoption:delete' => 'Delete all content within this group',
'au_subgroups:deleteoption:owner' => 'Transfer all content to the original creators',
'au_subgroups:deleteoption:parent' => 'Transfer all content to the parent group',
'au_subgroups:subgroup:of' => "Sub-Group of %s",
'au_subgroups:setting:display_alphabetically' => "Display personal group listings alphabetically?",
'au_subgroups:setting:display_subgroups' => 'Show subgroups in standard group listings?',
'au_subgroups:setting:display_featured' => 'Show featured groups sidebar on personal group listings?',
'au_subgroups:error:invite' => "Action has been cancelled - the following users are not members of the parent group and cannot be invited/added.",
'au_subgroups:option:parent:members' => "Members of the parent group",
'au_subgroups:subgroups:more' => "View all Sub-Groups",
'subgroups:parent:need_join' => "Join to Parent Group",
// group options
'au_subgroups:group:enable' => "Subgroups: Enable Sub-Groups for this group?",
'au_subgroups:group:memberspermissions' => "Subgroups: Enable any member to create subgroups? (if no, only group admins will be able to create subgroups)",
/*
* Widget
*/
'au_subgroups:widget:order' => 'Order results by',
'au_subgroups:option:default' => 'Time Created',
'au_subgroups:option:alpha' => 'Alphabetical',
'au_subgroups:widget:numdisplay' => 'Number of subgroups to display',
'au_subgroups:widget:description' => 'List subgroups for this group',
/*
* Move group
*/
'au_subgroups:move:edit:title' => "Make this group a subgroup of another group",
'au_subgroups:transfer:help' => "You can set this group as a subgroup of any other group you have permissions to edit if and only if this group owner is already a member of the new parent group. If other users are not members of the new parent group, they will be removed from this group and sent a new invitation that will enroll them in the new parent group and all subgroups leading to this one. <b>This will also transfer any subgroups of this group</b>",
'au_subgroups:search:text' => "Search Groups",
'au_subgroups:search:noresults' => "No groups found",
'au_subgroups:error:timeout' => "Search timed out",
'au_subgroups:error:generic' => "An error has occurred with the search",
'au_subgroups:move:confirm' => "Are you sure you want to make this a subgroup of another group?",
'au_subgroups:error:permissions' => "You must have edit permissions for the subgroup and each parent up to the top. Additionally, a group cannot move to a subgroup of itself.",
'au_subgroups:move:success' => "Group has been moved successfully",
'au_subgroups:error:invalid:group' => "Invalid group identifier",
'au_subgroups:invite:body' => "Hi %s,
The group %s has been moved to a subgroup of the group %s.
As you are not currently a member of the new parent group you have been removed from
the subgroup. You have been re-invited into the group, accepting the invitation will
automatically join you as a member of all parent groups.
Click below to view your invitations:
%s",
);