From c27941663bf568a0b49662a38e43a4e972bad47f Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Tue, 07 Aug 2012 02:29:14 -0400 Subject: [PATCH] added support for extended generatePassword function --- interface/web/sites/lib/lang/fr.lng | 47 ++++++++++++++++++++++++++++++++--------------- 1 files changed, 32 insertions(+), 15 deletions(-) diff --git a/interface/web/sites/lib/lang/fr.lng b/interface/web/sites/lib/lang/fr.lng index 2cb1aa9..1e7b54c 100644 --- a/interface/web/sites/lib/lang/fr.lng +++ b/interface/web/sites/lib/lang/fr.lng @@ -1,17 +1,34 @@ <?php -$wb['Database'] = 'Database'; -$wb['Options'] = 'Options'; -$wb['Shell User'] = 'Shell User'; -$wb['Domain'] = 'Domain'; -$wb['Redirect'] = 'Redirect'; -$wb['SSL'] = 'SSL'; -$wb['Subdomain'] = 'Subdomain'; -$wb['Sites'] = 'Sites'; -$wb['Aliasdomain'] = 'Aliasdomain'; -$wb['FTP-User'] = 'FTP-User'; -$wb['FTP'] = 'FTP'; -$wb['Shell-User'] = 'Shell-User'; +$wb['Websites'] = 'Sites web'; + $wb['Website'] = 'Sites web'; + $wb['Subdomain'] = 'Sous-domaine'; + $wb['Aliasdomain'] = 'Alias'; + + $wb['Database'] = 'Base de données'; + $wb['Database Users'] = 'Database Users'; + +$wb['Web Access'] = 'Web Access'; + $wb['FTP-User'] = 'Utilisateur FTP'; + $wb['Webdav-User'] = 'Utilisateur WebDav'; + $wb['Folder'] = 'Protected Folders'; + $wb['Folder users'] = 'Protected Folder Users'; + +$wb['Command Line'] = 'Command Line'; + $wb['Shell-User'] = 'Utilisateur Shell'; + $wb["Cron Jobs"] = 'Tâches cron'; + +$wb["Statistics"] = 'Statistiques'; + $wb["Web traffic"] = 'Trafic web'; + $wb["Website quota (Harddisk)"] = 'Quota du site web (disque dur)'; + +$wb["Cron"] = 'Cron'; +$wb["Stats"] = 'Statistiques'; $wb['Shell'] = 'Shell'; -$wb['Websites'] = 'Websites'; -$wb['Stats'] = 'Statistics'; -?> +$wb['Webdav'] = 'WebDAV'; +$wb['FTP'] = 'FTP'; +$wb['Options'] = 'Options'; +$wb['Domain'] = 'Domaine'; +$wb['Redirect'] = 'Redirection'; +$wb['SSL'] = 'SSL'; +$wb['Sites'] = 'Sites'; +?> \ No newline at end of file -- Gitblit v1.9.1