mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-73598 reportbuilder: feature switch for custom reports.
This commit is contained in:
parent
a01f1fa71c
commit
335012580b
6 changed files with 105 additions and 8 deletions
|
@ -100,6 +100,8 @@ $string['editreportdetails'] = 'Edit report details';
|
|||
$string['editreportname'] = 'Edit report name';
|
||||
$string['editscheduledetails'] = 'Edit schedule details';
|
||||
$string['editschedulename'] = 'Edit schedule name';
|
||||
$string['enablecustomreports'] = 'Enable custom reports';
|
||||
$string['enablecustomreports_desc'] = 'Allow users to create and view Report builder custom reports';
|
||||
$string['entitycourse'] = 'Course';
|
||||
$string['entityuser'] = 'User';
|
||||
$string['errorreportcreate'] = 'You cannot create a new report';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue