Marius Cramer
2014-02-17 441afe553839d3522f9eb6a94279d63f75744b16
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'] = 'Вече има запис за защитна стена на този сървър.';
?>