mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-01 10:50:37 +02:00
Create es.lang.php
This commit is contained in:
11
plugins/box/dashboard/languages/es.lang.php
Normal file
11
plugins/box/dashboard/languages/es.lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'dashboard' => array(
|
||||
'Dashboard' => 'Dashboard',
|
||||
'Dashboard plugin for Monstra' => 'Dashboard plugin para Monstra',
|
||||
'Welcome back' => 'Bienvenido nuevamente',
|
||||
'Create New' => 'Crear Nuevo',
|
||||
'Upload File' => 'Subir Archivo',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user