From 39dd4ecc8b4a2b3b98a7ffe7056ae64240b22d56 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 11 May 2014 17:39:37 -0400 Subject: [PATCH] - Added functions client_get_emailcontact and client_login_get to remote api. - Add option to _get functions of the remote-api to return all records when primaryID = -1 - Fixed permission problem in _get functions of remote api. - Fixed typo in german dashboard language file. --- interface/web/admin/lib/lang/es_users_list.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/lib/lang/es_users_list.lng b/interface/web/admin/lib/lang/es_users_list.lng index 27d4f0e..d8bb7bf 100644 --- a/interface/web/admin/lib/lang/es_users_list.lng +++ b/interface/web/admin/lib/lang/es_users_list.lng @@ -1,8 +1,9 @@ <?php $wb['list_head_txt'] = 'Usuarios'; $wb['username_txt'] = 'Usuario'; -$wb['name_txt'] = 'Nombre'; -$wb['vorname_txt'] = 'Apellido'; -$wb['ort_txt'] = 'Ciudad'; -$wb['add_new_record_txt'] = 'Add new user'; +$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'] = 'User ID'; +$wb['active_txt'] = 'Active'; +$wb['groups_txt'] = 'Groups'; ?> -- Gitblit v1.9.1