From 2d870d2e8f19312c714b1c2891c6397e01815af3 Mon Sep 17 00:00:00 2001 From: Fantu <Fantu@ispconfig3> Date: Sun, 27 Dec 2009 09:58:21 -0500 Subject: [PATCH] Merge all language files --- interface/web/sites/lib/lang/fr.lng | 38 +++++++++++++++++--------------------- 1 files changed, 17 insertions(+), 21 deletions(-) diff --git a/interface/web/sites/lib/lang/fr.lng b/interface/web/sites/lib/lang/fr.lng index 09b7aab..f0cab50 100644 --- a/interface/web/sites/lib/lang/fr.lng +++ b/interface/web/sites/lib/lang/fr.lng @@ -1,21 +1,17 @@ -<?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"; -?> - +<?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'; +?> -- Gitblit v1.9.1