| Línea 13... |
Línea 13... |
| 13 |
//
|
13 |
//
|
| 14 |
// You should have received a copy of the GNU General Public License
|
14 |
// You should have received a copy of the GNU General Public License
|
| 15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
| Línea 16... |
Línea 16... |
| 16 |
|
16 |
|
| 17 |
/**
|
17 |
/**
|
| 18 |
* Strings for component 'webservice', language 'en', branch 'MOODLE_20_STABLE'
|
18 |
* Strings for component 'core_webservice', language 'en', branch 'MOODLE_20_STABLE'
|
| 19 |
*
|
19 |
*
|
| 20 |
* @package core_webservice
|
20 |
* @package core_webservice
|
| 21 |
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
21 |
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
| 22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| Línea 233... |
Línea 233... |
| 233 |
$string['wsdocumentationdisable'] = 'Web service documentation is disabled.';
|
233 |
$string['wsdocumentationdisable'] = 'Web service documentation is disabled.';
|
| 234 |
$string['wsdocumentationintro'] = 'To create a client we advise you to read the {$a->doclink}';
|
234 |
$string['wsdocumentationintro'] = 'To create a client we advise you to read the {$a->doclink}';
|
| 235 |
$string['wsdocumentationlogin'] = 'or enter your web service username and password:';
|
235 |
$string['wsdocumentationlogin'] = 'or enter your web service username and password:';
|
| 236 |
$string['wspassword'] = 'Web service password';
|
236 |
$string['wspassword'] = 'Web service password';
|
| 237 |
$string['wsusername'] = 'Web service username';
|
237 |
$string['wsusername'] = 'Web service username';
|
| 238 |
|
- |
|
| 239 |
// Deprecated since Moodle 4.2.
|
- |
|
| 240 |
$string['missingversionfile'] = 'Coding error: version.php file is missing for the component {$a}';
|
- |
|
| 241 |
$string['cannotgetcoursecontents'] = 'Cannot get course contents';
|
- |
|