From b17cc67ee9cf6f83c2360da16fb53231203ada8a Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 23 May 2012 12:41:54 -0400 Subject: [PATCH] - Added group (we call groups "circles" so that users don't mix them up with user groups) feature to client messaging section so that messages can be sent to either all clients/resellers or to groups of clients/resellers. TODO: add circle access control so that 1) a reseller can create circles that contain only his clients, not all clients, and 2) a reseller can send messages only to his own circles instead of all circles. --- interface/web/admin/lib/lang/fr_users_list.lng | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/web/admin/lib/lang/fr_users_list.lng b/interface/web/admin/lib/lang/fr_users_list.lng index 9493803..76a865f 100644 --- a/interface/web/admin/lib/lang/fr_users_list.lng +++ b/interface/web/admin/lib/lang/fr_users_list.lng @@ -1,8 +1,8 @@ <?php $wb['list_head_txt'] = 'Utilisateurs'; -$wb['username_txt'] = 'Nom dutilisateur'; -$wb['name_txt'] = 'Nom'; -$wb['vorname_txt'] = 'Pr�nom'; -$wb['ort_txt'] = 'Ville'; -$wb['add_new_record_txt'] = 'Add new user'; +$wb['username_txt'] = 'Nom d\'utilisateur'; +$wb["client_id_txt"] = 'Client ID'; +$wb["active_txt"] = 'Active'; +$wb['add_new_record_txt'] = 'Ajouter un nouvel utilisateur'; +$wb['warning_txt'] = '<b>ATTENTION:</b> Ne pas éditer ou modifier de paramètre utilisateur ici. Utilisez les paramètres Client et Revendeur dans le module Client à la place. Modifier ou changer les informations ici peut conduire à la perte de données'; ?> -- Gitblit v1.9.1