1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 12:17:42 +02:00
Files
php-monstra/plugins/box/emails/languages/en.lang.php
2014-03-01 11:32:33 +01:00

20 lines
809 B
PHP

<?php
return array(
'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 <i>:name</i> have been saved.' => 'Your changes to the email template <i>:name</i> have been saved.',
)
);