mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
webservice MDL-23345 fix moodledocs link in the ws doc
This commit is contained in:
parent
ac1870e330
commit
390cc887da
2 changed files with 10 additions and 3 deletions
|
@ -174,9 +174,10 @@ $string['webservicetokens'] = 'Web service tokens';
|
|||
$string['wrongusernamepassword'] = 'Wrong username or password';
|
||||
$string['wsauthmissing'] = 'The web service authentication plugin is missing.';
|
||||
$string['wsauthnotenabled'] = 'The web service authentication plugin is disabled.';
|
||||
$string['wsclientdoc'] = 'Moodle web service client documentation';
|
||||
$string['wsdocumentation'] = 'Web service documentation';
|
||||
$string['wsdocumentationdisable'] = 'Web service documentation is disabled.';
|
||||
$string['wsdocumentationintro'] = 'Following is a listing of web service functions available for the username <b>{$a}</b>.<br/>To create a client we advise you to read the <a href="http://docs.moodle.org/en/Development:Creating_a_web_service_and_a_web_service_function#Create_your_own_client">Moodle documentation</a>';
|
||||
$string['wsdocumentationintro'] = 'Following is a listing of web service functions available for the username <b>{$a->username}</b>.<br/>To create a client we advise you to read the {$a->doclink}';
|
||||
$string['wsdocumentationlogin'] = 'or enter your web service username and password:';
|
||||
$string['wspassword'] = 'Web service password';
|
||||
$string['wsusername'] = 'Web service username';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue