Till Brehm
2016-05-26 795bb10b6f5da1eca53f860b9fc3875f24e8516b
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';
?>