mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
12 lines
336 B
PHP
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',
|
|
)
|
|
);
|