1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00
Files
php-monstra/plugins/box/dashboard/languages/de.lang.php
2014-03-01 11:52:01 +01:00

12 lines
336 B
PHP

<?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',
)
);