success_message=gettext("Your email was successfully queued for sending.")
send_to=@$send_to.val().toLowerCase()
ifsend_to=="myself"
send_to=gettext("yourself")
confirm_message=gettext("You are about to send an email titled '<%= subject %>' to yourself. Is this OK?")
elseifsend_to=="staff"
send_to=gettext("everyone who is staff or instructor on this course")
confirm_message=gettext("You are about to send an email titled '<%= subject %>' to everyone who is staff or instructor on this course. Is this OK?")
else
send_to=gettext("ALL (everyone who is enrolled in this course as student, staff, or instructor)")
confirm_message=gettext("You are about to send an email titled '<%= subject %>' to ALL (everyone who is enrolled in this course as student, staff, or instructor). Is this OK?")
success_message=gettext("Your email was successfully queued for sending. Please note that for large classes, it may take up to an hour (or more, if other courses are simultaneously sending email) to send all emails.")
subject=gettext(@$subject.val())
confirm_message=gettext("You are about to send an email titled \"#{subject}\" to #{send_to}. Is this OK?")
${_("Note: Users must have an activated {platform_name} account before they can be enrolled as a beta tester.").format(platform_name=settings.PLATFORM_NAME)}