2009-10-12 21:46:16 +00:00
< ? php
2009-09-09 07:55:03 +00:00
2009-10-20 22:30:18 +00:00
$string [ 'accessexception' ] = 'Access control exception' ;
2009-10-12 21:46:16 +00:00
$string [ 'addfunction' ] = 'Add function' ;
2009-10-19 15:09:22 +00:00
$string [ 'addfunctionhelp' ] = 'Select the function to add to the service.' ;
2009-10-16 08:50:02 +00:00
$string [ 'addrequiredcapability' ] = 'Assign/Unassign the required capability' ;
2009-11-06 08:17:09 +00:00
$string [ 'addservice' ] = 'Add a new service: $a->name (id: $a->id)' ;
2009-10-12 21:46:16 +00:00
$string [ 'actwebserviceshhdr' ] = 'Active web service protocols' ;
2009-12-13 10:48:22 +00:00
$string [ 'apiexplorer' ] = 'API explorer' ;
$string [ 'apiexplorernotavalaible' ] = 'API explorer not available yet.' ;
$string [ 'arguments' ] = 'Arguments' ;
2009-10-12 21:46:16 +00:00
$string [ 'configwebserviceplugins' ] = 'For security reasons enable only protocols that are used.' ;
2009-11-06 08:17:09 +00:00
$string [ 'deleteservice' ] = 'Delete the service: $a->name (id: $a->id)' ;
2009-10-12 21:46:16 +00:00
$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.' ;
2009-11-06 08:17:09 +00:00
$string [ 'editservice' ] = 'Edit the service: $a->name (id: $a->id)' ;
2009-10-21 19:36:39 +00:00
$string [ 'enabled' ] = 'Enabled' ;
2009-12-13 10:48:22 +00:00
$string [ 'error' ] = 'Error: $a' ;
$string [ 'errorcodes' ] = 'Error Codes' ;
2009-10-22 23:07:21 +00:00
$string [ 'execute' ] = 'Execute' ;
$string [ 'executewarnign' ] = 'WARNING: if you press execute your database will be modified and changes can not be reverted automatically!' ;
2009-10-12 21:46:16 +00:00
$string [ 'externalservices' ] = 'External services' ;
$string [ 'externalservice' ] = 'External service' ;
$string [ 'externalservicefunctions' ] = 'External service functions' ;
$string [ 'externalserviceusers' ] = 'External service users' ;
$string [ 'function' ] = 'Function' ;
$string [ 'functions' ] = 'Functions' ;
2009-10-16 08:50:02 +00:00
$string [ 'iprestriction' ] = 'IP restriction' ;
2009-10-12 21:46:16 +00:00
$string [ 'manageprotocols' ] = 'Manage protocols' ;
2009-12-13 10:48:22 +00:00
$string [ 'noerrorcode' ] = 'No error code' ;
2009-11-05 07:06:09 +00:00
$string [ 'norequiredcapability' ] = 'No required capability' ;
2009-12-13 10:48:22 +00:00
$string [ 'optional' ] = 'Optional' ;
2009-10-21 19:36:39 +00:00
$string [ 'potusers' ] = 'Not authorised users' ;
$string [ 'potusersmatching' ] = 'Not authorised users matching' ;
2009-10-12 21:46:16 +00:00
$string [ 'protocol' ] = 'Protocol' ;
$string [ 'removefunction' ] = 'Remove' ;
$string [ 'removefunctionconfirm' ] = 'Do you really want to remove function \"$a->function\" from service \"$a->service\"?' ;
2009-12-13 10:48:22 +00:00
$string [ 'requireauthentication' ] = 'This method requires authentication with xxx permission.' ;
$string [ 'required' ] = 'Required' ;
2009-10-12 21:46:16 +00:00
$string [ 'requiredcapability' ] = 'Required capability' ;
2009-12-13 10:48:22 +00:00
$string [ 'response' ] = 'Response' ;
$string [ 'restcode' ] = 'REST code' ;
2009-10-21 19:36:39 +00:00
$string [ 'restrictedusers' ] = 'Authorised users only' ;
2009-12-13 10:48:22 +00:00
$string [ 'selectedcapabilitydoesntexit' ] = 'The currently set required capability ($a) doesn\'t exist anymore. Please change it and save the changes.' ;
2009-11-05 07:06:09 +00:00
$string [ 'selectedcapability' ] = 'Selected' ;
2009-10-19 12:01:22 +00:00
$string [ 'servicename' ] = 'Service name' ;
2009-10-12 21:46:16 +00:00
$string [ 'servicesbuiltin' ] = 'Built-in services' ;
$string [ 'servicescustom' ] = 'Custom services' ;
2009-10-21 19:36:39 +00:00
$string [ 'serviceusers' ] = 'Authorised users' ;
$string [ 'serviceusersmatching' ] = 'Authorised users matching' ;
$string [ 'serviceuserssettings' ] = 'Change settings for the authorised users' ;
2009-10-21 18:25:00 +00:00
$string [ 'testclient' ] = 'Web service test client' ;
2009-10-16 08:50:02 +00:00
$string [ 'validuntil' ] = 'Valid until' ;
2009-10-12 21:46:16 +00:00
$string [ 'webservices' ] = 'Web services' ;
2009-12-13 10:48:22 +00:00
$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.' ;
$string [ 'wspassword' ] = 'Web service password' ;
$string [ 'wsusername' ] = 'Web service username' ;
$string [ 'xmlrpcstructure' ] = 'XML-RPC structure' ;