From 21ab42213f0ea26da36842e769fcd0bc050c2595 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Fri, 8 Mar 2013 13:52:56 +1100 Subject: [PATCH] Updated default email template text --- include/limesurvey/admin/admin_functions.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/limesurvey/admin/admin_functions.php b/include/limesurvey/admin/admin_functions.php index 15389ac1..31339dc9 100644 --- a/include/limesurvey/admin/admin_functions.php +++ b/include/limesurvey/admin/admin_functions.php @@ -300,10 +300,10 @@ function aTemplateDefaultTexts($oLanguage, $mode='html'){ ', 'admin_notification_subject'=>$oLanguage->gT("Response submission for survey {SURVEYNAME}",$mode), 'admin_notification'=>$oLanguage->gT("Hello,\n\nA new response was submitted for your survey '{SURVEYNAME}'.\n\nClick the following link to reload the survey:\n{RELOADURL}\n\nClick the following link to see the individual response:\n{VIEWRESPONSEURL}\n\nClick the following link to edit the individual response:\n{EDITRESPONSEURL}\n\nView statistics by clicking here:\n{STATISTICSURL}",$mode), - 'confirmation_subject'=>$oLanguage->gT("Confirmation of your participation in our survey"), - 'confirmation'=>$oLanguage->gT("Dear {FIRSTNAME},\n\nthis email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.\n\nIf you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.\n\nSincerely,\n\n{ADMINNAME}",$mode), - 'invitation_subject'=>$oLanguage->gT("Invitation to participate in a survey",$mode), - 'invitation'=>$oLanguage->gT("Dear {FIRSTNAME},\n\nyou have been invited to participate in a survey.\n\nThe survey is titled:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}",$mode)."\n\n".$oLanguage->gT("If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:\n{OPTOUTURL}",$mode), + 'confirmation_subject'=>$oLanguage->gT("Confirmation of completion of questionnaire"), + 'confirmation'=>$oLanguage->gT("Dear {FIRSTNAME},\n\nThis email is to confirm that you have completed the online questionnaire and your response has been saved.\n\nThank you for participating.",$mode), + 'invitation_subject'=>$oLanguage->gT("Invitation to complete questionnaire online",$mode), + 'invitation'=>$oLanguage->gT("Dear {FIRSTNAME},\n\nThank you for requesting to complete this questionnaire online.\n\n----------------------------------------------\nClick here to complete the questionnaire:\n{SURVEYURL}",$mode)."\n\n".$oLanguage->gT("If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:\n{OPTOUTURL}",$mode), 'reminder_subject'=>$oLanguage->gT("Reminder to participate in a survey",$mode), 'reminder'=>$oLanguage->gT("Dear {FIRSTNAME},\n\nRecently we invited you to participate in a survey.\n\nWe note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.\n\nThe survey is titled:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}",$mode)."\n\n".$oLanguage->gT("If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:\n{OPTOUTURL}",$mode), 'registration_subject'=>$oLanguage->gT("Survey registration confirmation",$mode), @@ -405,4 +405,4 @@ function getAdminHeader($meta=false) // Standard header $strAdminHeader .="
{$sitename}
\n"; return $strAdminHeader; -} \ No newline at end of file +}