Webservice update data created
This commit is contained in:
parent
da14cf4623
commit
ae94d42fdf
9 changed files with 990 additions and 624 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue