Merge branch 'MDL-62318-master' of git://github.com/rezaies/moodle

This commit is contained in:
Andrew Nicols 2018-05-09 11:40:51 +08:00 committed by Jun Pataleta
commit f7ca19afaa
3 changed files with 1044 additions and 0 deletions

View file

@ -173,6 +173,10 @@ $string['overview'] = 'Overview';
$string['potentialmembers'] = 'Potential members: {$a}';
$string['potentialmembs'] = 'Potential members';
$string['printerfriendly'] = 'Printer-friendly display';
$string['privacy:metadata:groups'] = 'A record of group membership.';
$string['privacy:metadata:groups:groupid'] = 'The ID of the group.';
$string['privacy:metadata:groups:timeadded'] = 'The timestamp indicating when the user was added to the group.';
$string['privacy:metadata:groups:userid'] = 'The ID of the user which is associated to the group.';
$string['random'] = 'Randomly';
$string['removegroupfromselectedgrouping'] = 'Remove group from grouping';
$string['removefromgroup'] = 'Remove user from group {$a}';