Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
181529 1 <?php
L 2 $wb['server_id_txt'] = 'Serveur';
3 $wb['ip_address_txt'] = 'Adresse IP';
4 $wb['virtualhost_txt'] = 'NameVirtualHost HTTP';
407003 5 $wb['ip_error_wrong'] = 'L’adresse IP est invalide';
TB 6 $wb['ip_error_unique'] = 'L’adresse IP doit être unique';
522ef8 7 $wb['client_id_txt'] = 'Client';
T 8 $wb['ip_type_txt'] = 'Type';
9 $wb['virtualhost_port_txt'] = 'HTTP Ports';
10 $wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443';
181529 11 ?>