mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-43557 events: Update of webservice function called string.
This commit is contained in:
parent
0c3e0f4752
commit
6522afdfa4
@ -82,7 +82,7 @@ $string['errorcoursecontextnotvalid'] = 'You cannot execute functions in the cou
|
||||
$string['errorinvalidparam'] = 'The param "{$a}" is invalid.';
|
||||
$string['errornotemptydefaultparamarray'] = 'The web service description parameter named \'{$a}\' is an single or multiple structure. The default can only be empty array. Check web service description.';
|
||||
$string['erroroptionalparamarray'] = 'The web service description parameter named \'{$a}\' is an single or multiple structure. It can not be set as VALUE_OPTIONAL. Check web service description.';
|
||||
$string['eventwebservice_function_called'] = 'Web service function called';
|
||||
$string['eventwebservicefunctioncalled'] = 'Web service function called';
|
||||
$string['eventwebserviceloginfailed'] = 'Web service login failed';
|
||||
$string['eventwebserviceservicecreated'] = 'Web service service created';
|
||||
$string['eventwebserviceservicedeleted'] = 'Web service service deleted';
|
||||
|
Loading…
x
Reference in New Issue
Block a user