aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/module/carousel.php
blob: d74ff1c5238565439fe952b6f6395e4f794f5172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
// Heading
$_['heading_title']    = 'Carrusel';

// Text
$_['text_extension']   = 'Extensiones';
$_['text_success']     = 'Éxito: ¡Has modificado el módulo de carrusel!';
$_['text_edit']        = 'Editar Módulo de Carrusel';

// Entry
$_['entry_name']       = 'Nombre del Módulo';
$_['entry_banner']     = 'Banner';
$_['entry_width']      = 'Ancho';
$_['entry_height']     = 'Alto';
$_['entry_status']     = 'Estado';

// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el módulo de carrusel!';
$_['error_name']       = '¡El nombre del módulo debe tener entre 3 y 64 caracteres!';
$_['error_width']      = '¡Ancho requerido!';
$_['error_height']     = '¡Alto requerido!';