From f84ce335c7548e2dab6b3d1c966e0f4e7cf42004 Mon Sep 17 00:00:00 2001 From: bernte Date: Sat, 1 Mar 2014 11:34:34 +0100 Subject: [PATCH] Update uk.lang.php --- plugins/box/emails/languages/uk.lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plugins/box/emails/languages/uk.lang.php b/plugins/box/emails/languages/uk.lang.php index 76ef2dd..4f2a6d7 100644 --- a/plugins/box/emails/languages/uk.lang.php +++ b/plugins/box/emails/languages/uk.lang.php @@ -4,5 +4,16 @@ 'emails' => array( 'Emails' => 'Emails', 'Emails plugin for Monstra' => 'Плагін emails для 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.', ) );