From f99b37f56dad8e3a1f844f8d3b33ee1ba4b86d62 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Wed, 25 May 2011 19:11:40 -0400 Subject: [PATCH] the altertable for the groups --- interface/web/admin/lib/lang/fr_server_ip.lng | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/interface/web/admin/lib/lang/fr_server_ip.lng b/interface/web/admin/lib/lang/fr_server_ip.lng index 39ae21c..52d2b61 100644 --- a/interface/web/admin/lib/lang/fr_server_ip.lng +++ b/interface/web/admin/lib/lang/fr_server_ip.lng @@ -1,7 +1,9 @@ <?php -$wb['server_id_txt'] = 'Serveur'; -$wb['ip_address_txt'] = 'Adresse IP'; -$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; -$wb['ip_error_wrong'] = 'The IP address is invalid'; -$wb['ip_error_unique'] = 'The IP address must be unique'; +$wb['server_id_txt'] = "Serveur"; +$wb['ip_address_txt'] = "Adresse IP"; +$wb['virtualhost_txt'] = "HTTP NameVirtualHost"; +$wb['ip_error_wrong'] = "L'adresse IP est invalide"; +$wb['ip_error_unique'] = "L'adresse IP doit ĂȘtre unique"; ?> + + -- Gitblit v1.9.1