diff --git a/plugins/box/emails/languages/pl.lang.php b/plugins/box/emails/languages/pl.lang.php
index d69d955..21be9c4 100644
--- a/plugins/box/emails/languages/pl.lang.php
+++ b/plugins/box/emails/languages/pl.lang.php
@@ -4,5 +4,16 @@
'emails' => array(
'Emails' => 'Wiadomości e-mail',
'Emails plugin for Monstra' => 'Wtyczka wiadomości e-mail dla systemu 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.',
)
);