Marius Burkard
2016-02-21 8a4a057376d8371aa976f3f37b178cd738c4eb59
interface/web/admin/lib/lang/es_firewall_list.lng
@@ -1,8 +1,8 @@
<?php
$wb['list_head_txt'] = 'Cortafuegos';
$wb['active_txt'] = 'Activar';
$wb['list_head_txt'] = 'Corta fuego';
$wb['active_txt'] = 'Habilitado';
$wb['server_id_txt'] = 'Servidor';
$wb['tcp_port_txt'] = 'Abrir puertos TCP';
$wb['udp_port_txt'] = 'Abrir puertos UDP';
$wb['add_new_record_txt'] = 'Añadir nuevo registro de cortafuegos';
$wb['tcp_port_txt'] = 'Puerto TCP abiertos';
$wb['udp_port_txt'] = 'Puertos UDP abiertos';
$wb['add_new_record_txt'] = 'Añadir registro al corta fuego';
?>