From 412faba719fdd8a35707d42bbdbc66c0357b6648 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 27 May 2011 05:39:08 -0400
Subject: [PATCH] Removed the files favicon.ico and robots.txt from conf-custom directory as they are already present in conf directory. The conf-custom directory is only for local overrides of files from conf directory, so conf-custom must stay empty in the source tree to allow administrators to override files on their servers.

---
 interface/web/admin/lib/lang/fr_users_list.lng |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/interface/web/admin/lib/lang/fr_users_list.lng b/interface/web/admin/lib/lang/fr_users_list.lng
index 9493803..4b2f5f2 100644
--- a/interface/web/admin/lib/lang/fr_users_list.lng
+++ b/interface/web/admin/lib/lang/fr_users_list.lng
@@ -1,8 +1,11 @@
 <?php
-$wb['list_head_txt'] = 'Utilisateurs';
-$wb['username_txt'] = 'Nom dutilisateur';
-$wb['name_txt'] = 'Nom';
-$wb['vorname_txt'] = 'Pr�nom';
-$wb['ort_txt'] = 'Ville';
-$wb['add_new_record_txt'] = 'Add new user';
+$wb['list_head_txt'] = "Utilisateurs";
+$wb['username_txt'] = "Nom d'utilisateur";
+$wb['name_txt'] = "Nom";
+$wb['vorname_txt'] = "Prénom";
+$wb['ort_txt'] = "Ville";
+$wb['add_new_record_txt'] = "Ajouter un nouvel utilisateur";
+$wb['warning_txt'] = "<b>ATTENTION:</b> Ne pas modifier ou éditer. Utiliser le module Client. Toute modification ici pourrait entraîner des pertes de données.";
 ?>
+
+

--
Gitblit v1.9.1