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 |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/interface/web/admin/lib/lang/fr_server_ip.lng b/interface/web/admin/lib/lang/fr_server_ip.lng
index 8d59fab..52d2b61 100644
--- a/interface/web/admin/lib/lang/fr_server_ip.lng
+++ b/interface/web/admin/lib/lang/fr_server_ip.lng
@@ -1,10 +1,9 @@
-<?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["server_id_txt"] = "Serveur";
-$wb["ip_address_txt"] = "Adresse IP";
-$wb["virtualhost_txt"] = "HTTP NameVirtualHost";
-$wb["ip_err"] = "Adresse IP invalide";
-?>
-
+<?php
+$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