Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
2d870d 1 <?php
2ab1e5 2 $wb['server_id_txt'] = 'Servidor';
2d870d 3 $wb['priority_txt'] = 'Prioridad';
2ab1e5 4 $wb['policy_id_txt'] = 'Directiva';
TB 5 $wb['email_txt'] = 'Correo (Patrón)';
2d870d 6 $wb['fullname_txt'] = 'Nombre';
F 7 $wb['local_txt'] = 'Local';
2ab1e5 8 $wb['email_error_notempty'] = 'La dirección de correo no puede estar vacía.';
TB 9 $wb['fullname_error_notempty'] = 'El nombre no puede estar vacío.';
10 $wb['10 - highest'] = '10 - más alto';
11 $wb['5 - medium'] = '5 - mediano';
12 $wb['1 - lowest'] = '1 - más bajo';
2d870d 13 ?>