From 4090dd360f9ed9135dbc19554774e7187fc6b823 Mon Sep 17 00:00:00 2001 From: Flottertotte Date: Sun, 25 Jan 2015 15:40:01 +0800 Subject: [PATCH] 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