Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lang / en_utf8 / group.php
blob45eb90b20be9bb317bf1f173a6c597825441500c
1 <?php
2 /**
3 * Language strings for Moodle Groups (cvs:/group/)
5 * @copyright &copy; 2006 The Open University
6 * @author J.White AT open.ac.uk
7 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
8 * @package groups
9 */
11 $string['groupmember'] = 'Group Member';
12 $string['groupmemberdesc'] = 'Standard role for a member of a group.';
13 $string['notingrouping'] = '[Not in a grouping]';
14 $string['anygrouping'] = '[Any grouping]';
16 $string['errorinvalidgroup'] = 'Error, invalid group $a';
17 $string['erroreditgrouping'] = 'Error creating/updating grouping $a';
18 $string['erroreditgroup'] = 'Error creating/updating group $a';
19 $string['erroraddremoveuser'] = 'Error adding/removing user $a to group';
21 $string['groupings'] = 'Groupings';
22 $string['grouping'] = 'Grouping';
23 $string['groups'] = 'Groups';
24 $string['group'] = 'Group';
25 $string['groupsinselectedgrouping'] = 'Groups in:'; //'selected grouping'
26 $string['membersofselectedgroup'] = 'Members of:';
27 $string['overview'] = 'Overview';
29 $string['showgroupsingrouping'] = 'Show groups in grouping';
30 $string['showmembersforgroup'] = 'Show members for group';
31 $string['databaseupgradegroups'] = 'Groups version is now $a';
33 $string['deletegroupingconfirm'] = 'Are you sure you want to delete grouping \'$a\'? (Groups in the grouping are not deleted.)';
34 $string['deletegroupconfirm'] = 'Are you sure you want to delete group \'$a\'?';
36 $string['editgroupingsettings'] = 'Edit grouping settings';
37 $string['deletegrouping'] = 'Delete grouping';
38 $string['creategrouping'] = 'Create grouping';
39 $string['createautomaticgrouping'] = 'Create automatic grouping';
40 $string['printerfriendly'] = 'Printer-friendly display'; //'of grouping'
42 $string['editgroupsettings'] = 'Edit group settings';
43 $string['deleteselectedgroup'] = 'Delete selected group';
44 $string['removegroupfromselectedgrouping'] = 'Remove group from grouping'; //'selected'
45 $string['creategroupinselectedgrouping'] = 'Create group in grouping';
46 $string['addgroupstogrouping'] = 'Add group to grouping'; //'groupS'
48 $string['removeselectedusers'] = 'Remove selected users';
49 $string['adduserstogroup'] = 'Add/remove users'; //'from group'
50 $string['addgroupstogroupings'] = 'Add/remove groups'; //'from group'
52 $string['groupingname'] = 'Grouping name';
53 $string['defaultgroupingname'] = 'Grouping';
54 $string['groupingdescription'] = 'Grouping description';
55 $string['creategrouping'] = 'Create grouping';
56 $string['creategroup'] = 'Create group';
57 $string['createorphangroup'] = 'Create orphan group';
59 $string['groupname'] = 'Group name';
60 $string['groupnameexists'] = 'The group name \'$a\' already exists in this course, please choose another one.';
61 $string['groupingnameexists'] = 'The grouping name \'$a\' already exists in this course, please choose another one.';
62 $string['defaultgroupname'] = 'Group';
63 $string['groupdescription'] = 'Group description';
64 $string['enrolmentkey'] = 'Enrolment key';
65 $string['hidepicture'] = 'Hide picture';
66 $string['newpicture'] = 'New picture';
67 $string['newgrouping'] = 'New grouping';
69 $string['backtogroups'] = 'Back to groups';
70 $string['backtogroupings'] = 'Back to groupings';
71 $string['existingmembers'] = 'Existing members: $a';
72 $string['potentialmembers'] = 'Potential members: $a';
73 $string['groupinfo'] = 'Info about selected group';
74 $string['groupinfomembers'] = 'Info about selected members';
75 $string['groupinfopeople'] = 'Info about selected people';
76 $string['groupmembers'] = 'Group members';
77 $string['groupmemberssee'] = 'See group members';
78 $string['groupmembersselected'] = 'Members of selected group';
80 $string['javascriptrequired'] = 'This page requires Javascript to be enabled.';
82 $string['defaultgrouping'] = 'Default grouping';
83 $string['groupmode'] = 'Group mode';
84 $string['groupmodeforce'] = 'Force group mode';
85 $string['groupmy'] = 'My group';
86 $string['groupnotamember'] = 'Sorry, you are not a member of that group';
87 $string['groupsnone'] = 'No groups';
88 $string['groupsseparate'] = 'Separate groups';
89 $string['groupsvisible'] = 'Visible groups';
90 $string['groupmembersonly'] = 'Available for group members only';
91 $string['groupmembersonlyerror'] = 'Sorry, you must be member of at least one group that is used in this activity.';
92 $string['grouptemplate'] = 'Group @';
94 $string['groupaddedsuccesfully'] = 'Group $a added succesfully';
95 $string['nopermissionforcreation'] = 'Can\'t create group \"$a\" as you dont have the required permissions';
97 $string['usergroupmembership'] = 'Selected user\'s membership:';
98 $string['filtergroups'] = 'Filter groups by: ';
99 $string['nogroups'] = 'There are no groups setup in this course yet';
101 $string['autocreategroups'] = 'Auto-create groups';
102 $string['selectfromrole'] = 'Select members from role';
103 $string['groupby'] = 'Specify';
104 $string['numgroups'] = 'Number of groups';
105 $string['nummembers'] = 'Members per group';
106 $string['nosmallgroups'] = 'Prevent last small group';
108 $string['groupscount'] = 'Groups ($a)';
109 $string['usercounttotal'] = 'User count ($a)';
110 $string['usercount'] = 'User count';
112 $string['members'] = 'Members per group';
113 $string['number'] = 'Group/member count';
114 $string['allocateby'] = 'Allocate members';
115 $string['noallocation'] = 'No allocation';
116 $string['random'] = 'Randomly';
117 $string['byfirstname'] = 'Alphabetically by first name, last name';
118 $string['bylastname'] = 'Alphabetically by last name, first name';
119 $string['byidnumber'] = 'Alphabetically by ID number';
120 $string['createingrouping'] = 'Create in grouping';
122 $string['namingscheme'] = 'Naming scheme';
123 $string['namingschemehelp'] = 'Use @ character to represent the group letter (A-Z) or # to represent the group number.';
124 $string['toomanygroups'] = 'Insufficient users to populate this number of groups - there are only $a users in the selected role.';
125 $string['badnamingscheme'] = 'Must contain exactly one \'@\' or one \'#\' character';
126 $string['groupspreview'] = 'Groups preview';
127 $string['nousersinrole'] = 'There are no suitable users in the selected role';
128 $string['nogroupsassigned'] = 'No groups assigned';
129 $string['evenallocation'] = 'Note: To keep group allocation even, the actual number of members per group differs from the number you specified.';
131 $string['removegroupsmembers'] = 'Remove all group members';
132 $string['removegroupingsmembers'] = 'Remove all groups from groupings';
133 $string['deleteallgroups'] = 'Delete all groups';
134 $string['deleteallgroupings'] = 'Delete all groupings';
136 $string['groupsgroupings'] = 'Groups &amp; groupings';
137 $string['groupingsonly'] = 'Groupings only';
138 $string['groupsonly'] = 'Groups only';