blob: c931ecdc3f4e818c87989190acf8a63770cdef01 (
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'] = 'Specials';
// Text
$_['text_extension'] = 'Extensiones';
$_['text_success'] = 'Éxito: ¡Has modificado los Módulo Specials!';
$_['text_edit'] = 'Editar Módulo Specials';
// Entry
$_['entry_name'] = 'Nombre de Módulo';
$_['entry_limit'] = 'Límite';
$_['entry_width'] = 'Ancho';
$_['entry_height'] = 'Alto';
$_['entry_status'] = 'Estado';
// Error
$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el módulo specials';
$_['error_name'] = '¡El nombre del módulo debe tener entre 3 y 64 caracteres!';
$_['error_width'] = '¡Ancho requerido!';
$_['error_height'] = '¡Alto requerdo!';
|