From c7bc69e3a862817ec0642bdb013b172e21a95bfe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 09 Nov 2009 06:58:30 -0500 Subject: [PATCH] Updated the dns_export_to_bind.php script. --- 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