Denny Bortfeldt
2016-06-27 dd0130670fe3cab4c7e2c1ab4f3bf0d2b2d512b0
1
2
3
4
5
6
7
8
9
<?php
$wb['server_id_txt'] = 'Server Host';
$wb['ip_address_txt'] = 'Indirizzo IP';
$wb['reserved_txt'] = 'Riservato';
$wb['ip_error_wrong'] = 'Per favore inserisci un indirizzo IPv4 valido.';
$wb['ip_error_unique'] = 'Questo indirizzo IP è già esistente.';
$wb['IP address'] = 'Indirizzo IP';
$wb['vm_id_txt'] = 'Virtual server';
?>