Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
522ef8 1 <?php
d6cd45 2 $wb['list_head_txt'] = 'IPTables';
2ab1e5 3 $wb['add_new_rule_txt'] = 'Añadir regla a IPTables';
10b4c8 4 $wb['server_id_txt'] = 'Servidor';
2ab1e5 5 $wb['multiport_txt'] = 'Multi-puerto';
TB 6 $wb['singleport_txt'] = 'Puerto individual';
10b4c8 7 $wb['protocol_txt'] = 'Protocolo';
T 8 $wb['table_txt'] = 'Tabla';
9 $wb['target_txt'] = 'Objetivo';
10 $wb['state_txt'] = 'Estado';
2ab1e5 11 $wb['destination_ip_txt'] = 'Dirección de destino';
TB 12 $wb['source_ip_txt'] = 'Dirección de origen';
13 $wb['active_txt'] = 'Habilitado';
14 $wb['iptables_error_unique'] = 'Ya existe un registro de corta fuego para este servidor.';
522ef8 15 ?>