From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/sites/lib/lang/fr.lng | 46 +++++++++++++++++++++++++++------------------- 1 files changed, 27 insertions(+), 19 deletions(-) diff --git a/interface/web/sites/lib/lang/fr.lng b/interface/web/sites/lib/lang/fr.lng index 05b2986..a7f4576 100644 --- a/interface/web/sites/lib/lang/fr.lng +++ b/interface/web/sites/lib/lang/fr.lng @@ -1,27 +1,35 @@ <?php +$wb['Websites'] = 'Sites web'; +$wb['Website'] = 'Sites web'; +$wb['Subdomain'] = 'Sous-domaine'; +$wb['Aliasdomain'] = 'Alias'; $wb['Database'] = 'Base de données'; +$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['Webdav'] = 'WebDAV'; +$wb['FTP'] = 'FTP'; $wb['Options'] = 'Options'; -$wb['Shell User'] = 'Utilisateur Shell'; $wb['Domain'] = 'Domaine'; -$wb['Website'] = 'Site web'; $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['Webdav-User'] = 'Utilisateur WebDav'; -$wb['Webdav'] = 'WebDav'; -$wb['Websites'] = 'Sites web'; -$wb["Stats"] = 'Statistiques'; -$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)'; +$wb['Database User'] = 'Database Users'; +$wb['APS Installer'] = 'APS Installer'; +$wb['Available packages'] = 'Available packages'; +$wb['Installed packages'] = 'Installed packages'; +$wb['Update Packagelist'] = 'Update Packagelist'; +$wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)'; +$wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; ?> - - -- Gitblit v1.9.1