From 7e48bdf4e952f7b700e64e4cd8cb190bfc630ef9 Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Wed, 31 Oct 2012 07:42:05 -0400
Subject: [PATCH] Fixed: Follow-up to commit r3623  - entered all missing german and english entries for datalog status  - excluded some more tables from status display  - inserted the info-display code to the relevant templates

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

diff --git a/interface/web/mail/lib/lang/fr_mail_aliasdomain.lng b/interface/web/mail/lib/lang/fr_mail_aliasdomain.lng
index a0dfcb3..c0493fd 100644
--- a/interface/web/mail/lib/lang/fr_mail_aliasdomain.lng
+++ b/interface/web/mail/lib/lang/fr_mail_aliasdomain.lng
@@ -2,10 +2,10 @@
 $wb['source_txt'] = 'Source';
 $wb['destination_txt'] = 'Destination';
 $wb['active_txt'] = 'Actif';
-$wb['no_domain_perm'] = 'Vous navez pas dautorisation pour ce domaine.';
-$wb['limit_mailaliasdomain_txt'] = 'Le nombre maximum dalias de domaines pour votre compte a été atteint.';
+$wb['no_domain_perm'] = 'Vous n\'avez pas de permission pour ce domaine.';
+$wb['limit_mailaliasdomain_txt'] = 'Le nombre maximal d\'alias de domaine pour votre compte est atteint.';
 $wb['source_destination_identical_txt'] = 'Les domaines source et cible sont identiques.';
 $wb['source_error_empty'] = 'Le domaine source est vide.';
 $wb['source_error_unique'] = 'Domaine source dupliqué.';
-$wb['source_error_regex'] = 'Le nom du domaine source est invalide.';
+$wb['source_error_regex'] = 'Nom de domaine source invalide.';
 ?>

--
Gitblit v1.9.1