From 4090dd360f9ed9135dbc19554774e7187fc6b823 Mon Sep 17 00:00:00 2001 From: Flottertotte Date: Sun, 25 Jan 2015 15:40:01 +0800 Subject: [PATCH 1/2] Additional lang: AE American English by Scott Karren --- lang/en_us/en_us_enrol_apply.php | 52 ++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 lang/en_us/en_us_enrol_apply.php diff --git a/lang/en_us/en_us_enrol_apply.php b/lang/en_us/en_us_enrol_apply.php new file mode 100644 index 0000000..a60f56d --- /dev/null +++ b/lang/en_us/en_us_enrol_apply.php @@ -0,0 +1,52 @@ +{firstname}:The first name of the user; {content}:The course name;{lastname}:The last name of the user;{username}:The users registration username'; +$string['cancelmailcontent_desc'] = 'Please use the following special marks to replace email content with data from Moodle.
{firstname}:The first name of the user; {content}:The course name;{lastname}:The last name of the user;{username}:The users registration username'; + +$string['confirmusers'] = 'Enroll confirm'; + +$string['coursename'] = 'Course'; +$string['applyuser'] = 'First name / Surname'; +$string['applyusermail'] = 'Email'; +$string['applydate'] = 'Enroll date'; +$string['btnconfirm'] = 'Confirm'; +$string['btncancel'] = 'Cancel'; +$string['enrollusers'] = 'Enroll users'; + +$string['status'] = 'Allow course enroll confirmation'; +$string['confirmenroll'] = 'Manage application'; + +$string['apply:config'] = 'Configure apply enroll instances'; +$string['apply:manage'] = 'Manage apply enrollment'; +$string['apply:unenroll'] = 'Cancel users from the course'; +$string['apply:unenrollapply'] = 'Cancel self from the course'; + +$string['notification'] = 'Enrolllment application successfully sent.

You will be informed by email when your enrollment has been confirmed.'; + +$string['sendmailtoteacher'] = 'Send email notification to teachers'; +$string['sendmailtomanager'] = 'Send email notification to managers'; +$string['mailtoteacher_suject'] = 'New enrollment request!'; +$string['editdescription'] = 'Textarea description'; +$string['comment'] = 'Comment'; +$string['applymanage'] = 'Manage enrollment applications'; + +$string['status_desc'] = 'Allow course access of internally enrolled users.'; +?> \ No newline at end of file From c59e14ac777f14f76544d35a8353cc0cc0dd4ae0 Mon Sep 17 00:00:00 2001 From: Flottertotte Date: Sun, 25 Jan 2015 15:44:17 +0800 Subject: [PATCH 2/2] Improved lang:EN Improved Engl. lang file by Scott Karren --- lang/en/enrol_apply.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lang/en/enrol_apply.php b/lang/en/enrol_apply.php index b1b752a..f6ea2b0 100644 --- a/lang/en/enrol_apply.php +++ b/lang/en/enrol_apply.php @@ -9,17 +9,17 @@ * ************************************************************************* * ************************************************************************ */ -// The name of your plugin. Displayed on admin menus. +// The name of your plug-in. 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['pluginname_desc'] = 'With this plug-in users can apply to be enrolled in a course. A teacher or site manager will then have to approve the enrolment before the user gets enroled.'; -$string['confirmmailsubject'] = 'Confirm mail subject'; -$string['confirmmailcontent'] = 'Confirm mail content'; -$string['cancelmailsubject'] = 'Cancel mail subject'; -$string['cancelmailcontent'] = 'Cancel mail content'; -$string['confirmmailcontent_desc'] = 'Please use special marks designated email content replaced.
{firstname}:Registration name; {content}:Course name;{lastname}:The last name of the user;{username}:Registration name'; -$string['cancelmailcontent_desc'] = 'Please use special marks designated email content replaced.
{firstname}:Registration name; {content}:Course name;{lastname}:The last name of the user;{username}:Registration name'; +$string['confirmmailsubject'] = 'Confirmation email subject'; +$string['confirmmailcontent'] = 'Confirmation email content'; +$string['cancelmailsubject'] = 'Cancelation email subject'; +$string['cancelmailcontent'] = 'Cancelation email content'; +$string['confirmmailcontent_desc'] = 'Please use the following special marks to replace email content with data from Moodle.
{firstname}:The first name of the user; {content}:The course name;{lastname}:The last name of the user;{username}:The users registration username'; +$string['cancelmailcontent_desc'] = 'Please use the following special marks to replace email content with data from Moodle.
{firstname}:The first name of the user; {content}:The course name;{lastname}:The last name of the user;{username}:The users registration username'; $string['confirmusers'] = 'Enrol Confirm'; @@ -36,19 +36,19 @@ $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:unenrol'] = 'Cancel users from the course'; $string['apply:unenrolapply'] = 'Cancel self from the course'; // is this necessary now? $string['apply:unenrolself'] = 'Cancel self from the course'; + -$string['notification'] = 'Enrollment Application successfully sent.

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['notification'] = 'Enrolment application successfully sent.

You will be informed by email when your enrolment has been confirmed.'; $string['sendmailtoteacher'] = 'Send email notification to teachers'; $string['sendmailtomanager'] = 'Send email notification to managers'; -$string['mailtoteacher_suject'] = 'New Enrollment request!'; +$string['mailtoteacher_suject'] = 'New Enrolment request!'; $string['editdescription'] = 'Textarea description'; $string['comment'] = 'Comment'; $string['applymanage'] = 'Manage enrolment applications'; $string['status_desc'] = 'Allow course access of internally enrolled users.'; - ?> \ No newline at end of file