vogelor
2010-06-08 4994815b839bec0d76fee420f22a4a14b3772774
1
2
3
4
5
6
7
<?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';
?>