Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.
/lang/en/ -> group.php (source)

Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 400 and 401] [Versions 401 and 402] [Versions 401 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'group', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core
  21   * @copyright 2006 The Open University
  22   * @author    J.White AT open.ac.uk
  23   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['addedby'] = 'Added by {$a}';
  27  $string['addgroup'] = 'Add user into group';
  28  $string['addgroupstogrouping'] = 'Add group to grouping';
  29  $string['addgroupstogroupings'] = 'Add/remove groups';
  30  $string['adduserstogroup'] = 'Add/remove users';
  31  $string['allocateby'] = 'Allocate members';
  32  $string['anygrouping'] = '[Any grouping]';
  33  $string['autocreategroups'] = 'Auto-create groups';
  34  $string['backtogroupings'] = 'Back to groupings';
  35  $string['backtogroups'] = 'Back to groups';
  36  $string['badnamingscheme'] = 'Must contain exactly one \'@\' or one \'#\'  character';
  37  $string['byfirstname'] = 'Alphabetically by first name, last name';
  38  $string['byidnumber'] = 'Alphabetically by ID number';
  39  $string['bylastname'] = 'Alphabetically by last name, first name';
  40  $string['createautomaticgrouping'] = 'Create automatic grouping';
  41  $string['creategroup'] = 'Create group';
  42  $string['creategrouping'] = 'Create grouping';
  43  $string['creategroupinselectedgrouping'] = 'Create group in grouping';
  44  $string['createingrouping'] = 'Grouping of auto-created groups';
  45  $string['createorphangroup'] = 'Create orphan group';
  46  $string['csvdelimiter'] = 'CSV separator';
  47  $string['databaseupgradegroups'] = 'Groups version is now {$a}';
  48  $string['defaultgrouping'] = 'Default grouping';
  49  $string['defaultgroupingname'] = 'Grouping';
  50  $string['defaultgroupname'] = 'Group';
  51  $string['deleteallgroupings'] = 'Delete all groupings';
  52  $string['deleteallgroups'] = 'Delete all groups';
  53  $string['deletegroupconfirm'] = 'Are you sure you want to delete group \'{$a}\'?';
  54  $string['deletegrouping'] = 'Delete grouping';
  55  $string['deletegroupingconfirm'] = 'Are you sure you want to delete grouping \'{$a}\'? (Groups in the grouping are not deleted.)';
  56  $string['deletegroupsconfirm'] = 'Are you sure you want to delete the following groups?';
  57  $string['deleteselectedgroup'] = 'Delete selected group';
  58  $string['editgroupingsettings'] = 'Edit grouping settings';
  59  $string['editgroupsettings'] = 'Edit group settings';
  60  $string['editusersgroupsa'] = 'Edit groups for "{$a}"';
  61  $string['enablemessaging'] = 'Group messaging';
  62  $string['enablemessaging_help'] = 'If enabled, group members can send messages to the others in their group via the messaging drawer.';
  63  $string['encoding'] = 'Encoding';
  64  $string['enrolmentkey'] = 'Enrolment key';
  65  $string['enrolmentkey_help'] = 'An enrolment key enables access to the course to be restricted to only those who know the key. If a group enrolment key is specified, then not only will entering that key let the user into the course, but it will also automatically make them a member of this group.
  66  
  67  Note: Group enrolment keys must be enabled in the self enrolment settings and an enrolment key for the course must also be specified.';
  68  $string['enrolmentkeyalreadyinuse'] = 'This enrolment key is already used for another group.';
  69  $string['erroraddremoveuser'] = 'Error adding/removing user {$a} to group';
  70  $string['erroreditgroup'] = 'Error creating/updating group {$a}';
  71  $string['erroreditgrouping'] = 'Error creating/updating grouping {$a}';
  72  $string['errorinvalidgroup'] = 'Error, invalid group {$a}';
  73  $string['errorremovenotpermitted'] = 'You do not have permission to remove automatically-added group member {$a}';
  74  $string['errorselectone'] = 'Please select a single group before choosing this option';
  75  $string['errorselectsome'] = 'Please select one or more groups before choosing this option';
  76  $string['evenallocation'] = 'Note: To keep group allocation even, the actual number of members per group differs from the number you specified.';
  77  $string['eventgroupcreated'] = 'Group created';
  78  $string['eventgroupdeleted'] = 'Group deleted';
  79  $string['eventgroupmemberadded'] = 'Group member added';
  80  $string['eventgroupmemberremoved'] = 'Group member removed';
  81  $string['eventgroupupdated'] = 'Group updated';
  82  $string['eventgroupingcreated'] = 'Grouping created';
  83  $string['eventgroupingdeleted'] = 'Grouping deleted';
  84  $string['eventgroupinggroupassigned'] = 'Group assigned to grouping';
  85  $string['eventgroupinggroupunassigned'] = 'Group unassigned from grouping';
  86  $string['eventgroupingupdated'] = 'Grouping updated';
  87  $string['existingmembers'] = 'Existing members: {$a}';
  88  $string['exportgroupsgroupings'] = 'Download groups and groupings as';
  89  $string['filtergroups'] = 'Filter groups by:';
  90  $string['group'] = 'Group';
  91  $string['groupaddedsuccesfully'] = 'Group {$a} added successfully';
  92  $string['groupaddedtogroupingsuccesfully'] = 'Group {$a->groupname} added to grouping {$a->groupingname} successfully';
  93  $string['groupby'] = 'Auto create based on';
  94  $string['groupdescription'] = 'Group description';
  95  $string['groupinfo'] = 'Info about selected group';
  96  $string['groupinfomembers'] = 'Info about selected members';
  97  $string['groupinfopeople'] = 'Info about selected people';
  98  $string['grouping'] = 'Grouping';
  99  $string['groupingaddedsuccesfully'] = 'Grouping {$a} added successfully';
 100  $string['grouping_help'] = 'A grouping is a collection of groups within a course. If a grouping is selected, students assigned to groups within the grouping will be able to work together.';
 101  $string['groupingsection'] = 'Grouping access';
 102  $string['groupingsection_help'] = 'A grouping is a collection of groups within a course. If a grouping is selected here, only students assigned to groups within this grouping will have access to the section.';
 103  $string['groupingdescription'] = 'Grouping description';
 104  $string['groupingname'] = 'Grouping name';
 105  $string['groupingnameexists'] = 'The grouping name \'{$a}\' already exists in this course, please choose another one.';
 106  $string['groupings'] = 'Groupings';
 107  $string['groupingsonly'] = 'Groupings only';
 108  $string['groupmember'] = 'Group member';
 109  $string['groupmemberdesc'] = 'Standard role for a member of a group.';
 110  $string['groupmembers'] = 'Group members';
 111  $string['groupmemberssee'] = 'See group members';
 112  $string['groupmembersselected'] = 'Members of selected group';
 113  $string['groupmode'] = 'Group mode';
 114  $string['groupmode_help'] = '* No groups
 115  * Separate groups: Students are divided into groups and can only see their group\'s work.
 116  * Visible groups: Students are divided into groups, but can see the work of other groups.
 117  
 118  The group mode set at course level is the default mode for all activities. If the group mode is forced at course level, it can\'t be changed in an activity.';
 119  $string['groupmodeforce'] = 'Force group mode';
 120  $string['groupmodeforce_help'] = 'The group mode is enforced for all activities and can\'t be changed in an activity.';
 121  $string['groupmy'] = 'My group';
 122  $string['groupname'] = 'Group name';
 123  $string['groupnameexists'] = 'The group name \'{$a}\' already exists in this course, please choose another one.';
 124  $string['groupnotamember'] = 'Sorry, you are not a member of that group';
 125  $string['groups'] = 'Groups';
 126  $string['groupscount'] = 'Groups ({$a})';
 127  $string['groupsettingsheader'] = 'Groups';
 128  $string['groupsgroupings'] = 'Groups & groupings';
 129  $string['groupsinselectedgrouping'] = 'Groups in:';
 130  $string['groupsnone'] = 'No groups';
 131  $string['groupsonly'] = 'Groups only';
 132  $string['groupspreview'] = 'Groups preview';
 133  $string['groupsseparate'] = 'Separate groups';
 134  $string['groupsvisible'] = 'Visible groups';
 135  $string['grouptemplate'] = 'Group @';
 136  $string['importgroups'] = 'Import groups';
 137  $string['importgroups_help'] = 'Groups may be imported via text file. The format of the file should be as follows:
 138  
 139  * Each line of the file contains one record
 140  * Each record is a series of data separated by the selected separator
 141  * The first record contains a list of fieldnames defining the format of the rest of the file
 142  * Required fieldname is groupname
 143  * Optional fieldnames are groupidnumber, description, enrolmentkey, groupingname, enablemessaging';
 144  $string['importgroups_link'] = 'group/import';
 145  $string['includeonlyactiveenrol'] = 'Include only active enrolments';
 146  $string['includeonlyactiveenrol_help'] = 'If enabled, suspended users will not be included in groups.';
 147  $string['javascriptrequired'] = 'This page requires JavaScript to be enabled.';
 148  $string['members'] = 'Members per group';
 149  $string['membersofselectedgroup'] = 'Members of:';
 150  $string['namingscheme'] = 'Naming scheme';
 151  $string['namingscheme_help'] = 'The at symbol (@) may be used to create groups with names containing letters. For example Group @ will generate groups named Group A, Group B, Group C, ...
 152  
 153  The hash symbol (#) may be used to create groups with names containing numbers. For example Group # will generate groups named Group 1, Group 2, Group 3, ...';
 154  $string['newgrouping'] = 'New grouping';
 155  $string['newpicture'] = 'New picture';
 156  $string['newpicture_help'] = 'Select an image in JPG or PNG format. The image will be cropped to a square and resized to 100x100 pixels.';
 157  $string['noallocation'] = 'No allocation';
 158  $string['nogrouping'] = 'No grouping';
 159  $string['nogroup'] = 'No group';
 160  $string['nogrouping'] = 'No grouping';
 161  $string['nogroups'] = 'There are no groups set up in this course yet';
 162  $string['nogroupsassigned'] = 'No groups assigned';
 163  $string['nopermissionforcreation'] = 'Can\'t create group "{$a}" as you don\'t have the required permissions';
 164  $string['nosmallgroups'] = 'Prevent last small group';
 165  $string['notingroup'] = 'Ignore users in groups';
 166  $string['notingrouping'] = 'Not in a grouping';
 167  $string['notingrouplist'] = 'Not in a group';
 168  $string['nousersinrole'] = 'There are no suitable users in the selected role';
 169  $string['number'] = 'Group/member count';
 170  $string['numgroups'] = 'Number of groups';
 171  $string['nummembers'] = 'Members per group';
 172  $string['mygroups'] = 'My groups';
 173  $string['othergroups'] = 'Other groups';
 174  $string['overview'] = 'Overview';
 175  $string['potentialmembers'] = 'Potential members: {$a}';
 176  $string['potentialmembs'] = 'Potential members';
 177  $string['printerfriendly'] = 'Printer-friendly display';
 178  $string['privacy:metadata:core_message'] = 'The group conversations';
 179  $string['privacy:metadata:groups'] = 'A record of group membership.';
 180  $string['privacy:metadata:groups:groupid'] = 'The ID of the group.';
 181  $string['privacy:metadata:groups:timeadded'] = 'The timestamp indicating when the user was added to the group.';
 182  $string['privacy:metadata:groups:userid'] = 'The ID of the user which is associated to the group.';
 183  $string['random'] = 'Randomly';
 184  $string['removegroupfromselectedgrouping'] = 'Remove group from grouping';
 185  $string['removefromgroup'] = 'Remove user from group {$a}';
 186  $string['removefromgroupconfirm'] = 'Do you really want to remove user "{$a->user}" from group "{$a->group}"?';
 187  $string['removegroupingsmembers'] = 'Remove all groups from groupings';
 188  $string['removegroupsmembers'] = 'Remove all group members';
 189  $string['removeselectedusers'] = 'Remove selected users';
 190  $string['selectfromgroup'] = 'Select members from group';
 191  $string['selectfromgrouping'] = 'Select members from grouping';
 192  $string['selectfromrole'] = 'Select members with role';
 193  $string['showgroupsingrouping'] = 'Show groups in grouping';
 194  $string['showmembersforgroup'] = 'Show members for group';
 195  $string['toomanygroups'] = 'Insufficient users to populate this number of groups - there are only {$a} users in the selected role.';
 196  $string['usercount'] = 'User count';
 197  $string['usercounttotal'] = 'User count ({$a})';
 198  $string['usergroupmembership'] = 'Selected user\'s membership:';
 199  $string['memberofgroup'] = 'Group member of: {$a}';
 200  
 201  // Deprecated since Moodle 3.11.
 202  $string['hidepicture'] = 'Hide picture';