@@ -6,12 +6,17 @@ $string['addfunctionhelp'] = 'Select the function to add to the service.';
$string['addrequiredcapability']='Assign/Unassign the required capability';
$string['addservice']='Add a new service: $a->name (id: $a->id)';
$string['actwebserviceshhdr']='Active web service protocols';
$string['apiexplorer']='API explorer';
$string['apiexplorernotavalaible']='API explorer not available yet.';
$string['arguments']='Arguments';
$string['configwebserviceplugins']='For security reasons enable only protocols that are used.';
$string['deleteservice']='Delete the service: $a->name (id: $a->id)';
$string['deleteserviceconfirm']='Do you really want to delete external service \"$a\"?';
$string['disabledwarning']='All webs service protocols are disabled, the \Enable web services\" setting can be found in the \"Advanced features\" section.';
$string['editservice']='Edit the service: $a->name (id: $a->id)';
$string['enabled']='Enabled';
$string['error']='Error: $a';
$string['errorcodes']='Error Codes';
$string['execute']='Execute';
$string['executewarnign']='WARNING: if you press execute your database will be modified and changes can not be reverted automatically!';
$string['selectedcapabilitydoesntexit']='The currently set required capability ($a) doesn\'t exist anymore. Please change it and save the changes.';
$string['selectedcapability']='Selected';
$string['servicename']='Service name';
$string['servicesbuiltin']='Built-in services';
...
...
@@ -41,3 +52,9 @@ $string['serviceuserssettings'] = 'Change settings for the authorised users';
$string['testclient']='Web service test client';
$string['validuntil']='Valid until';
$string['webservices']='Web services';
$string['wsdocumentation']='Web service documentation';
$string['wsdocumentationintro']='Following a listing of web service functions available for the username <b>$a</b>.<br/>In order to create a client we advice 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['wsdocumentationlogin']='Enter your web service username and password.';