Commit | Line | Data |
---|---|---|
99de75d7 | 1 | <?php |
30c8dd34 DM |
2 | |
3 | // This file is part of Moodle - http://moodle.org/ | |
4 | // | |
5 | // Moodle is free software: you can redistribute it and/or modify | |
6 | // it under the terms of the GNU General Public License as published by | |
7 | // the Free Software Foundation, either version 3 of the License, or | |
8 | // (at your option) any later version. | |
9 | // | |
10 | // Moodle is distributed in the hope that it will be useful, | |
11 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 | // GNU General Public License for more details. | |
14 | // | |
15 | // You should have received a copy of the GNU General Public License | |
16 | // along with Moodle. If not, see <http://www.gnu.org/licenses/>. | |
17 | ||
f3f7610c | 18 | /** |
30c8dd34 | 19 | * Strings for component 'group', language 'en', branch 'MOODLE_20_STABLE' |
f3f7610c | 20 | * |
30c8dd34 DM |
21 | * @package group |
22 | * @copyright 2006 The Open University | |
23 | * @author J.White AT open.ac.uk | |
24 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
f3f7610c ML |
25 | */ |
26 | ||
30c8dd34 DM |
27 | $string['addgroupstogrouping'] = 'Add group to grouping'; |
28 | $string['addgroupstogroupings'] = 'Add/remove groups'; | |
29 | $string['adduserstogroup'] = 'Add/remove users'; | |
30 | $string['allocateby'] = 'Allocate members'; | |
b39552af | 31 | $string['anygrouping'] = '[Any grouping]'; |
30c8dd34 DM |
32 | $string['autocreategroups'] = 'Auto-create groups'; |
33 | $string['backtogroupings'] = 'Back to groupings'; | |
34 | $string['backtogroups'] = 'Back to groups'; | |
35 | $string['badnamingscheme'] = 'Must contain exactly one \'@\' or one \'#\' character'; | |
36 | $string['byfirstname'] = 'Alphabetically by first name, last name'; | |
37 | $string['byidnumber'] = 'Alphabetically by ID number'; | |
38 | $string['bylastname'] = 'Alphabetically by last name, first name'; | |
99de75d7 | 39 | $string['createautomaticgrouping'] = 'Create automatic grouping'; |
99de75d7 | 40 | $string['creategroup'] = 'Create group'; |
30c8dd34 DM |
41 | $string['creategrouping'] = 'Create grouping'; |
42 | $string['creategroupinselectedgrouping'] = 'Create group in grouping'; | |
43 | $string['createingrouping'] = 'Create in grouping'; | |
73d7d22b | 44 | $string['createorphangroup'] = 'Create orphan group'; |
30c8dd34 DM |
45 | $string['databaseupgradegroups'] = 'Groups version is now {$a}'; |
46 | $string['defaultgrouping'] = 'Default grouping'; | |
47 | $string['defaultgroupingname'] = 'Grouping'; | |
99de75d7 | 48 | $string['defaultgroupname'] = 'Group'; |
30c8dd34 DM |
49 | $string['deleteallgroupings'] = 'Delete all groupings'; |
50 | $string['deleteallgroups'] = 'Delete all groups'; | |
51 | $string['deletegroupconfirm'] = 'Are you sure you want to delete group \'{$a}\'?'; | |
52 | $string['deletegrouping'] = 'Delete grouping'; | |
53 | $string['deletegroupingconfirm'] = 'Are you sure you want to delete grouping \'{$a}\'? (Groups in the grouping are not deleted.)'; | |
54 | $string['deletegroupsconfirm'] = 'Are you sure you want to delete the following groups?'; | |
55 | $string['deleteselectedgroup'] = 'Delete selected group'; | |
56 | $string['editgroupingsettings'] = 'Edit grouping settings'; | |
57 | $string['editgroupsettings'] = 'Edit group settings'; | |
99de75d7 | 58 | $string['enrolmentkey'] = 'Enrolment key'; |
30c8dd34 DM |
59 | $string['erroraddremoveuser'] = 'Error adding/removing user {$a} to group'; |
60 | $string['erroreditgroup'] = 'Error creating/updating group {$a}'; | |
61 | $string['erroreditgrouping'] = 'Error creating/updating grouping {$a}'; | |
62 | $string['errorinvalidgroup'] = 'Error, invalid group {$a}'; | |
63 | $string['errorselectone'] = 'Please select a single group before choosing this option'; | |
64 | $string['errorselectsome'] = 'Please select one or more groups before choosing this option'; | |
65 | $string['evenallocation'] = 'Note: To keep group allocation even, the actual number of members per group differs from the number you specified.'; | |
66 | $string['existingmembers'] = 'Existing members: {$a}'; | |
67 | $string['filtergroups'] = 'Filter groups by:'; | |
68 | $string['group'] = 'Group'; | |
69 | $string['groupaddedsuccesfully'] = 'Group {$a} added succesfully'; | |
70 | $string['groupby'] = 'Specify'; | |
71 | $string['groupdescription'] = 'Group description'; | |
99de75d7 | 72 | $string['groupinfo'] = 'Info about selected group'; |
73 | $string['groupinfomembers'] = 'Info about selected members'; | |
74 | $string['groupinfopeople'] = 'Info about selected people'; | |
30c8dd34 | 75 | $string['grouping'] = 'Grouping'; |
ddd9f926 | 76 | $string['grouping_help'] = 'A grouping is a collection of groups within a course. If a grouping is selected, then users assigned to groups within the grouping will be able to work together. Group mode must be set to separate or visible groups.'; |
30c8dd34 DM |
77 | $string['groupingdescription'] = 'Grouping description'; |
78 | $string['groupingname'] = 'Grouping name'; | |
79 | $string['groupingnameexists'] = 'The grouping name \'{$a}\' already exists in this course, please choose another one.'; | |
80 | $string['groupings'] = 'Groupings'; | |
81 | $string['groupingsonly'] = 'Groupings only'; | |
82 | $string['groupmember'] = 'Group Member'; | |
83 | $string['groupmemberdesc'] = 'Standard role for a member of a group.'; | |
99de75d7 | 84 | $string['groupmembers'] = 'Group members'; |
30c8dd34 | 85 | $string['groupmembersonly'] = 'Available for group members only'; |
ddd9f926 | 86 | $string['groupmembersonly_help'] = 'If the checkbox is checked, then the activity or resource will only be available to users assigned to groups within the selected grouping, or to any group if no grouping is selected.'; |
30c8dd34 | 87 | $string['groupmembersonlyerror'] = 'Sorry, you must be member of at least one group that is used in this activity.'; |
99de75d7 | 88 | $string['groupmemberssee'] = 'See group members'; |
89 | $string['groupmembersselected'] = 'Members of selected group'; | |
99de75d7 | 90 | $string['groupmode'] = 'Group mode'; |
ddd9f926 DM |
91 | $string['groupmode_help'] = 'The group mode can be one of three levels: |
92 | ||
93 | * No groups - there are no sub groups, everyone is part of one big community | |
94 | * Separate groups - each group can only see their own group, others are invisible | |
95 | * Visible groups - each group works in their own group, but can also see other groups | |
96 | ||
97 | The group mode can be defined at two levels: | |
98 | ||
99 | 1. Course level - the group mode defined at the course level is the default mode for all activities defined within that course | |
100 | 2. Activity level - each activity that supports groups can also define its own grouping mode | |
101 | ||
102 | If the course is set to "force group mode", the setting at the activity level is ignored.'; | |
99de75d7 | 103 | $string['groupmodeforce'] = 'Force group mode'; |
104 | $string['groupmy'] = 'My group'; | |
30c8dd34 DM |
105 | $string['groupname'] = 'Group name'; |
106 | $string['groupnameexists'] = 'The group name \'{$a}\' already exists in this course, please choose another one.'; | |
99de75d7 | 107 | $string['groupnotamember'] = 'Sorry, you are not a member of that group'; |
30c8dd34 DM |
108 | $string['groups'] = 'Groups'; |
109 | $string['groupscount'] = 'Groups ({$a})'; | |
110 | $string['groupsgroupings'] = 'Groups & groupings'; | |
111 | $string['groupsinselectedgrouping'] = 'Groups in:'; | |
99de75d7 | 112 | $string['groupsnone'] = 'No groups'; |
30c8dd34 DM |
113 | $string['groupsonly'] = 'Groups only'; |
114 | $string['groupspreview'] = 'Groups preview'; | |
99de75d7 | 115 | $string['groupsseparate'] = 'Separate groups'; |
116 | $string['groupsvisible'] = 'Visible groups'; | |
f16fa0a3 | 117 | $string['grouptemplate'] = 'Group @'; |
30c8dd34 DM |
118 | $string['hidepicture'] = 'Hide picture'; |
119 | $string['javascriptrequired'] = 'This page requires Javascript to be enabled.'; | |
acf000b0 | 120 | $string['members'] = 'Members per group'; |
30c8dd34 | 121 | $string['membersofselectedgroup'] = 'Members of:'; |
acf000b0 | 122 | $string['namingscheme'] = 'Naming scheme'; |
f16fa0a3 | 123 | $string['namingschemehelp'] = 'Use @ character to represent the group letter (A-Z) or # to represent the group number.'; |
30c8dd34 DM |
124 | $string['newgrouping'] = 'New grouping'; |
125 | $string['newpicture'] = 'New picture'; | |
126 | $string['noallocation'] = 'No allocation'; | |
127 | $string['nogroups'] = 'There are no groups setup in this course yet'; | |
acf000b0 | 128 | $string['nogroupsassigned'] = 'No groups assigned'; |
30c8dd34 DM |
129 | $string['nopermissionforcreation'] = 'Can\'t create group "{$a}" as you dont have the required permissions'; |
130 | $string['nosmallgroups'] = 'Prevent last small group'; | |
131 | $string['notingrouping'] = '[Not in a grouping]'; | |
132 | $string['nousersinrole'] = 'There are no suitable users in the selected role'; | |
133 | $string['number'] = 'Group/member count'; | |
134 | $string['numgroups'] = 'Number of groups'; | |
135 | $string['nummembers'] = 'Members per group'; | |
136 | $string['overview'] = 'Overview'; | |
137 | $string['potentialmembers'] = 'Potential members: {$a}'; | |
138 | $string['potentialmembs'] = 'Potential members'; | |
139 | $string['printerfriendly'] = 'Printer-friendly display'; | |
140 | $string['random'] = 'Randomly'; | |
141 | $string['removegroupfromselectedgrouping'] = 'Remove group from grouping'; | |
0b5a80a1 | 142 | $string['removegroupingsmembers'] = 'Remove all groups from groupings'; |
30c8dd34 DM |
143 | $string['removegroupsmembers'] = 'Remove all group members'; |
144 | $string['removeselectedusers'] = 'Remove selected users'; | |
145 | $string['selectfromrole'] = 'Select members from role'; | |
146 | $string['showgroupsingrouping'] = 'Show groups in grouping'; | |
147 | $string['showmembersforgroup'] = 'Show members for group'; | |
148 | $string['toomanygroups'] = 'Insufficient users to populate this number of groups - there are only {$a} users in the selected role.'; | |
149 | $string['usercount'] = 'User count'; | |
150 | $string['usercounttotal'] = 'User count ({$a})'; | |
151 | $string['usergroupmembership'] = 'Selected user\'s membership:'; |