Marius Cramer
2015-04-15 7ee336c7ccb5f8d35b8eb05cf5e812a42154cbc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$wb['list_head_txt'] = 'IPTables';
$wb['add_new_rule_txt'] = 'Añadir reglas a IPTables';
$wb['server_id_txt'] = 'Servidor';
$wb['multiport_txt'] = 'Multi Puerto';
$wb['singleport_txt'] = 'Puerto Único';
$wb['protocol_txt'] = 'Protocolo';
$wb['table_txt'] = 'Tabla';
$wb['target_txt'] = 'Destino';
$wb['state_txt'] = 'Estado';
$wb['destination_ip_txt'] = 'Dirección de destino';
$wb['source_ip_txt'] = 'Dirección de origen';
$wb['active_txt'] = 'Activa';
$wb['iptables_error_unique'] = 'Ya existe un registro de servidor de seguridad de este servidor.';
?>