. /** * Language strings. * * @package availability_grouping * @copyright 2014 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['description'] = 'Allow only students who belong to a group within a specified grouping.'; $string['error_selectgrouping'] = 'You must select a grouping.'; $string['missing'] = '(Missing grouping)'; $string['pluginname'] = 'Restriction by grouping'; $string['requires_grouping'] = 'You belong to a group in {$a}'; $string['requires_notgrouping'] = 'You do not belong to a group in {$a}'; $string['title'] = 'Grouping';