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/admin/lib/lang/fr_groups.lng | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/interface/web/admin/lib/lang/fr_groups.lng b/interface/web/admin/lib/lang/fr_groups.lng index 8a5800c..e0a92d7 100644 --- a/interface/web/admin/lib/lang/fr_groups.lng +++ b/interface/web/admin/lib/lang/fr_groups.lng @@ -1,9 +1,5 @@ -<?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["description_txt"] = "Description"; -$wb["name_txt"] = "Groupe"; -$wb["name_err"] = "Le groupe doit avoir entre 1 et 30 caractères."; -?> - +<?php +$wb['description_txt'] = 'Description'; +$wb['name_txt'] = 'Groupe'; +$wb['name_err'] = 'Le groupe doit avoir entre 1 et 30 caractères.'; +?> -- Gitblit v1.9.1