vogelor
2010-06-10 f17dab422b048dd694dad7425cac7ecc2b0e9e58
1
2
3
4
5
6
7
<?php
$wb['server_id_txt'] = 'Palvelin';
$wb['ip_address_txt'] = 'IP-osoite';
$wb['virtualhost_txt'] = 'Virtuaalipalvelin';
$wb['ip_error_wrong'] = 'IP-osoite vääränlainen';
$wb['ip_error_unique'] = 'IP-osoitteen on oltava yksilöllinen';
?>