| 1 | 
           efrain | 
           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';
  | 
        
        
            | 
            | 
           58 | 
           $string['disablemessagingaction'] = 'Disable messaging';
  | 
        
        
            | 
            | 
           59 | 
           $string['editgroupingsettings'] = 'Edit grouping settings';
  | 
        
        
            | 
            | 
           60 | 
           $string['editgroupsettings'] = 'Edit group settings';
  | 
        
        
            | 
            | 
           61 | 
           $string['editusersgroupsa'] = 'Edit groups for "{$a}"';
  | 
        
        
            | 
            | 
           62 | 
           $string['enablemessaging'] = 'Group messaging';
  | 
        
        
            | 
            | 
           63 | 
           $string['enablemessagingaction'] = 'Enable messaging';
  | 
        
        
            | 
            | 
           64 | 
           $string['enablemessaging_help'] = 'If enabled, group members can send messages to the others in their group via the messaging drawer.';
  | 
        
        
            | 
            | 
           65 | 
           $string['encoding'] = 'Encoding';
  | 
        
        
            | 
            | 
           66 | 
           $string['enrolmentkey'] = 'Enrolment key';
  | 
        
        
            | 
            | 
           67 | 
           $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.
  | 
        
        
            | 
            | 
           68 | 
              | 
        
        
            | 
            | 
           69 | 
           Note: Group enrolment keys must be enabled in the self enrolment settings and an enrolment key for the course must also be specified.';
  | 
        
        
            | 
            | 
           70 | 
           $string['enrolmentkeyalreadyinuse'] = 'This enrolment key is already used for another group.';
  | 
        
        
            | 
            | 
           71 | 
           $string['erroraddremoveuser'] = 'Error adding/removing user {$a} to group';
  | 
        
        
            | 
            | 
           72 | 
           $string['erroreditgroup'] = 'Error creating/updating group {$a}';
  | 
        
        
            | 
            | 
           73 | 
           $string['erroreditgrouping'] = 'Error creating/updating grouping {$a}';
  | 
        
        
            | 
            | 
           74 | 
           $string['erroraddtogroup'] = 'Invalid value for addtogroup. It should be 0 for no group mode or 1 for a new group to be created.';
  | 
        
        
            | 
            | 
           75 | 
           $string['erroraddtogroupgroupname'] = 'You cannot specify groupname when addtogroup is set.';
  | 
        
        
            | 
            | 
           76 | 
           $string['errorinvalidgroup'] = 'Error, invalid group {$a}';
  | 
        
        
            | 
            | 
           77 | 
           $string['errorremovenotpermitted'] = 'You do not have permission to remove automatically-added group member {$a}';
  | 
        
        
            | 
            | 
           78 | 
           $string['errorselectone'] = 'Please select a single group before choosing this option';
  | 
        
        
            | 
            | 
           79 | 
           $string['errorselectsome'] = 'Please select one or more groups before choosing this option';
  | 
        
        
            | 
            | 
           80 | 
           $string['evenallocation'] = 'Note: To keep group allocation even, the actual number of members per group differs from the number you specified.';
  | 
        
        
            | 
            | 
           81 | 
           $string['eventgroupcreated'] = 'Group created';
  | 
        
        
            | 
            | 
           82 | 
           $string['eventgroupdeleted'] = 'Group deleted';
  | 
        
        
            | 
            | 
           83 | 
           $string['eventgroupmemberadded'] = 'Group member added';
  | 
        
        
            | 
            | 
           84 | 
           $string['eventgroupmemberremoved'] = 'Group member removed';
  | 
        
        
            | 
            | 
           85 | 
           $string['eventgroupupdated'] = 'Group updated';
  | 
        
        
            | 
            | 
           86 | 
           $string['eventgroupingcreated'] = 'Grouping created';
  | 
        
        
            | 
            | 
           87 | 
           $string['eventgroupingdeleted'] = 'Grouping deleted';
  | 
        
        
            | 
            | 
           88 | 
           $string['eventgroupinggroupassigned'] = 'Group assigned to grouping';
  | 
        
        
            | 
            | 
           89 | 
           $string['eventgroupinggroupunassigned'] = 'Group unassigned from grouping';
  | 
        
        
            | 
            | 
           90 | 
           $string['eventgroupingupdated'] = 'Grouping updated';
  | 
        
        
            | 
            | 
           91 | 
           $string['existingmembers'] = 'Existing members: {$a}';
  | 
        
        
            | 
            | 
           92 | 
           $string['exportgroupsgroupings'] = 'Download groups and groupings as';
  | 
        
        
            | 
            | 
           93 | 
           $string['filtergroups'] = 'Filter groups by:';
  | 
        
        
            | 
            | 
           94 | 
           $string['group'] = 'Group';
  | 
        
        
            | 
            | 
           95 | 
           $string['groupaddedsuccesfully'] = 'Group {$a} added successfully';
  | 
        
        
            | 
            | 
           96 | 
           $string['groupaddedtogroupingsuccesfully'] = 'Group {$a->groupname} added to grouping {$a->groupingname} successfully';
  | 
        
        
            | 
            | 
           97 | 
           $string['groupby'] = 'Auto create based on';
  | 
        
        
            | 
            | 
           98 | 
           $string['groupdescription'] = 'Group description';
  | 
        
        
            | 
            | 
           99 | 
           $string['groupinfo'] = 'Info about selected group';
  | 
        
        
            | 
            | 
           100 | 
           $string['groupinfomembers'] = 'Info about selected members';
  | 
        
        
            | 
            | 
           101 | 
           $string['groupinfopeople'] = 'Info about selected people';
  | 
        
        
            | 
            | 
           102 | 
           $string['grouping'] = 'Grouping';
  | 
        
        
            | 
            | 
           103 | 
           $string['groupingaddedsuccesfully'] = 'Grouping {$a} added successfully';
  | 
        
        
            | 
            | 
           104 | 
           $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.';
  | 
        
        
            | 
            | 
           105 | 
           $string['groupingsection'] = 'Grouping access';
  | 
        
        
            | 
            | 
           106 | 
           $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.';
  | 
        
        
            | 
            | 
           107 | 
           $string['groupingdescription'] = 'Grouping description';
  | 
        
        
            | 
            | 
           108 | 
           $string['groupingname'] = 'Grouping name';
  | 
        
        
            | 
            | 
           109 | 
           $string['groupingnameexists'] = 'The grouping name \'{$a}\' already exists in this course, please choose another one.';
  | 
        
        
            | 
            | 
           110 | 
           $string['groupings'] = 'Groupings';
  | 
        
        
            | 
            | 
           111 | 
           $string['groupingsonly'] = 'Groupings only';
  | 
        
        
            | 
            | 
           112 | 
           $string['groupmember'] = 'Group member';
  | 
        
        
            | 
            | 
           113 | 
           $string['groupmemberdesc'] = 'Standard role for a member of a group.';
  | 
        
        
            | 
            | 
           114 | 
           $string['groupmembers'] = 'Group members';
  | 
        
        
            | 
            | 
           115 | 
           $string['groupmemberssee'] = 'See group members';
  | 
        
        
            | 
            | 
           116 | 
           $string['groupmembersselected'] = 'Members of selected group';
  | 
        
        
            | 
            | 
           117 | 
           $string['groupmode'] = 'Group mode';
  | 
        
        
            | 
            | 
           118 | 
           $string['groupmode_groupsseparate_help'] = 'Students are divided into groups and can only see their group\'s work.';
  | 
        
        
            | 
            | 
           119 | 
           $string['groupmode_groupsvisible_help'] = 'Students are divided into groups, but can see the work of other groups.';
  | 
        
        
            | 
            | 
           120 | 
           $string['groupmode_help'] = '* No groups
  | 
        
        
            | 
            | 
           121 | 
           * Separate groups: Students are divided into groups and can only see their group\'s work.
  | 
        
        
            | 
            | 
           122 | 
           * Visible groups: Students are divided into groups, but can see the work of other groups.
  | 
        
        
            | 
            | 
           123 | 
              | 
        
        
            | 
            | 
           124 | 
           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.';
  | 
        
        
            | 
            | 
           125 | 
           $string['groupmodeforce'] = 'Force group mode';
  | 
        
        
            | 
            | 
           126 | 
           $string['groupmodeforce_help'] = 'The group mode is enforced for all activities and can\'t be changed in an activity.';
  | 
        
        
            | 
            | 
           127 | 
           $string['groupmy'] = 'My group';
  | 
        
        
            | 
            | 
           128 | 
           $string['groupname'] = 'Group name';
  | 
        
        
            | 
            | 
           129 | 
           $string['groupnameexists'] = 'The group name \'{$a}\' already exists in this course, please choose another one.';
  | 
        
        
            | 
            | 
           130 | 
           $string['groupnotamember'] = 'Sorry, you are not a member of that group';
  | 
        
        
            | 
            | 
           131 | 
           $string['groups'] = 'Groups';
  | 
        
        
            | 
            | 
           132 | 
           $string['groupscount'] = 'Groups ({$a})';
  | 
        
        
            | 
            | 
           133 | 
           $string['groupsettingsheader'] = 'Groups';
  | 
        
        
            | 
            | 
           134 | 
           $string['groupsgroupings'] = 'Groups & groupings';
  | 
        
        
            | 
            | 
           135 | 
           $string['groupsinselectedgrouping'] = 'Groups in:';
  | 
        
        
            | 
            | 
           136 | 
           $string['groupsnone'] = 'No groups';
  | 
        
        
            | 
            | 
           137 | 
           $string['groupsonly'] = 'Groups only';
  | 
        
        
            | 
            | 
           138 | 
           $string['groupspreview'] = 'Groups preview';
  | 
        
        
            | 
            | 
           139 | 
           $string['groupsseparate'] = 'Separate groups';
  | 
        
        
            | 
            | 
           140 | 
           $string['groupsvisible'] = 'Visible groups';
  | 
        
        
            | 
            | 
           141 | 
           $string['grouptemplate'] = 'Group @';
  | 
        
        
            | 
            | 
           142 | 
           $string['importgroups'] = 'Import groups';
  | 
        
        
            | 
            | 
           143 | 
           $string['importgroups_help'] = 'Groups may be imported via text file. The format of the file should be as follows:
  | 
        
        
            | 
            | 
           144 | 
              | 
        
        
            | 
            | 
           145 | 
           * Each line of the file contains one record
  | 
        
        
            | 
            | 
           146 | 
           * Each record is a series of data separated by the selected separator
  | 
        
        
            | 
            | 
           147 | 
           * The first record contains a list of fieldnames defining the format of the rest of the file
  | 
        
        
            | 
            | 
           148 | 
           * Required fieldname is groupname
  | 
        
        
            | 
            | 
           149 | 
           * Optional fieldnames are groupidnumber, description, enrolmentkey, groupingname, enablemessaging';
  | 
        
        
            | 
            | 
           150 | 
           $string['importgroups_link'] = 'group/import';
  | 
        
        
            | 
            | 
           151 | 
           $string['includeonlyactiveenrol'] = 'Include only active enrolments';
  | 
        
        
            | 
            | 
           152 | 
           $string['includeonlyactiveenrol_help'] = 'If enabled, suspended users will not be included in groups.';
  | 
        
        
            | 
            | 
           153 | 
           $string['javascriptrequired'] = 'This page requires JavaScript to be enabled.';
  | 
        
        
            | 
            | 
           154 | 
           $string['members'] = 'Members per group';
  | 
        
        
            | 
            | 
           155 | 
           $string['membersofselectedgroup'] = 'Members of:';
  | 
        
        
            | 
            | 
           156 | 
           $string['namingscheme'] = 'Naming scheme';
  | 
        
        
            | 
            | 
           157 | 
           $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, ...
  | 
        
        
            | 
            | 
           158 | 
              | 
        
        
            | 
            | 
           159 | 
           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, ...';
  | 
        
        
            | 
            | 
           160 | 
           $string['newgrouping'] = 'New grouping';
  | 
        
        
            | 
            | 
           161 | 
           $string['newpicture'] = 'New picture';
  | 
        
        
            | 
            | 
           162 | 
           $string['newpicture_help'] = 'Select an image in JPG or PNG format. The image will be cropped to a square and resized to 100x100 pixels.';
  | 
        
        
            | 
            | 
           163 | 
           $string['noallocation'] = 'No allocation';
  | 
        
        
            | 
            | 
           164 | 
           $string['nogrouping'] = 'No grouping';
  | 
        
        
            | 
            | 
           165 | 
           $string['nogroup'] = 'No group';
  | 
        
        
            | 
            | 
           166 | 
           $string['nogrouping'] = 'No grouping';
  | 
        
        
            | 
            | 
           167 | 
           $string['nogroups'] = 'There are no groups set up in this course yet';
  | 
        
        
            | 
            | 
           168 | 
           $string['nogroupsassigned'] = 'No groups assigned';
  | 
        
        
            | 
            | 
           169 | 
           $string['nopermissionforcreation'] = 'Can\'t create group "{$a}" as you don\'t have the required permissions';
  | 
        
        
            | 
            | 
           170 | 
           $string['nosmallgroups'] = 'Prevent last small group';
  | 
        
        
            | 
            | 
           171 | 
           $string['notingroup'] = 'Ignore users in groups';
  | 
        
        
            | 
            | 
           172 | 
           $string['notingrouping'] = 'Not in a grouping';
  | 
        
        
            | 
            | 
           173 | 
           $string['notingrouplist'] = 'Not in a group';
  | 
        
        
            | 
            | 
           174 | 
           $string['nousersinrole'] = 'There are no suitable users in the selected role';
  | 
        
        
            | 
            | 
           175 | 
           $string['number'] = 'Group/member count';
  | 
        
        
            | 
            | 
           176 | 
           $string['numgroups'] = 'Number of groups';
  | 
        
        
            | 
            | 
           177 | 
           $string['nummembers'] = 'Members per group';
  | 
        
        
            | 
            | 
           178 | 
           $string['manageactions'] = 'Manage';
  | 
        
        
            | 
            | 
           179 | 
           $string['messagingdisabled'] = 'Successfully disabled messaging in {$a} group(s)';
  | 
        
        
            | 
            | 
           180 | 
           $string['messagingenabled'] = 'Successfully enabled messaging in {$a} group(s)';
  | 
        
        
            | 
            | 
           181 | 
           $string['mygroups'] = 'My groups';
  | 
        
        
            | 
            | 
           182 | 
           $string['othergroups'] = 'Other groups';
  | 
        
        
            | 
            | 
           183 | 
           $string['overview'] = 'Overview';
  | 
        
        
            | 
            | 
           184 | 
           $string['participation'] = 'Show group in dropdown menu for activities in group mode';
  | 
        
        
            | 
            | 
           185 | 
           $string['participation_help'] = 'Should group members be able to select this group for activities in separate or visible groups mode? (Only applicable if group membership is visible or only visible to members.)';
  | 
        
        
            | 
            | 
           186 | 
           $string['participationshort'] = 'Participation';
  | 
        
        
            | 
            | 
           187 | 
           $string['potentialmembers'] = 'Potential members: {$a}';
  | 
        
        
            | 
            | 
           188 | 
           $string['potentialmembs'] = 'Potential members';
  | 
        
        
            | 
            | 
           189 | 
           $string['printerfriendly'] = 'Printer-friendly display';
  | 
        
        
            | 
            | 
           190 | 
           $string['privacy:metadata:core_message'] = 'The group conversations';
  | 
        
        
            | 
            | 
           191 | 
           $string['privacy:metadata:groups'] = 'A record of group membership.';
  | 
        
        
            | 
            | 
           192 | 
           $string['privacy:metadata:groups:groupid'] = 'The ID of the group.';
  | 
        
        
            | 
            | 
           193 | 
           $string['privacy:metadata:groups:timeadded'] = 'The timestamp indicating when the user was added to the group.';
  | 
        
        
            | 
            | 
           194 | 
           $string['privacy:metadata:groups:userid'] = 'The ID of the user which is associated to the group.';
  | 
        
        
            | 
            | 
           195 | 
           $string['random'] = 'Randomly';
  | 
        
        
            | 
            | 
           196 | 
           $string['removegroupfromselectedgrouping'] = 'Remove group from grouping';
  | 
        
        
            | 
            | 
           197 | 
           $string['removefromgroup'] = 'Remove user from group {$a}';
  | 
        
        
            | 
            | 
           198 | 
           $string['removefromgroupconfirm'] = 'Do you really want to remove user "{$a->user}" from group "{$a->group}"?';
  | 
        
        
            | 
            | 
           199 | 
           $string['removegroupingsmembers'] = 'Remove all groups from groupings';
  | 
        
        
            | 
            | 
           200 | 
           $string['removegroupsmembers'] = 'Remove all group members';
  | 
        
        
            | 
            | 
           201 | 
           $string['removeselectedusers'] = 'Remove selected users';
  | 
        
        
            | 
            | 
           202 | 
           $string['selectfromgroup'] = 'Select members from group';
  | 
        
        
            | 
            | 
           203 | 
           $string['selectfromgrouping'] = 'Select members from grouping';
  | 
        
        
            | 
            | 
           204 | 
           $string['selectfromrole'] = 'Select members with role';
  | 
        
        
            | 
            | 
           205 | 
           $string['showgroupsingrouping'] = 'Show groups in grouping';
  | 
        
        
            | 
            | 
           206 | 
           $string['showmembersforgroup'] = 'Show members for group';
  | 
        
        
            | 
            | 
           207 | 
           $string['toomanygroups'] = 'Insufficient users to populate this number of groups - there are only {$a} users in the selected role.';
  | 
        
        
            | 
            | 
           208 | 
           $string['usercount'] = 'User count';
  | 
        
        
            | 
            | 
           209 | 
           $string['usercounttotal'] = 'User count ({$a})';
  | 
        
        
            | 
            | 
           210 | 
           $string['usergroupmembership'] = 'Selected user\'s membership:';
  | 
        
        
            | 
            | 
           211 | 
           $string['visibility'] = 'Group membership visibility';
  | 
        
        
            | 
            | 
           212 | 
           $string['visibility_help'] = '* Visible - all course participants can view who is in the group
  | 
        
        
            | 
            | 
           213 | 
           * Only visible to members - course participants not in the group can’t view the group or its members
  | 
        
        
            | 
            | 
           214 | 
           * Only see own membership - a user can see they are in the group but can’t view other group members
  | 
        
        
            | 
            | 
           215 | 
           * Hidden - only teachers can view the group and its members
  | 
        
        
            | 
            | 
           216 | 
              | 
        
        
            | 
            | 
           217 | 
           Users with the view hidden groups capability can always view group membership.
  | 
        
        
            | 
            | 
           218 | 
              | 
        
        
            | 
            | 
           219 | 
           Note that you can\'t change this setting if the group has members.';
  | 
        
        
            | 
            | 
           220 | 
           $string['visibilityshort'] = 'Visibility';
  | 
        
        
            | 
            | 
           221 | 
           $string['visibilityall'] = 'Visible';
  | 
        
        
            | 
            | 
           222 | 
           $string['visibilitymembers'] = 'Only visible to members';
  | 
        
        
            | 
            | 
           223 | 
           $string['visibilityown'] = 'Only see own membership';
  | 
        
        
            | 
            | 
           224 | 
           $string['visibilitynone'] = 'Hidden';
  | 
        
        
            | 
            | 
           225 | 
           $string['memberofgroup'] = 'Group member of: {$a}';
  | 
        
        
            | 
            | 
           226 | 
           $string['withselected'] = 'With selected';
  |