From fb7d12154c98be2eaad3e96ce0b1329b079d6843 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 30 Jun 2011 11:49:19 -0400
Subject: [PATCH] Updated french language files.

---
 interface/web/mail/lib/lang/fr_mail_whitelist_list.lng |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/interface/web/mail/lib/lang/fr_mail_whitelist_list.lng b/interface/web/mail/lib/lang/fr_mail_whitelist_list.lng
index 1537a96..20e49cf 100644
--- a/interface/web/mail/lib/lang/fr_mail_whitelist_list.lng
+++ b/interface/web/mail/lib/lang/fr_mail_whitelist_list.lng
@@ -1,10 +1,11 @@
-<?php
-$wb['list_head_txt'] = 'Liste blanche demails';
-$wb['active_txt'] = 'Actif';
-$wb['server_id_txt'] = 'Serveur';
-$wb['source_txt'] = 'Adresse de la liste blanche';
-$wb['type_txt'] = 'Type';
-$wb['recipient_txt'] = 'Destinataire';
-$wb['add_new_record_txt'] = 'Ajouter un nouvel enregistrement';
-$wb['access_txt'] = 'accès';
-?>
+<?php
+$wb['list_head_txt'] = 'Liste blanche d\'emails';
+$wb['active_txt'] = 'Actif';
+$wb['server_id_txt'] = 'Serveur';
+$wb['source_txt'] = 'Adresse de la liste blanche';
+$wb['type_txt'] = 'Type';
+$wb['recipient_txt'] = 'Destinataire';
+$wb['add_new_record_txt'] = 'Ajouter un nouvel enregistrement';
+$wb['access_txt'] = 'accès';
+?>
+

--
Gitblit v1.9.1