mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
filters: MDL-7336 settings page for setting the local enabled/disabled state
This commit is contained in:
parent
a042675877
commit
0f74bb01ff
9 changed files with 253 additions and 7 deletions
|
@ -422,6 +422,7 @@ $string['filestoredinhelp'] = 'Where the file will be stored';
|
|||
$string['filterall'] = 'Filter all strings';
|
||||
$string['filtermatchoneperpage'] = 'Filter match once per page';
|
||||
$string['filtermatchonepertext'] = 'Filter match once per text';
|
||||
$string['filters'] = 'Filters';
|
||||
$string['filtersettings'] = 'Manage filters';
|
||||
$string['filtersettingsgeneral'] = 'General filter settings';
|
||||
$string['filteruploadedfiles'] = 'Filter uploaded files';
|
||||
|
@ -432,6 +433,7 @@ $string['framename'] = 'Frame name';
|
|||
$string['frontpage'] = 'Front Page';
|
||||
$string['frontpagebackup'] = 'Front Page backup';
|
||||
$string['frontpagedefaultrole'] = 'Default frontpage role';
|
||||
$string['frontpagefilters'] = 'Front page filters';
|
||||
$string['frontpageloggedin'] = 'Front page items when logged in';
|
||||
$string['frontpagequestions'] = 'Front Page questions';
|
||||
$string['frontpageoverrides'] = 'Front Page permission overrides';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue