Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
bef7e2 1 <?php
2c4579 2 $wb['server_id_txt'] = 'Server';
14f228 3 $wb['ip_address_txt'] = 'IP-adress';
2c4579 4 $wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
14f228 5 $wb['ip_error_wrong'] = 'IP_adressen är ogiltig';
TB 6 $wb['ip_error_unique'] = 'IP-adressen måste vara unik';
7 $wb['client_id_txt'] = 'Kund';
8 $wb['ip_type_txt'] = 'Typ';
9 $wb['virtualhost_port_txt'] = 'HTTP-portar';
522ef8 10 $wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443';
2c4579 11 ?>