Sergio Cambra
2014-06-27 9df44a90fd7fd57693899ccbe2231955a48fe64b
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['server_id_txt'] = 'Servidor';
$wb['priority_txt'] = 'Prioridad';
$wb['policy_id_txt'] = 'Política';
$wb['email_txt'] = 'Correo';
$wb['fullname_txt'] = 'Nombre';
$wb['local_txt'] = 'Local';
$wb['email_error_notempty'] = 'La dirección de correo electrónico no debe estar vacía.';
$wb['fullname_error_notempty'] = 'El nombre no debe estar vacío.';
$wb['10 - highest'] = '10 - máxima';
$wb['5 - medium'] = '5 - media';
$wb['1 - lowest'] = '1 - mínima';
?>