Webservice update data created

This commit is contained in:
L_DA 2020-12-05 10:03:20 +00:00
parent da14cf4623
commit ae94d42fdf
9 changed files with 990 additions and 624 deletions

View file

@ -28,6 +28,13 @@ defined('MOODLE_INTERNAL') || die();
$string['pluginname'] = 'Timetable';
$string['modulename'] = 'Timetable';
$string['modulenameplural'] = 'Timetables';
$string['timetable:addinstance'] = 'add timetable';
$string['timetable:search'] = 'perform timetable search';
$string['timetable:viewclass'] = 'view class timetable';
$string['timetable:viewownclass'] = 'view own class timetable';
$string['timetable:viewroom'] = 'view room timetable';
$string['timetable:viewteacher'] = 'view teacher timetable';
$string['timetable:update'] = 'update timetable data';
$string['timetablename'] = 'Timetable';
$string['timetablename_help'] = 'Timetable help';
$string['timetablefieldset'] = 'Settings';