From 2d870d2e8f19312c714b1c2891c6397e01815af3 Mon Sep 17 00:00:00 2001
From: Fantu <Fantu@ispconfig3>
Date: Sun, 27 Dec 2009 09:58:21 -0500
Subject: [PATCH] Merge all language files

---
 interface/web/mail/lib/lang/fr_mail_whitelist_list.lng |   24 ++++++++++--------------
 1 files changed, 10 insertions(+), 14 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 4342878..1537a96 100644
--- a/interface/web/mail/lib/lang/fr_mail_whitelist_list.lng
+++ b/interface/web/mail/lib/lang/fr_mail_whitelist_list.lng
@@ -1,14 +1,10 @@
-<?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"] = "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";
-?>
-
+<?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';
+?>

--
Gitblit v1.9.1