mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
44 lines
2.5 KiB
PHP
44 lines
2.5 KiB
PHP
<?php
|
|
|
|
$string['accessexception'] = 'Access control exception';
|
|
$string['addfunction'] = 'Add function';
|
|
$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['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['execute'] = 'Execute';
|
|
$string['executewarnign'] = 'WARNING: if you press execute your database will be modified and changes can not be reverted automatically!';
|
|
$string['externalservices'] = 'External services';
|
|
$string['externalservice'] = 'External service';
|
|
$string['externalservicefunctions'] = 'External service functions';
|
|
$string['externalserviceusers'] = 'External service users';
|
|
$string['function'] = 'Function';
|
|
$string['functions'] = 'Functions';
|
|
$string['iprestriction'] = 'IP restriction';
|
|
$string['manageprotocols'] = 'Manage protocols';
|
|
$string['norequiredcapability'] = 'No required capability';
|
|
$string['potusers'] = 'Not authorised users';
|
|
$string['potusersmatching'] = 'Not authorised users matching';
|
|
$string['protocol'] = 'Protocol';
|
|
$string['removefunction'] = 'Remove';
|
|
$string['removefunctionconfirm'] = 'Do you really want to remove function \"$a->function\" from service \"$a->service\"?';
|
|
$string['requiredcapability'] = 'Required capability';
|
|
$string['selectedcapabilitydoesntexit'] = 'The currently set required capability ($a) doesn\'t exist anymore. Please change it and save the changes.';
|
|
$string['restrictedusers'] = 'Authorised users only';
|
|
$string['selectedcapability'] = 'Selected';
|
|
$string['servicename'] = 'Service name';
|
|
$string['servicesbuiltin'] = 'Built-in services';
|
|
$string['servicescustom'] = 'Custom services';
|
|
$string['serviceusers'] = 'Authorised users';
|
|
$string['serviceusersmatching'] = 'Authorised users matching';
|
|
$string['serviceuserssettings'] = 'Change settings for the authorised users';
|
|
$string['testclient'] = 'Web service test client';
|
|
$string['validuntil'] = 'Valid until';
|
|
$string['webservices'] = 'Web services';
|