tbrehm
2011-04-12 5eac968d9f6539df8aca467501798cdf941df36e
1
2
3
4
5
6
7
<?php
$wb['server_id_txt'] = 'Сервер';
$wb['ip_address_txt'] = 'IP адрес';
$wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
$wb['ip_error_wrong'] = 'Неверный IP адрес';
$wb['ip_error_unique'] = 'IP адрес должен быть уникальным';
?>