Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
027d48 1 <?php
407003 2 $wb['server_id_txt'] = 'Server Host';
TB 3 $wb['ip_address_txt'] = 'Indirizzo IP';
4 $wb['reserved_txt'] = 'Riservato';
5 $wb['ip_error_wrong'] = 'Per favore inserisci un indirizzo IPv4 valido.';
6 $wb['ip_error_unique'] = 'Questo indirizzo IP è già esistente.';
7 $wb['IP address'] = 'Indirizzo IP';
522ef8 8 $wb['vm_id_txt'] = 'Virtual server';
T 9 ?>