mirror of
https://github.com/moodle/moodle.git
synced 2025-05-15 20:58:15 +02:00
MDL-35864 Enrol plugins: Add missing capability strings
This commit is contained in:
parent
ed2de2ecc7
commit
6b78b55c15
enrol
category/lang/en
database/lang/en
imsenterprise/lang/en
mnet/lang/en
@ -22,6 +22,7 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['category:config'] = 'Configure category enrol instances';
|
||||
$string['category:synchronised'] = 'Role assignments synchronised to course enrolment';
|
||||
$string['pluginname'] = 'Category enrolments';
|
||||
$string['pluginname_desc'] = 'Category enrolment plugin is a legacy solution for enrolments at the course category level via role assignments. It is recommended to use cohort synchronisation instead.';
|
||||
|
@ -22,6 +22,7 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['database:config'] = 'Configure database enrol instances';
|
||||
$string['database:unenrol'] = 'Unenrol suspended users';
|
||||
$string['dbencoding'] = 'Database encoding';
|
||||
$string['dbhost'] = 'Database host';
|
||||
|
@ -46,6 +46,7 @@ $string['filelockedmail'] = 'The text file you are using for IMS-file-based enro
|
||||
$string['filelockedmailsubject'] = 'Important error: Enrolment file';
|
||||
$string['fixcasepersonalnames'] = 'Change personal names to Title Case';
|
||||
$string['fixcaseusernames'] = 'Change usernames to lower case';
|
||||
$string['imsenterprise:config'] = 'Configure IMS Enterprise enrol instances';
|
||||
$string['imsrolesdescription'] = 'The IMS Enterprise specification includes 8 distinct role types. Please choose how you want them to be assigned in Moodle, including whether any of them should be ignored.';
|
||||
$string['location'] = 'File location';
|
||||
$string['logtolocation'] = 'Log file output location (blank for no logging)';
|
||||
|
@ -25,6 +25,7 @@
|
||||
$string['error_multiplehost'] = 'Some instance of MNet enrolment plugin already exists for this host. Only one instance per host and/or one instance for \'All hosts\' is allowed.';
|
||||
$string['instancename'] = 'Enrolment method name';
|
||||
$string['instancename_help'] = 'You can optionally rename this instance of the MNet enrolment method. If you leave this field empty, the default instance name will be used, containing the name of the remote host and the assigned role for their users.';
|
||||
$string['mnet:config'] = 'Configure MNet enrol instances';
|
||||
$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>subscribe</strong> to the SSO (Identity Provider) service on {$a}.</li><li><em>Dependency</em>: You must also <strong>publish</strong> the SSO (Service Provider) service to {$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>publish</strong> the SSO (Identity Provider) service to {$a}.</li><li><em>Dependency</em>: You must also <strong>subscribe</strong> to the SSO (Service Provider) service on {$a}.</li></ul><br/>';
|
||||
$string['mnet_enrol_name'] = 'Remote enrolment service';
|
||||
$string['pluginname'] = 'MNet remote enrolments';
|
||||
|
Loading…
x
Reference in New Issue
Block a user