1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-30 16:29:56 +02:00

Merge pull request #241 from bernte/patch-7

Create de.lang.php
This commit is contained in:
Sergey Romanenko
2014-03-01 14:18:57 +02:00

View File

@@ -0,0 +1,11 @@
<?php
return array(
'dashboard' => array(
'Dashboard' => 'Dashboard',
'Dashboard plugin for Monstra' => 'Dashboard plugin für Monstra',
'Welcome back' => 'Willkommen zurück',
'Create New' => 'Erstelle neue',
'Upload File' => 'Datei hochladen',
)
);