Sergio Cambra
2014-08-21 96cdd0a521768274b60424a0f4776ca557de26bb
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';
?>