From ebd0e986ed11f2a34fb58cdd33efbfab192083ad Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 22 Apr 2016 05:26:17 -0400
Subject: [PATCH] Added PHP 7 check in installer and updater.

---
 interface/web/admin/lib/lang/fr_remote_user.lng |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/interface/web/admin/lib/lang/fr_remote_user.lng b/interface/web/admin/lib/lang/fr_remote_user.lng
index ab77be4..12e5b4d 100644
--- a/interface/web/admin/lib/lang/fr_remote_user.lng
+++ b/interface/web/admin/lib/lang/fr_remote_user.lng
@@ -2,8 +2,8 @@
 $wb['username_txt'] = 'Identifiant :';
 $wb['password_txt'] = 'Mot de passe :';
 $wb['function_txt'] = 'Fonctions :';
-$wb['username_error_unique'] = 'L\'identifiant doit être unique';
-$wb['username_error_empty'] = 'L\'identifiant ne peut être vide';
+$wb['username_error_unique'] = 'Lidentifiant doit être unique';
+$wb['username_error_empty'] = 'Lidentifiant ne peut être vide';
 $wb['password_error_empty'] = 'Le mot de passe ne peut être vide';
 $wb['password_strength_txt'] = 'Force du mot de passe :';
 $wb['Mail domain functions'] = 'Fonctions domaine email';
@@ -39,5 +39,9 @@
 $wb['DNS rp functions'] = 'Fonctions RP DNS';
 $wb['DNS srv functions'] = 'Fonctions SRV DNS';
 $wb['DNS txt functions'] = 'Fonctions TXT DNS';
+$wb['Mail mailing list functions'] = 'Fonctions Mailinglist Mail';
+$wb['generate_password_txt'] = 'Generate Password';
+$wb['repeat_password_txt'] = 'Repeat Password';
+$wb['password_mismatch_txt'] = 'The passwords do not match.';
+$wb['password_match_txt'] = 'The passwords do match.';
 ?>
-

--
Gitblit v1.9.1