Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
/lang/en/ -> group.php (source)

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

   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['filtergroups'] = 'Filter groups by:';
  89  $string['group'] = 'Group';
  90  $string['groupaddedsuccesfully'] = 'Group {$a} added successfully';
  91  $string['groupaddedtogroupingsuccesfully'] = 'Group {$a->groupname} added to grouping {$a->groupingname} successfully';
  92  $string['groupby'] = 'Auto create based on';
  93  $string['groupdescription'] = 'Group description';
  94  $string['groupinfo'] = 'Info about selected group';
  95  $string['groupinfomembers'] = 'Info about selected members';
  96  $string['groupinfopeople'] = 'Info about selected people';
  97  $string['grouping'] = 'Grouping';
  98  $string['groupingaddedsuccesfully'] = 'Grouping {$a} added successfully';
  99  $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.';
 100  $string['groupingsection'] = 'Grouping access';
 101  $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.';
 102  $string['groupingdescription'] = 'Grouping description';
 103  $string['groupingname'] = 'Grouping name';
 104  $string['groupingnameexists'] = 'The grouping name \'{$a}\' already exists in this course, please choose another one.';
 105  $string['groupings'] = 'Groupings';
 106  $string['groupingsonly'] = 'Groupings only';
 107  $string['groupmember'] = 'Group member';
 108  $string['groupmemberdesc'] = 'Standard role for a member of a group.';
 109  $string['groupmembers'] = 'Group members';
 110  $string['groupmemberssee'] = 'See group members';
 111  $string['groupmembersselected'] = 'Members of selected group';
 112  $string['groupmode'] = 'Group mode';
 113  $string['groupmode_help'] = 'This setting has 3 options:
 114  
 115  * No groups
 116  * Separate groups - Each group member can only see their own group, others are invisible
 117  * Visible groups - Each group member works in their own group, but can also see other groups
 118  
 119  The group mode defined at course level is the default mode for all activities within the course. Each activity that supports groups can also define its own group mode, though if the group mode is forced at course level, the group mode setting for each activity is ignored.';
 120  $string['groupmodeforce'] = 'Force group mode';
 121  $string['groupmodeforce_help'] = 'If group mode is forced, then the course group mode is applied to every activity in the course. Group mode settings in each activity are then ignored.';
 122  $string['groupmy'] = 'My group';
 123  $string['groupname'] = 'Group name';
 124  $string['groupnameexists'] = 'The group name \'{$a}\' already exists in this course, please choose another one.';
 125  $string['groupnotamember'] = 'Sorry, you are not a member of that group';
 126  $string['groups'] = 'Groups';
 127  $string['groupscount'] = 'Groups ({$a})';
 128  $string['groupsettingsheader'] = 'Groups';
 129  $string['groupsgroupings'] = 'Groups & groupings';
 130  $string['groupsinselectedgrouping'] = 'Groups in:';
 131  $string['groupsnone'] = 'No groups';
 132  $string['groupsonly'] = 'Groups only';
 133  $string['groupspreview'] = 'Groups preview';
 134  $string['groupsseparate'] = 'Separate groups';
 135  $string['groupsvisible'] = 'Visible groups';
 136  $string['grouptemplate'] = 'Group @';
 137  $string['importgroups'] = 'Import groups';
 138  $string['importgroups_help'] = 'Groups may be imported via text file. The format of the file should be as follows:
 139  
 140  * Each line of the file contains one record
 141  * Each record is a series of data separated by the selected separator
 142  * The first record contains a list of fieldnames defining the format of the rest of the file
 143  * Required fieldname is groupname
 144  * Optional fieldnames are groupidnumber, description, enrolmentkey, groupingname, enablemessaging';
 145  $string['importgroups_link'] = 'group/import';
 146  $string['includeonlyactiveenrol'] = 'Include only active enrolments';
 147  $string['includeonlyactiveenrol_help'] = 'If enabled, suspended users will not be included in groups.';
 148  $string['javascriptrequired'] = 'This page requires JavaScript to be enabled.';
 149  $string['members'] = 'Members per group';
 150  $string['membersofselectedgroup'] = 'Members of:';
 151  $string['namingscheme'] = 'Naming scheme';
 152  $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, ...
 153  
 154  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, ...';
 155  $string['newgrouping'] = 'New grouping';
 156  $string['newpicture'] = 'New picture';
 157  $string['newpicture_help'] = 'Select an image in JPG or PNG format. The image will be cropped to a square and resized to 100x100 pixels.';
 158  $string['noallocation'] = 'No allocation';
 159  $string['nogrouping'] = 'No grouping';
 160  $string['nogroup'] = 'No group';
 161  $string['nogrouping'] = 'No grouping';
 162  $string['nogroups'] = 'There are no groups set up in this course yet';
 163  $string['nogroupsassigned'] = 'No groups assigned';
 164  $string['nopermissionforcreation'] = 'Can\'t create group "{$a}" as you don\'t have the required permissions';
 165  $string['nosmallgroups'] = 'Prevent last small group';
 166  $string['notingroup'] = 'Ignore users in groups';
 167  $string['notingrouping'] = 'Not in a grouping';
 168  $string['notingrouplist'] = 'Not in a group';
 169  $string['nousersinrole'] = 'There are no suitable users in the selected role';
 170  $string['number'] = 'Group/member count';
 171  $string['numgroups'] = 'Number of groups';
 172  $string['nummembers'] = 'Members per group';
 173  $string['mygroups'] = 'My groups';
 174  $string['othergroups'] = 'Other groups';
 175  $string['overview'] = 'Overview';
 176  $string['potentialmembers'] = 'Potential members: {$a}';
 177  $string['potentialmembs'] = 'Potential members';
 178  $string['printerfriendly'] = 'Printer-friendly display';
 179  $string['privacy:metadata:core_message'] = 'The group conversations';
 180  $string['privacy:metadata:groups'] = 'A record of group membership.';
 181  $string['privacy:metadata:groups:groupid'] = 'The ID of the group.';
 182  $string['privacy:metadata:groups:timeadded'] = 'The timestamp indicating when the user was added to the group.';
 183  $string['privacy:metadata:groups:userid'] = 'The ID of the user which is associated to the group.';
 184  $string['random'] = 'Randomly';
 185  $string['removegroupfromselectedgrouping'] = 'Remove group from grouping';
 186  $string['removefromgroup'] = 'Remove user from group {$a}';
 187  $string['removefromgroupconfirm'] = 'Do you really want to remove user "{$a->user}" from group "{$a->group}"?';
 188  $string['removegroupingsmembers'] = 'Remove all groups from groupings';
 189  $string['removegroupsmembers'] = 'Remove all group members';
 190  $string['removeselectedusers'] = 'Remove selected users';
 191  $string['selectfromgroup'] = 'Select members from group';
 192  $string['selectfromgrouping'] = 'Select members from grouping';
 193  $string['selectfromrole'] = 'Select members with role';
 194  $string['showgroupsingrouping'] = 'Show groups in grouping';
 195  $string['showmembersforgroup'] = 'Show members for group';
 196  $string['toomanygroups'] = 'Insufficient users to populate this number of groups - there are only {$a} users in the selected role.';
 197  $string['usercount'] = 'User count';
 198  $string['usercounttotal'] = 'User count ({$a})';
 199  $string['usergroupmembership'] = 'Selected user\'s membership:';
 200  $string['memberofgroup'] = 'Group member of: {$a}';
 201  
 202  // Deprecated since Moodle 3.11.
 203  $string['hidepicture'] = 'Hide picture';