mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +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';
|
||||
|
|
|
@ -40,6 +40,7 @@ $string['cannotcreateuploaddir'] = 'Cannot create upload folder. The site admini
|
|||
$string['cannotcreateuser'] = 'Error creating user record';
|
||||
$string['cannotcreateorfindstructs'] = 'Error finding or creating section structures for this course';
|
||||
$string['cannotcreatepopupwin'] = 'Undefined element - cannot create pop-up window';
|
||||
$string['cannotcustomisefiltersblockuser'] = 'You cannot customise filters settings in user or block contexts.';
|
||||
$string['cannotcustomizelocallang'] = 'You do not have permission to customize the strings translation. This permission is controlled by the capability \"moodle/site:langeditlocal\". Set this capability to allow you to edit local language packages in case you want to modify translations for your site.';
|
||||
$string['cannotdeletelangcache'] = 'Language cache cannot be deleted, please fix permissions in dataroot/cache/languages!';
|
||||
$string['cannotdeletebackupids'] = 'Couldn\'t delete previous backup ids';
|
||||
|
@ -347,6 +348,7 @@ $string['noguest'] = 'No guests here!';
|
|||
$string['nologinas'] = 'You are not allowed to login as that user';
|
||||
$string['noadmins'] = 'No administrators!';
|
||||
$string['noexistingcategory'] = 'No existing category';
|
||||
$string['nofiltersenabled'] = 'No filters are enabled.';
|
||||
$string['notlocalisederrormessage'] = '$a';
|
||||
$string['nousers'] = 'No such user!';
|
||||
$string['nonmeaningfulcontent'] = 'Non meaningful content';
|
||||
|
|
|
@ -18,10 +18,12 @@ $string['courserolelabelerror'] = '$a->label error: course $a->coursename does n
|
|||
$string['datelabelisafter'] = '$a->label is after $a->after';
|
||||
$string['datelabelisbefore'] = '$a->label is before $a->before';
|
||||
$string['datelabelisbetween'] = '$a->label is between $a->after and $a->before';
|
||||
$string['defaultx'] = 'Default ($a)';
|
||||
$string['disabled'] = 'Disabled';
|
||||
$string['doesnotcontain'] = 'doesn\'t contain';
|
||||
$string['endswith'] = 'ends with';
|
||||
$string['filterallwarning'] = 'Applying filters to headings as well as content can greatly increase the load on your server. Please use that \'Apply to\' settings sparingly. The main use is with the multilang filter.';
|
||||
$string['filtersettingsfor'] = 'Filter settings for $a';
|
||||
$string['firstaccess'] = 'First access';
|
||||
$string['globalrolelabel'] = '$a->label is $a->value';
|
||||
$string['isactive'] = 'Active?';
|
||||
|
@ -34,6 +36,8 @@ $string['isequalto'] = 'is equal to';
|
|||
$string['isnotequalto'] = 'isn\'t equal to';
|
||||
$string['isnotdefined'] = 'isn\'t defined';
|
||||
$string['newfilter'] = 'New filter';
|
||||
$string['nofiltersenabled'] = 'No filter plugins have been enabled on this site.';
|
||||
$string['off'] = 'Off';
|
||||
$string['offbutavailable'] = 'Off, but available';
|
||||
$string['on'] = 'On';
|
||||
$string['profilelabel'] = '$a->label: $a->profile $a->operator $a->value';
|
||||
|
|
8
lang/en_utf8/help/localfiltersettings.html
Normal file
8
lang/en_utf8/help/localfiltersettings.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<h1>Filter settings</h1>
|
||||
|
||||
<p>This page lets you turn filters on or off in a particular part of the site.
|
||||
This page only gives you access to those filters that the Administrator has
|
||||
enabled.</p>
|
||||
|
||||
<p>Some filters may also let you set local settings, in which case there will be
|
||||
a 'Settings' link next to their name.</p>
|
Loading…
Add table
Add a link
Reference in a new issue