From 3d229b05ddfb1b75b10a7e8f66d3b1b847d4afd2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 25 Oct 2009 08:44:48 -0400
Subject: [PATCH] Added: FS#613 - Add email domain aliases 

---
 interface/web/help/lib/lang/fr_support_message.lng |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/interface/web/help/lib/lang/fr_support_message.lng b/interface/web/help/lib/lang/fr_support_message.lng
index 25e3221..284fe47 100644
--- a/interface/web/help/lib/lang/fr_support_message.lng
+++ b/interface/web/help/lib/lang/fr_support_message.lng
@@ -1,7 +1,11 @@
-<?php
-$wb['recipient_id_txt'] = 'Recipient ID';
-$wb['sender_id_txt'] = 'Sender ID';
-$wb['subject_txt'] = 'Subject';
-$wb['message_txt'] = 'Message';
-$wb['tstamp_txt'] = 'Timestamp';
-?>
+<?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["recipient_id_txt"] = "ID Destinataire";
+$wb["sender_id_txt"] = "ID Expéditeur";
+$wb["subject_txt"] = "Sujet";
+$wb["message_txt"] = "Message";
+$wb["tstamp_txt"] = "Timestamp";
+?>
+

--
Gitblit v1.9.1