mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-08 14:16:54 +02:00
Create es.lang.php
This commit is contained in:
19
plugins/box/emails/languages/es.lang.php
Normal file
19
plugins/box/emails/languages/es.lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'emails' => array(
|
||||
'Emails' => 'Emails',
|
||||
'Emails plugin for Monstra' => 'Emails plugin para Monstra',
|
||||
'Edit Layout' => 'Editar Layout',
|
||||
'Email templates' => 'Plantillas de Email',
|
||||
'Edit' => 'Editar',
|
||||
'Edit Email Template' => 'Editar Plantilla de Email',
|
||||
'Name' => 'Nombre',
|
||||
'Email template content' => 'Contenido de la plantilla de email',
|
||||
'Save and Exit' => 'Guardar y Salir',
|
||||
'Save' => 'Guardar',
|
||||
'Cancel' => 'Cancelar',
|
||||
'This email template does not exist' => 'This email template does not exist',
|
||||
'Your changes to the email template <i>:name</i> have been saved.' => 'Tus cambios en la plantilla de email <i>:name</i> han sido guardados.',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user