Sergio Cambra
2014-06-27 9df44a90fd7fd57693899ccbe2231955a48fe64b
interface/web/admin/lib/lang/es_users_list.lng
@@ -1,8 +1,9 @@
<?php
$wb['list_head_txt'] = 'Usuarios';
$wb['username_txt'] = 'Usuario';
$wb["client_id_txt"] = 'Client ID';
$wb["active_txt"] = 'Active';
$wb['add_new_record_txt'] = 'Añadir nuevo usuario';
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
$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';
?>