Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
1
2
3
4
5
6
7
8
9
<?php
$wb['list_head_txt'] = 'Directivas de filtro de spam';
$wb['policy_name_txt'] = 'Nombre';
$wb['virus_lover_txt'] = 'Acepta virus';
$wb['spam_lover_txt'] = 'Acepta spam';
$wb['banned_files_lover_txt'] = 'Acepta archivos bloqueados';
$wb['bad_header_lover_txt'] = 'Acepta cabeceras incorrectas';
$wb['add_new_record_txt'] = 'AƱadir registro de directivas';
?>