blob: 496b0a5393aa0a4a86f9b1bf610eff104fad0f39 (
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'] = 'Slideshow';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Ha modificado el módulo Slideshow';
$_['text_edit'] = 'Editar Módulo Slideshow';
// Entry
$_['entry_name'] = 'Nombre de 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 slideshow!';
$_['error_name'] = '¡El nombre del módulo debe tener entre 3 y 64 caracteres!';
$_['error_width'] = '¡Ancho requerido!';
$_['error_height'] = '¡Alto requerido!';
|