moodle/auth/webservice/lang/en/auth_webservice.php

5 lines
236 B
PHP
Raw Normal View History

<?php
// WS plugin
$string['auth_webservicedescription'] = 'This authentication method should be used for accounts that are exclusively for use by web service clients.';
$string['auth_webservicetitle'] = 'Web services authentication';