From baeb2be63d8d67dd1ecf0129514209f16fc6bbcb Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 14 Oct 2009 09:25:05 -0400
Subject: [PATCH] - Fixed bugs in the updater related to multiserver setups. - Updated french translation.

---
 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