mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-28990 add web service mobile overview
This commit is contained in:
parent
4f3632441a
commit
fa698a15a8
2 changed files with 20 additions and 2 deletions
|
@ -67,6 +67,7 @@ $string['editservice'] = 'Edit the service: {$a->name} (id: {$a->id})';
|
|||
$string['enabled'] = 'Enabled';
|
||||
$string['enabledocumentation'] = 'Enable developer documentation';
|
||||
$string['enabledocumentationdescription'] = 'Detailed web services documentation is available for enabled protocols.';
|
||||
$string['enablemobilewsoverview'] = 'Go to {$a->manageservicelink} administration page, check the "{$a->enablemobileservice}" setting and Save. Everything will be setup for you and all site\'s users will be able to use the offical Moodle app. Current status: {$a->wsmobilestatus}';
|
||||
$string['enableprotocols'] = 'Enable protocols';
|
||||
$string['enableprotocolsdescription'] = 'At least one protocol should be enabled. For security reasons, only protocols that are to be used should be enabled.';
|
||||
$string['enablews'] = 'Enable web services';
|
||||
|
@ -120,6 +121,8 @@ $string['missingcaps_help'] = 'List of required capabilities for the service whi
|
|||
$string['missingpassword'] = 'Missing password';
|
||||
$string['missingusername'] = 'Missing username';
|
||||
$string['missingversionfile'] = 'Coding error: version.php file is missing for the component {$a}';
|
||||
$string['mobilewsdisabled'] = 'Disabled';
|
||||
$string['mobilewsenabled'] = 'Enabled';
|
||||
$string['nofunctions'] = 'This service has no functions.';
|
||||
$string['norequiredcapability'] = 'No required capability';
|
||||
$string['notoken'] = 'The token list is empty.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue