From 2d870d2e8f19312c714b1c2891c6397e01815af3 Mon Sep 17 00:00:00 2001
From: Fantu <Fantu@ispconfig3>
Date: Sun, 27 Dec 2009 09:58:21 -0500
Subject: [PATCH] Merge all language files

---
 interface/web/tools/lib/lang/fr.lng |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/interface/web/tools/lib/lang/fr.lng b/interface/web/tools/lib/lang/fr.lng
index 090a6f7..5e72e4f 100644
--- a/interface/web/tools/lib/lang/fr.lng
+++ b/interface/web/tools/lib/lang/fr.lng
@@ -1,10 +1,6 @@
-<?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["User Settings"] = "Paramètres Utilisateur";
-$wb["Settings"] = "Paramètres";
-$wb["ISPConfig Tools"] = "Outils ISPConfig";
-$wb["Password and Language"] = "Mot de passe et Langage";
-?>
-
+<?php
+$wb['User Settings'] = 'Paramètres Utilisateur';
+$wb['Settings'] = 'Paramètres';
+$wb['ISPConfig Tools'] = 'Outils ISPConfig';
+$wb['Password and Language'] = 'Mot de passe et Langage';
+?>

--
Gitblit v1.9.1