From 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 14:30:28 -0400 Subject: [PATCH] Implemented: FS#757 - Add "custom" option to transports --- interface/web/admin/lib/lang/fr_server_ip.lng | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/interface/web/admin/lib/lang/fr_server_ip.lng b/interface/web/admin/lib/lang/fr_server_ip.lng index 59ae9c2..8d59fab 100644 --- a/interface/web/admin/lib/lang/fr_server_ip.lng +++ b/interface/web/admin/lib/lang/fr_server_ip.lng @@ -1,7 +1,10 @@ -<?php -$wb['server_id_txt'] = 'Server'; -$wb['ip_address_txt'] = 'IP Address'; -$wb['virtualhost_txt'] = 'HTTP NameVirtualHost'; -$wb["ip_error_wrong"] = 'The IP address is invalid'; -$wb["ip_error_unique"] = 'The IP address must be unique'; -?> +<?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"; +?> + -- Gitblit v1.9.1