MDL-21302 lang string rewording

This commit is contained in:
Helen Foster 2010-01-28 22:08:26 +00:00
parent 635f1a8b01
commit abd9a3d106

View File

@ -3,7 +3,7 @@
$string['accessexception'] = 'Access control exception';
$string['activatehttps'] = '******************';
$string['addcapabilitytousers'] = 'Check users capability';
$string['addcapabilitytousersdescription'] = 'To use web service, users need to have two different capability: \'/webservice:createtoken\' and a capability matching the web service protocols (\'webservice/rest:use\', \'webservice/soap:use\', ...).';
$string['addcapabilitytousersdescription'] = 'To use web services, users need to have two different capabilities: \'/webservice:createtoken\' and a capability matching the web service protocols (\'webservice/rest:use\', \'webservice/soap:use\', ...).';
$string['addfunction'] = 'Add function';
$string['addfunctions'] = 'Add functions';
$string['addfunctionsdescription'] = 'On the <strong>Manage service</strong> page, click the <strong>Functions</strong> link for the newly created service. Add some functions to the service.';
@ -18,7 +18,7 @@ $string['arguments'] = 'Arguments';
$string['authmethod'] = 'Authentication method';
$string['checkusercapability'] = 'Check user capability';
$string['checkusercapabilitydescription'] = 'To use the web services, a user needs to have a capability matching the web service protocols (\'webservice/rest:use\', \'webservice/soap:use\', ...).';
$string['configwebserviceplugins'] = 'For security reasons only protocols that are in used should be enabled .';
$string['configwebserviceplugins'] = 'For security reasons, only protocols that are in use should be enabled.';
$string['context'] = 'Context';
$string['createservice'] = 'Create a service';
$string['createservicedescription'] = 'A service is a set of web service functions. You will allow the user to access to a new service. On the <strong>Add service</strong> page check \'Enable\' and \'Authorised users\' options. Select \'No required capability\'.';
@ -32,16 +32,16 @@ $string['deleteservice'] = 'Delete the service: $a->name (id: $a->id)';
$string['deleteaservice'] = 'Delete service';
$string['deleteserviceconfirm'] = 'Do you really want to delete external service \"$a\"?';
$string['deletetokenconfirm'] = 'Do you really want to delete this web service token for <strong>$a->user</strong> on the service <strong>$a->service</strong>?';
$string['disabledwarning'] = 'All webs service protocols are disabled, the \Enable web services\" setting can be found in the \"Advanced features\" section.';
$string['disabledwarning'] = 'All webs service protocols are disabled, the \Enable web services\" setting can be found in Advanced features.';
$string['editservice'] = 'Edit the service: $a->name (id: $a->id)';
$string['editaservice'] = 'Edit service';
$string['enabled'] = 'Enabled';
$string['enabledocumentation'] = 'Enable developers documentation';
$string['enabledocumentation'] = 'Enable developer documentation';
$string['enabledocumentationdescription'] = 'Check it to give to the developers of the external system access to a detailed web services documentation. The developers only see the documentation of the service they have access to.';
$string['enablews'] = 'Enable web services';
$string['enablewsdescription'] = 'Web services setting must be checked into the <strong>Advanced features</strong> page.';
$string['enablewsdescription'] = 'Web services must be enabled in Advanced features.';
$string['enableprotocols'] = 'Enable protocols';
$string['enableprotocolsdescription'] = 'If no protocols are enabled no body can access Moodle from web services. In counter part, even though Moodle takes a very good care about security issues, more you have enabled protocols, more your Moodle site is subject to external attacks.';
$string['enableprotocolsdescription'] = 'At least one protocol should be enabled. In counter part, even though Moodle takes a very good care about security issues, more you have enabled protocols, more your Moodle site is subject to external attacks.';
$string['error'] = 'Error: $a';
$string['errorcodes'] = 'Error message';
$string['execute'] = 'Execute';
@ -66,7 +66,7 @@ $string['managetokens'] = 'Manage tokens';
$string['norequiredcapability'] = 'No required capability';
$string['notoken'] = 'The token list is empty.';
$string['onesystemcontrolling'] = 'One system controlling Moodle with token';
$string['onesystemcontrollingdescription'] = 'The following steps help you to set up the Moodle web service for one system controlling Moodle (e.g a student informtaion system). These steps also help to set up the recommended token (security keys) authentication method.';
$string['onesystemcontrollingdescription'] = 'The following steps help you to set up the Moodle web service for one system controlling Moodle (e.g a student information system). These steps also help to set up the recommended token (security keys) authentication method.';
$string['operation'] = 'Operation';
$string['optional'] = 'Optional';
$string['phpparam'] = 'XML-RPC (PHP structure)';
@ -95,7 +95,7 @@ $string['step'] = 'Step';
$string['selectspecificuser'] = 'Select a specific user';
$string['selectspecificuserdescription'] = 'On the <strong>Manage service</strong> page, click on \'Authorised users\' and add the user to the authorised users list.';
$string['service'] = 'Service';
$string['servicehelpexplanation'] = 'A service is a set of functions. A service can be accessed by all users or some specified users. <strong>Custom services</strong> are service that you created. <strong>Default services</strong> are service that were added by default to Moodle. You can not change functions from a <strong>Default service</strong>.';
$string['servicehelpexplanation'] = 'A service is a set of functions. A service can be accessed by all users or just specified users. <strong>Custom services</strong> are services that you created. <strong>Default services</strong> are services that were added by default to Moodle. You can not change functions from a <strong>Default service</strong>.';
$string['servicename'] = 'Service name';
$string['servicesbuiltin'] = 'Built-in services';
$string['servicescustom'] = 'Custom services';
@ -107,7 +107,7 @@ $string['token'] = 'Token';
$string['tokenauthlog'] = 'Token authentication';
$string['validuntil'] = 'Valid until';
$string['userasclients'] = 'Users as clients with token';
$string['userasclientsdescription'] = 'The following steps help you to set up the Moodle web service for users as clients. These steps also help to set up the recommended token (security keys) authentication method. In this use case, the user will generate his token from his <strong>Security keys</strong> profil page.';
$string['userasclientsdescription'] = 'The following steps help you to set up the Moodle web service for users as clients. These steps also help to set up the recommended token (security keys) authentication method. In this use case, the user will generate his token from his <strong>Security keys</strong> profile page.';
$string['webservices'] = 'Web services';
$string['webservicesoverview'] = 'Overview';
$string['webservicetokens'] = 'Web service tokens';