vogelor
2008-12-14 cf8190ffc604cce6d3c441f3aed7aaf594007e13
1
2
3
4
5
6
7
8
9
10
<?php
$wb['server_id_txt'] = 'Servidor';
$wb['priority_txt'] = 'Prioridad';
$wb['policy_id_txt'] = 'Política';
$wb['email_txt'] = 'Patrón de correo';
$wb['fullname_txt'] = 'Nombre';
$wb['local_txt'] = 'Local';
$wb['btn_save_txt'] = 'Guardar';
$wb['btn_cancel_txt'] = 'Cancelar';
?>