You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.6 KiB
51 lines
2.6 KiB
<?php
|
|
/**
|
|
* *************************************************************************
|
|
* * Apply Enrol **
|
|
* *************************************************************************
|
|
* @copyright emeneo.com **
|
|
* @link emeneo.com **
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
|
|
* *************************************************************************
|
|
* ************************************************************************
|
|
*/
|
|
// The name of your plugin. Displayed on admin menus.
|
|
$string['enrolname'] = 'Course enrol confirmation';
|
|
$string['pluginname'] = 'Course enrol confirmation';
|
|
$string['pluginname_desc'] = 'With this plugin users can apply to a course and a teacher have to comfirm before the user gets enroled.';
|
|
|
|
$string['confirmmailsubject'] = 'Confirm mail subject';
|
|
$string['confirmmailcontent'] = 'Confirm mail content';
|
|
$string['cancelmailsubject'] = 'Cancel mail subject';
|
|
$string['cancelmailcontent'] = 'Cancel mail sontent';
|
|
$string['confirmmailcontent_desc'] = 'Please use special marks designated email content replaced.<br>{firstname}:Registration name; {content}:Course name';
|
|
$string['cancelmailcontent_desc'] = 'Please use special marks designated email content replaced.<br>{firstname}:Registration name; {content}:Course name';
|
|
|
|
$string['confirmusers'] = 'Enrol Confirm';
|
|
|
|
$string['coursename'] = 'Course';
|
|
$string['applyuser'] = 'First name / Surname';
|
|
$string['applyusermail'] = 'Email';
|
|
$string['applydate'] = 'Enrol date';
|
|
$string['btnconfirm'] = 'Confirm';
|
|
$string['btncancel'] = 'Cancel';
|
|
$string['enrolusers'] = 'Enrol users';
|
|
|
|
$string['status'] = 'Allow Course enrol confirmation';
|
|
$string['confirmenrol'] = 'Manage application';
|
|
|
|
$string['apply:config'] = 'Configure apply enrol instances';
|
|
$string['apply:manage'] = 'Manage apply enrolment';
|
|
$string['apply:unenrol'] = 'Cancel users from course';
|
|
$string['apply:unenrolapply'] = 'Cancel self from the course';
|
|
|
|
$string['notification'] = '<b>Enrollment Application successfully sent</b>. <br/><br/>You will be informed by email as soon as your enrollment has been confirmed. If you want to enroll to other courses, please click "course catalogue" in the top menu.';
|
|
|
|
$string['sendmailtoteacher'] = 'Send email notification to teachers';
|
|
$string['mailtoteacher_suject'] = 'New Enrollment request!';
|
|
$string['editdescription'] = 'Textarea description';
|
|
$string['applymanage'] = 'Manage enrolment applications';
|
|
|
|
$string['status_desc'] = 'Allow course access of internally enrolled users.';
|
|
|
|
?>
|