2007-01-04 03:05:48 +00:00
< ? 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' ;
2007-01-04 23:38:17 +00:00
$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/>' .
2007-01-04 03:05:48 +00:00
'<ul><li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Service Provider) service to $a.</li>' .
2007-01-04 23:38:17 +00:00
'<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/>' .
2007-01-04 03:05:48 +00:00
'<ul><li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Service Provider) service on $a.</li>' .
2007-01-04 23:38:17 +00:00
'<li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Identity Provider) service to $a.</li></ul><br/>' ;
2007-10-16 09:15:02 +00:00
$string [ 'mnetlocalforexternal' ] = 'Local courses for external users' ;
2007-01-04 03:05:48 +00:00
?>