From ed30c60150ffda0301eb1f8d30c93cac94de41df Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 25 Jul 2011 10:38:22 -0400 Subject: [PATCH] Fixed some warnings in the installer. --- interface/web/sites/lib/lang/fr.lng | 29 +++++++++++++++++++---------- 1 files changed, 19 insertions(+), 10 deletions(-) diff --git a/interface/web/sites/lib/lang/fr.lng b/interface/web/sites/lib/lang/fr.lng index 2cb1aa9..082750a 100644 --- a/interface/web/sites/lib/lang/fr.lng +++ b/interface/web/sites/lib/lang/fr.lng @@ -1,17 +1,26 @@ <?php -$wb['Database'] = 'Database'; +$wb['Database'] = 'Base de données'; $wb['Options'] = 'Options'; -$wb['Shell User'] = 'Shell User'; -$wb['Domain'] = 'Domain'; -$wb['Redirect'] = 'Redirect'; +$wb['Shell User'] = 'Utilisateur Shell'; +$wb['Domain'] = 'Domaine'; +$wb['Redirect'] = 'Redirection'; $wb['SSL'] = 'SSL'; -$wb['Subdomain'] = 'Subdomain'; +$wb['Subdomain'] = 'Sous-domaine'; $wb['Sites'] = 'Sites'; -$wb['Aliasdomain'] = 'Aliasdomain'; -$wb['FTP-User'] = 'FTP-User'; +$wb['Aliasdomain'] = 'Alias'; +$wb['FTP-User'] = 'Utilisateur FTP'; $wb['FTP'] = 'FTP'; -$wb['Shell-User'] = 'Shell-User'; +$wb['Shell-User'] = 'Utilisateur Shell'; $wb['Shell'] = 'Shell'; -$wb['Websites'] = 'Websites'; -$wb['Stats'] = 'Statistics'; +$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