mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-62079 core_filters: Implement null provider
This commit is contained in:
parent
6d4bc5bd34
commit
e055b85a0f
2 changed files with 47 additions and 0 deletions
|
@ -72,6 +72,7 @@ $string['nofiltersenabled'] = 'No filter plugins have been enabled on this site.
|
|||
$string['off'] = 'Off';
|
||||
$string['offbutavailable'] = 'Off, but available';
|
||||
$string['on'] = 'On';
|
||||
$string['privacy:reason'] = 'The Filter subsystem does not store any personal data.';
|
||||
$string['profilefilterfield'] = 'Profile field name';
|
||||
$string['profilefilterlimiter'] = 'Profile field operator';
|
||||
$string['profilelabel'] = '{$a->label}: {$a->profile} {$a->operator} {$a->value}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue