From baeb2be63d8d67dd1ecf0129514209f16fc6bbcb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 14 Oct 2009 09:25:05 -0400 Subject: [PATCH] - Fixed bugs in the updater related to multiserver setups. - Updated french translation. --- interface/web/sites/lib/lang/fr.lng | 38 +++++++++++++++++++++----------------- 1 files changed, 21 insertions(+), 17 deletions(-) diff --git a/interface/web/sites/lib/lang/fr.lng b/interface/web/sites/lib/lang/fr.lng index 2cb1aa9..09b7aab 100644 --- a/interface/web/sites/lib/lang/fr.lng +++ b/interface/web/sites/lib/lang/fr.lng @@ -1,17 +1,21 @@ -<?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['Shell'] = 'Shell'; -$wb['Websites'] = 'Websites'; -$wb['Stats'] = 'Statistics'; -?> +<?php +// Traduction française par Falistos (http://hyodream.fr/ispconfig-fr) +// Traduction sous licence GPL v3, voir http://www.gnu.org/licenses/gpl.txt + +$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"; +?> + -- Gitblit v1.9.1