mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 19:27:52 +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