1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 04:07:59 +02:00

Merge pull request #291 from bernte/patch-57

Create de.lang.php
This commit is contained in:
Sergey Romanenko
2014-03-01 13:51:56 +02:00

View File

@@ -0,0 +1,19 @@
<?php
return array(
'emails' => array(
'Emails' => 'Emails',
'Emails plugin for Monstra' => 'Email Plugin für Monstra',
'Edit Layout' => 'Bearbeite Layout',
'Email templates' => 'Email Templates',
'Edit' => 'Bearbeiten',
'Edit Email Template' => 'Bearbeite Email Template',
'Name' => 'Name',
'Email template content' => 'Email Template Inhalt',
'Save and Exit' => 'Speichern und Beenden',
'Save' => 'Speichern',
'Cancel' => 'Abbrechen',
'This email template does not exist' => 'Dieses Email Template existiert nicht',
'Your changes to the email template <i>:name</i> have been saved.' => 'Deine Änderung am Email Template <i>:name</i> wurden gespeichert.',
)
);