blob: 8f63cdb2e9494e09f8860264c50035ed46198e42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?php
// Heading
$_['heading_title'] = 'Destacado';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Has modificado el módulo destacado!';
$_['text_edit'] = 'Editar módulo destacado';
// Entry
$_['entry_name'] = 'Nombre del Módulo';
$_['entry_product'] = 'Productos';
$_['entry_limit'] = 'Límite';
$_['entry_width'] = 'Ancho';
$_['entry_height'] = 'Alto';
$_['entry_status'] = 'Estado';
// Help
$_['help_product'] = '(Autocompletar)';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el módulo destacado!';
$_['error_name'] = '¡El nombre del módulo debe tener entre 3 y 64 caracteres!';
$_['error_width'] = '¡Ancho requerido!';
$_['error_height'] = '¡Alto requerido!';
|