mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
24 lines
1.8 KiB
PHP
24 lines
1.8 KiB
PHP
<?php
|
|
|
|
$string['description'] = 'Description of enrolment over Moodle Networking.';
|
|
$string['enrolname'] = 'Moodle Networking';
|
|
$string['enrolname'] = 'Moodle Networking';
|
|
$string['allow_allcourses'] = 'Allow enrolment in all remote courses.';
|
|
$string['allcategories'] = '$a potential categories';
|
|
$string['allowedcategories'] = '$a allowed categories';
|
|
$string['nocategoriesdefined'] = 'No course categories found. Define new categories <a href=\"$a\">here</a>.';
|
|
$string['allcourses'] = '$a potential courses';
|
|
$string['allowedcourses'] = '$a allowed courses';
|
|
$string['nocoursesdefined'] = 'No courses found. Define new courses <a href=\"$a\">here</a>.';
|
|
$string['allowedcourseslinktext'] = 'Edit allowed courses and categories here.';
|
|
$string['mnet_enrol_name'] = 'Moodle Networked Enrolment';
|
|
$string['mnet_enrol_description'] = 'Publish this service to allow administrators at $a to enrol their students in courses you have created on your server.<br/>' .
|
|
'<ul><li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Service Provider) service to $a.</li>'.
|
|
'<li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Identity Provider) service on $a.</li></ul><br/>'.
|
|
'Subscribe to this service to be able to enrol your students in courses on $a.<br/>'.
|
|
'<ul><li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Service Provider) service on $a.</li>'.
|
|
'<li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Identity Provider) service to $a.</li></ul><br/>';
|
|
$string['mnetlocalforexternal'] = 'Local courses for external users';
|
|
|
|
?>
|