From 19b5e01da02aa2115ee802cf2e43a7f3e58f4eac Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Wed, 13 Aug 2014 13:28:03 -0400 Subject: [PATCH] Added function "is_superadmin" in auth library and improved other functions. --- interface/web/mail/lib/lang/fr_mail_user_list.lng | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/interface/web/mail/lib/lang/fr_mail_user_list.lng b/interface/web/mail/lib/lang/fr_mail_user_list.lng index b9d53a1..59652ba 100644 --- a/interface/web/mail/lib/lang/fr_mail_user_list.lng +++ b/interface/web/mail/lib/lang/fr_mail_user_list.lng @@ -1,10 +1,8 @@ -<?php -// Traduction française par Falistos (http://hyodream.fr/ispconfig-fr) -// Traduction sous licence GPL v3, voir http://www.gnu.org/licenses/gpl.txt - -$wb["list_head_txt"] = "Boîte mail"; -$wb["email_txt"] = "Email"; -$wb["autoresponder_txt"] = "Auto répondeur"; -$wb["add_new_record_txt"] = "Ajouter une nouvelle boîte mail"; -?> - +<?php +$wb['list_head_txt'] = 'Boîte mail'; +$wb['email_txt'] = 'Email'; +$wb['autoresponder_txt'] = 'Répondeur automatique'; +$wb['add_new_record_txt'] = 'Ajouter une nouvelle boîte email'; +$wb['name_txt'] = 'Nom véritable'; +$wb['login_txt'] = 'Nom d\'utilisateur'; +?> -- Gitblit v1.9.1