mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-62266 core_availability: Implement privacy API
This commit is contained in:
parent
533e41f82e
commit
636a50044b
2 changed files with 47 additions and 0 deletions
|
@ -61,6 +61,7 @@ $string['listheader_multi_or'] = 'any';
|
|||
$string['manageplugins'] = 'Manage restrictions';
|
||||
$string['missingplugin'] = 'Missing restriction plugin';
|
||||
$string['or'] = 'or';
|
||||
$string['privacy:metadata'] = 'The Access restriction subsystem does not store any personal data.';
|
||||
$string['restrictaccess'] = 'Restrict access';
|
||||
$string['restrictbygroup'] = 'Add group/grouping access restriction';
|
||||
$string['setheading'] = '{$a->number} Set of {$a->count} restriction(s)';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue