Till Brehm
2014-04-09 d2c5ed744b3ded87b2735ed26f45ae2836d2bedc
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['server_id_txt'] = 'Сървър';
$wb['multiport_txt'] = 'Много Портове';
$wb['singleport_txt'] = 'Единичен Порт';
$wb['protocol_txt'] = 'Протокол';
$wb['table_txt'] = 'Table';
$wb['target_txt'] = 'Цел';
$wb['state_txt'] = 'State';
$wb['destination_ip_txt'] = 'Краен адрес';
$wb['source_ip_txt'] = 'Изходящ адрес';
$wb['active_txt'] = 'Активен';
$wb['iptables_error_unique'] = 'Вече има запис за защитна стена на този сървър.';
?>