1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Create de.lang.php

This commit is contained in:
bernte
2014-02-28 22:12:24 +01:00
parent a8c163a535
commit ec6e4bba27

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(s)',
'Upload File' => 'Datei hochladen',
)
);