1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00
Files
php-monstra/plugins/box/dashboard/languages/en.lang.php
2014-01-09 19:19:24 +02:00

12 lines
322 B
PHP

<?php
return array(
'dashboard' => array(
'Dashboard' => 'Dashboard',
'Dashboard plugin for Monstra' => 'Dashboard plugin for Monstra',
'Welcome back' => 'Welcome back',
'Create New' => 'Create New',
'Upload File' => 'Upload File',
)
);