Marius Cramer
2015-08-06 37b29231e47a0c4458dc1c15d98588f16f07e1e2
1
2
3
4
5
6
7
8
9
<?php
$wb['list_head_txt'] = 'Usuarios';
$wb['username_txt'] = 'Usuario';
$wb['add_new_record_txt'] = 'Añadir nuevo usuario';
$wb['warning_txt'] = '<b>AVISO: </b> ¡No modifique ninguna configuración de usuario aquí. Utilice las opciones del cliente y distribuidor en el módulo de clientes en su lugar. Cualquier modificación de los usuarios o grupos aquí, puede causar pérdida de datos!';
$wb['client_id_txt'] = 'ID';
$wb['active_txt'] = 'Activo';
$wb['groups_txt'] = 'Grupos';
?>