ftimme
2012-05-11 59118c7c296fd8f0224f39404320223ac6f31762
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
$wb['policy_name_txt'] = 'Nume Policy ';
$wb['virus_lover_txt'] = 'Virus lover';
$wb['spam_lover_txt'] = 'SPAM lover';
$wb['banned_files_lover_txt'] = 'Banned file lover';
$wb['bad_header_lover_txt'] = ' header lover';
$wb['bypass_virus_checks_txt'] = 'Bypass verificare  virus ';
$wb['bypass_banned_checks_txt'] = 'Bypass verificari tip banned ';
$wb['bypass_header_checks_txt'] = 'Bypass verificari header ';
$wb['virus_quarantine_to_txt'] = 'Forward virus catre  email';
$wb['spam_quarantine_to_txt'] = 'Forward spam to email';
$wb['banned_quarantine_to_txt'] = 'Forward banned catre email';
$wb['bad_header_quarantine_to_txt'] = 'Forward  header defect la email';
$wb['clean_quarantine_to_txt'] = 'Forward curatare catre  email';
$wb['other_quarantine_to_txt'] = 'Forward altele catre  email';
$wb['spam_tag_level_txt'] = 'SPAM tag level';
$wb['spam_tag2_level_txt'] = 'SPAM tag2 level';
$wb['spam_kill_level_txt'] = 'SPAM kill level';
$wb['spam_dsn_cutoff_level_txt'] = 'SPAM dsn cutoff level';
$wb['spam_quarantine_cutoff_level_txt'] = 'SPAM carantina cutoff level';
$wb['spam_modifies_subj_txt'] = 'SPAM modifica subiect';
$wb['spam_subject_tag_txt'] = 'SPAM subiect tag';
$wb['spam_subject_tag2_txt'] = 'SPAM subiect tag2';
$wb['addr_extension_virus_txt'] = 'Adresa. extensie  virus';
$wb['addr_extension_spam_txt'] = 'Adresa extensie SPAM';
$wb['addr_extension_banned_txt'] = 'Adresa extensie banned';
$wb['addr_extension_bad_header_txt'] = 'Adresa extensie  header defect';
$wb['warnvirusrecip_txt'] = 'Warn virus recipient.';
$wb['warnbannedrecip_txt'] = 'Warn banned recip.';
$wb['warnbadhrecip_txt'] = 'Warn bad header recip.';
$wb['newvirus_admin_txt'] = 'Nou virus admin';
$wb['virus_admin_txt'] = 'Virus admin';
$wb['banned_admin_txt'] = 'Banned admin';
$wb['bad_header_admin_txt'] = ' header defect  admin';
$wb['spam_admin_txt'] = 'SPAM admin';
$wb['message_size_limit_txt'] = 'Message size limit';
$wb['banned_rulenames_txt'] = 'Banned nume reguli';
?>