MDL-62079 core_filters: Implement null provider

This commit is contained in:
Andrew Nicols 2018-04-22 21:30:01 +08:00
parent 6d4bc5bd34
commit e055b85a0f
2 changed files with 47 additions and 0 deletions

View file

@ -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}';