From 4e7add498d5eaa91f59e34b26c3d92570c11c51c Mon Sep 17 00:00:00 2001 From: fantu <fantu@ispconfig3> Date: Sat, 06 Mar 2010 03:39:37 -0500 Subject: [PATCH] Remove some line already do by installer --- interface/web/help/lib/lang/fr_support_message.lng | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/interface/web/help/lib/lang/fr_support_message.lng b/interface/web/help/lib/lang/fr_support_message.lng index 284fe47..690a912 100644 --- a/interface/web/help/lib/lang/fr_support_message.lng +++ b/interface/web/help/lib/lang/fr_support_message.lng @@ -1,11 +1,7 @@ -<?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"; -?> - +<?php +$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