99de75d7 |
1 | <?php |
2 | |
3 | $string['groupings'] = 'Groupings'; |
4 | $string['grouping'] = 'Grouping'; |
5 | $string['groups'] = 'Groups'; |
6 | $string['group'] = 'Group'; |
7 | $string['groupsinselectedgrouping'] = 'Groups in selected grouping'; |
8 | $string['membersofselectedgroup'] = 'Members of selected group'; |
9 | |
10 | $string['editgroupingsettings'] = 'Edit grouping settings'; |
11 | $string['editgroupingpermissions'] = 'Edit grouping permissions'; |
12 | $string['deletegrouping'] = 'Delete grouping'; |
13 | $string['creategrouping'] = 'Create grouping'; |
14 | $string['createautomaticgrouping'] = 'Create automatic grouping'; |
15 | $string['printerfriendly'] = 'Printer-friendly display of grouping'; |
16 | |
17 | $string['editgroupsettings'] = 'Edit group settings'; |
18 | $string['deleteselectedgroup'] = 'Delete selected group'; |
19 | $string['removegroupfromselectedgrouping'] = 'Remove group from selected grouping'; |
20 | $string['creategroupinselectedgrouping'] = 'Create group in selected grouping'; |
21 | $string['addexistinggroupstogrouping'] = 'Add existing groups to grouping'; |
22 | $string['addgroupstogrouping'] = 'Add groups to grouping'; |
23 | |
24 | $string['removeselectedusers'] = 'Remove selected users'; |
25 | $string['adduserstogroup'] = 'Add users to group'; |
26 | |
27 | $string['groupingname'] = 'Grouping name'; |
28 | $string['defaultgroupingname'] = 'Grouping'; |
29 | $string['groupingdescription'] = 'Grouping description'; |
30 | $string['prefixforgroupnames'] = 'Prefix for group names'; |
31 | $string['defaultgroupprefix'] = 'Group '; |
32 | $string['distributealphabetically'] = 'Distribute into groups alphabetically by last name'; |
33 | $string['usestudentsonlyfromselectedgroup'] = 'Only use students from currently selected group'; |
34 | $string['selectnumberineachgroup'] = 'Select number in each group'; |
35 | $string['numberofstudents'] = 'Number of students'; |
36 | $string['distributeevenly'] = 'Distribute leftover students evenly'; |
37 | $string['selectnumberofgroups'] = 'Select number of groups'; |
38 | $string['numberofgroups'] = 'Number of groups'; |
39 | $string['creategrouping'] = 'Create grouping'; |
40 | $string['creategroup'] = 'Create group'; |
41 | |
42 | $string['groupname'] = 'Group name'; |
43 | $string['defaultgroupname'] = 'Group'; |
44 | $string['groupdescription'] = 'Group description'; |
45 | $string['enrolmentkey'] = 'Enrolment key'; |
46 | $string['hidepicture'] = 'Hide picture'; |
47 | $string['newpicture'] = 'New picture'; |
48 | |
49 | $string['defaultgroupdescription'] = 'Default group description'; |
50 | |
51 | $string['displaygrouping'] = 'Display grouping'; |
52 | $string['addgroupstogrouping'] = 'Add groups to grouping'; |
53 | $string['showusersalreadyingroup'] = 'Show users already in a group in the grouping'; |
54 | |
55 | $string ['save'] = 'Save'; |
56 | $string['cancel'] = 'Cancel'; |
57 | |
58 | |
59 | $string['groupfor'] = "for group"; |
60 | $string['groupinfo'] = 'Info about selected group'; |
61 | $string['groupinfomembers'] = 'Info about selected members'; |
62 | $string['groupinfopeople'] = 'Info about selected people'; |
63 | $string['groupmembers'] = 'Group members'; |
64 | $string['groupmemberssee'] = 'See group members'; |
65 | $string['groupmembersselected'] = 'Members of selected group'; |
66 | |
67 | |
68 | $string['javascriptrequired'] = 'This page requires Javascript to be enabled.'; |
69 | |
70 | $string['viewowngroup'] = 'Students may view the members of any groups to which they belong'; |
71 | $string['viewallgroupsmembers'] = 'Students may view the members of all groups'; |
72 | $string['viewallgroupsactivities'] = 'Students may view but not contribute to activities for all groups'; |
73 | $string['teachersgroupmark'] = 'Teachers may not mark activities for groups to which they do not belong'; |
74 | $string['teachersgroupview'] = 'Teachers may not view activities for groups to which they do not belong'; |
75 | $string['teachersoverride'] = 'Teachers not in any group may view and mark activities for all groups (overrides the above)'; |
76 | |
77 | $string['groupmode'] = 'Group mode'; |
78 | $string['groupmodeforce'] = 'Force group mode'; |
79 | $string['groupmy'] = 'My group'; |
80 | $string['groupnotamember'] = 'Sorry, you are not a member of that group'; |
81 | $string['groupsnone'] = 'No groups'; |
82 | $string['groupsseparate'] = 'Separate groups'; |
83 | $string['groupsvisible'] = 'Visible groups'; |
84 | |
85 | ?> |