From c462909f0db72b9d558f6e41c6e613967afd83ae Mon Sep 17 00:00:00 2001 From: bernte Date: Sat, 1 Mar 2014 11:32:33 +0100 Subject: [PATCH] Update en.lang.php --- plugins/box/emails/languages/en.lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plugins/box/emails/languages/en.lang.php b/plugins/box/emails/languages/en.lang.php index ae9b1ab..c127945 100644 --- a/plugins/box/emails/languages/en.lang.php +++ b/plugins/box/emails/languages/en.lang.php @@ -4,5 +4,16 @@ 'emails' => array( 'Emails' => 'Emails', 'Emails plugin for Monstra' => 'Emails plugin for Monstra', + 'Edit Layout' => 'Edit Layout', + 'Email templates' => 'Email templates', + 'Edit' => 'Edit', + 'Edit Email Template' => 'Edit Email Template', + 'Name' => 'Name', + 'Email template content' => 'Email template content', + 'Save and Exit' => 'Save and Exit', + 'Save' => 'Save', + 'Cancel' => 'Cancel', + 'This email template does not exist' => 'This email template does not exist', + 'Your changes to the email template :name have been saved.' => 'Your changes to the email template :name have been saved.', ) );