Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
0dae6d 1 <?php
F 2 $wb['server_id_txt'] = 'Server';
8ab3cd 3 $wb['ip_address_txt'] = 'Indirizzo IP';
0dae6d 4 $wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
8ab3cd 5 $wb['ip_error_wrong'] = 'Indirizzo IP non valido';
407003 6 $wb['ip_error_unique'] = 'Indirizzo IP deve essere unico';
TB 7 $wb['client_id_txt'] = 'Cliente';
522ef8 8 $wb['ip_type_txt'] = 'Type';
T 9 $wb['virtualhost_port_txt'] = 'HTTP Ports';
407003 10 $wb['error_port_syntax'] = 'Caratteri non validi nel campo porta, per favore inserire solo valori separati da virgola. Esempio: 80,443';
0dae6d 11 ?>