From ec3d9abb92487aab666cab95d6f5b3d4e9d23dbb Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Thu, 24 May 2012 03:00:18 -0400
Subject: [PATCH] added missing lang-string top_menu_mailuser + changed umlaut code to utf8 chars

---
 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..7f9b277 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 maximal de transferts d\'email pour votre compte a été atteint.';
+$wb['duplicate_mailbox_txt'] = 'Il y a déja une boite email avec cette adresse email';
+$wb['domain_txt'] = 'Domaine';
 ?>
-
-

--
Gitblit v1.9.1