From d7be275d5209ac70911e43924dae25b19e273e01 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 29 Jun 2011 10:41:45 -0400
Subject: [PATCH] Merged the language files.

---
 interface/web/mail/lib/lang/fr_mail_forward.lng |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/interface/web/mail/lib/lang/fr_mail_forward.lng b/interface/web/mail/lib/lang/fr_mail_forward.lng
index fb34eeb..0cf201e 100644
--- a/interface/web/mail/lib/lang/fr_mail_forward.lng
+++ b/interface/web/mail/lib/lang/fr_mail_forward.lng
@@ -1,9 +1,8 @@
 <?php
-$wb['email_txt'] = "Email";
-$wb['destination_txt'] = "Email de destination";
-$wb['active_txt'] = "Actif";
-$wb['limit_mailforward_txt'] = "Le nombre max. d'emails de suivi pour votre compte a été atteint.";
-$wb['duplicate_mailbox_txt'] = "Il y a déjà une boite à mails avec cette adresse email";
+$wb['email_txt'] = 'Email';
+$wb['destination_txt'] = 'Email de destination';
+$wb['active_txt'] = 'Actif';
+$wb['limit_mailforward_txt'] = 'Le nombre max. demails de suivi pour votre compte a été atteint.';
+$wb['duplicate_mailbox_txt'] = 'Il y a déjà une boite à mails avec cette adresse email';
+$wb['domain_txt'] = 'Domain';
 ?>
-
-

--
Gitblit v1.9.1