mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-43557 events: Update of webservice function called string.
This commit is contained in:
parent
0c3e0f4752
commit
6522afdfa4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue