mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue