Till Brehm
2016-01-31 a8177a49c5de5a8bf3dad975cfa85aa798e203fa
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['server_id_txt'] = 'Server';
$wb['ip_address_txt'] = 'IP-adress';
$wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
$wb['ip_error_wrong'] = 'IP_adressen är ogiltig';
$wb['ip_error_unique'] = 'IP-adressen måste vara unik';
$wb['client_id_txt'] = 'Kund';
$wb['ip_type_txt'] = 'Typ';
$wb['virtualhost_port_txt'] = 'HTTP-portar';
$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443';
?>