Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
interface/web/admin/lib/lang/se_server_ip.lng
@@ -1,11 +1,12 @@
<?php
$wb['server_id_txt'] = 'Server';
$wb['ip_address_txt'] = 'IP Address';
$wb['ip_address_txt'] = 'IP-adress';
$wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
$wb['ip_error_wrong'] = 'The IP address is invalid';
$wb['ip_error_unique'] = 'The IP address must be unique';
$wb['client_id_txt'] = 'Client';
$wb['ip_type_txt'] = 'Type';
$wb['virtualhost_port_txt'] = 'HTTP Ports';
$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';
?>