From 92a3c4020d891ebf66b19ee337b05eafec3ff56b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <bruederli@kolabsys.com> Date: Wed, 04 Sep 2013 08:16:49 -0400 Subject: [PATCH] Backported the canned responses feature to this release branch --- program/localization/en_US/messages.inc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index f3d22e4..beada20 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -44,6 +44,8 @@ $messages['savingmessage'] = 'Saving message...'; $messages['messagesaved'] = 'Message saved to Drafts.'; $messages['successfullysaved'] = 'Successfully saved.'; +$messages['savingresponse'] = 'Saving response text...'; +$messages['deleteresponseconfirm'] = 'Do you really want to delete this response text?'; $messages['addedsuccessfully'] = 'Contact added successfully to address book.'; $messages['contactexists'] = 'A contact with the same e-mail address already exists.'; $messages['contactnameexists'] = 'A contact with the same name already exists.'; -- Gitblit v1.9.1