From 82e9b9e7c7ecf1664a7b0d4e57a5c4893739559d Mon Sep 17 00:00:00 2001
From: Michel Käser <mail@michelkaeser.ch>
Date: Sat, 16 May 2015 17:44:59 -0400
Subject: [PATCH] define MySQL port by its own (rather than in the host with :port); it's simply cleaner

---
 interface/web/tools/lib/lang/fr_usersettings.lng |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/interface/web/tools/lib/lang/fr_usersettings.lng b/interface/web/tools/lib/lang/fr_usersettings.lng
index d67fa15..ed3ee61 100644
--- a/interface/web/tools/lib/lang/fr_usersettings.lng
+++ b/interface/web/tools/lib/lang/fr_usersettings.lng
@@ -1,12 +1,12 @@
-<?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["passwort_txt"] = "Mot de passe";
-$wb["password_strength_txt"] = "Force du mot de passe";
-$wb["language_txt"] = "Langage";
-$wb["password_mismatch"] = "Le mot de passe de confirmation ne correspond avec le premier.";
-$wb["Form to edit the user password and language."] = "Formulaire d'édition du mot de passe et du langage.";
-$wb["Settings"] = "Paramètres";
-?>
-
+<?php
+$wb['passwort_txt'] = 'Mot de passe';
+$wb['password_strength_txt'] = 'Force du mot de passe';
+$wb['language_txt'] = 'Langue';
+$wb['password_mismatch'] = 'Le mot de passe de confirmation ne correspond avec le premier.';
+$wb['Form to edit the user password and language.'] = 'Formulaire d\'édition du mot de passe utilisateur et de la langue.';
+$wb['Settings'] = 'Paramètres';
+$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