mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
webservice MDL-13129 add moodle_course_get_courses and moodle_course_create_courses
This commit is contained in:
parent
207d145dda
commit
6bb31e404e
5 changed files with 697 additions and 85 deletions
|
@ -69,8 +69,10 @@ $string['enablews'] = 'Enable web services';
|
|||
$string['enablewsdescription'] = 'Web services must be enabled in Advanced features.';
|
||||
$string['entertoken'] = 'Enter a security key/token:';
|
||||
$string['error'] = 'Error: {$a}';
|
||||
$string['errorcatcontextnotvalid'] = 'You cannot execute functions in the category context (category id:{$a->catid}). The context error message was: {$a->message}';
|
||||
$string['errorcodes'] = 'Error message';
|
||||
$string['errorcoursecontextnotvalid'] = 'You cannot execute functions in the course context (course id:{$a->courseid}). The context error message was: {$a->message}';
|
||||
$string['errorinvalidparam'] = 'The param "{$a}" is invalid.';
|
||||
$string['errorinvalidparamsapi'] = 'Invalid external api parameter';
|
||||
$string['errorinvalidparamsdesc'] = 'Invalid external api description';
|
||||
$string['errorinvalidresponseapi'] = 'Invalid external api response';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue