tbrehm
2009-03-10 86e3bb970d8a84fe51733dc0531dd51e3f2fd435
1
2
3
4
5
6
7
8
9
<?php
$wb['server_id_txt'] = 'Сервер';
$wb['tcp_port_txt'] = 'Open TCP ports';
$wb['udp_port_txt'] = 'Open UDP ports';
$wb['tcp_port_help_txt'] = 'Перечислить через запятую';
$wb['udp_port_help_txt'] = 'Перечислить через запятую';
$wb['active_txt'] = 'Активный';
$wb['firewall_error_unique'] = 'Уже есть записи firewall для этого сервера.';
?>