From fb7d12154c98be2eaad3e96ce0b1329b079d6843 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 30 Jun 2011 11:49:19 -0400
Subject: [PATCH] Updated french language files.

---
 interface/web/sites/lib/lang/fr.lng |   51 ++++++++++++++++++++++++++-------------------------
 1 files changed, 26 insertions(+), 25 deletions(-)

diff --git a/interface/web/sites/lib/lang/fr.lng b/interface/web/sites/lib/lang/fr.lng
index 0219dd7..6757337 100644
--- a/interface/web/sites/lib/lang/fr.lng
+++ b/interface/web/sites/lib/lang/fr.lng
@@ -1,25 +1,26 @@
-<?php
-$wb['Database'] = 'Base de données';
-$wb['Options'] = 'Options';
-$wb['Shell User'] = 'Utilisateur Shell';
-$wb['Domain'] = 'Domaine';
-$wb['Redirect'] = 'Redirection';
-$wb['SSL'] = 'SSL';
-$wb['Subdomain'] = 'Sous-domaine';
-$wb['Sites'] = 'Sites';
-$wb['Aliasdomain'] = 'Alias';
-$wb['FTP-User'] = 'Utilisateur FTP';
-$wb['FTP'] = 'FTP';
-$wb['Shell-User'] = 'Utilisateur Shell';
-$wb['Shell'] = 'Shell';
-$wb['Websites'] = 'Sites Web';
-$wb['Stats'] = 'Statistiques';
-$wb['Website'] = 'Website';
-$wb['Cron'] = 'Cron';
-$wb['Cron Jobs'] = 'Cron Jobs';
-$wb['Statistics'] = 'Statistiques';
-$wb['Web traffic'] = 'Trafic web';
-$wb['Webdav-User'] = 'Utilisateur Webdav';
-$wb['Webdav'] = 'Webdav';
-$wb['Website quota (Harddisk)'] = 'Website quota (Harddisk)';
-?>
+<?php
+$wb['Database'] = 'Base de données';
+$wb['Options'] = 'Options';
+$wb['Shell User'] = 'Utilisateur Shell';
+$wb['Domain'] = 'Domaine';
+$wb['Redirect'] = 'Redirection';
+$wb['SSL'] = 'SSL';
+$wb['Subdomain'] = 'Sous-domaine';
+$wb['Sites'] = 'Sites';
+$wb['Aliasdomain'] = 'Alias';
+$wb['FTP-User'] = 'Utilisateur FTP';
+$wb['FTP'] = 'FTP';
+$wb['Shell-User'] = 'Utilisateur Shell';
+$wb['Shell'] = 'Shell';
+$wb['Websites'] = 'Sites Web';
+$wb['Stats'] = 'Statistiques';
+$wb['Website'] = 'Site web';
+$wb['Webdav-User'] = 'Utilisateur Webdav';
+$wb['Webdav'] = 'Webdav';
+$wb['Cron'] = 'Cron';
+$wb['Cron Jobs'] = 'Tâches cron';
+$wb['Statistics'] = 'Statistiques';
+$wb['Web traffic'] = 'Trafic web';
+$wb['Website quota (Harddisk)'] = 'Quota du site web (disque dur)';
+?>
+

--
Gitblit v1.9.1