"staff":gettext("Everyone who has staff privileges in this course"),
"learners":gettext("All learners who are enrolled in this course"),
}
display_target=(value)->
ifvalue=="myself"
gettext("Yourself")
elseifvalue=="staff"
gettext("Everyone who has staff privileges in this course")
elseifvalue=="learners"
gettext("All learners who are enrolled in this course")
else
gettext("All learners in the {cohort_name} cohort").replace('{cohort_name}',value.slice(value.indexOf(':')+1))
success_message=gettext("Your email message was successfully queued for sending. In courses with a large number of learners, email messages to learners might take up to an hour to be sent.")
confirm_message=gettext("You are sending an email message with the subject {subject} to the following recipients.")
<pclass="copy">${_("We recommend sending learners no more than one email message per week. Before you send your email, review the text carefully and send it to yourself first, so that you can preview the formatting and make sure embedded images and links work correctly.")}</p>
<pclass="copy">${_("We recommend sending learners no more than one email message per week. Before you send your email, review the text carefully and send it to yourself first, so that you can preview the formatting and make sure embedded images and links work correctly.")}</p>