commit | author | age
|
a12b09
|
1 |
<?php |
FS |
2 |
$wb['data_txt'] = 'DMARC Record'; |
|
3 |
$wb['domain_txt'] = 'Domain'; |
|
4 |
$wb['dmarc_policy_txt'] = 'Mail Receiver Policy'; |
21ae0c
|
5 |
$wb['dmarc_policy_note_txt'] = 'How ISPs should handle messages that failed SPF or DKIM (DMARC).'; |
a12b09
|
6 |
$wb['dmarc_policy_none_txt'] = 'none'; |
FS |
7 |
$wb['dmarc_policy_quarantine_txt'] = 'quarantine'; |
|
8 |
$wb['dmarc_policy_reject_txt'] = 'reject'; |
|
9 |
$wb['dmarc_rua_txt'] = 'Aggregate Data Reporting Address'; |
21ae0c
|
10 |
$wb['dmarc_rua_note_txt'] = 'Email to receive reports from ISPs aboute messages which failed DMARC checks for the domain (separated by whitespaces).'; |
a12b09
|
11 |
$wb['dmarc_ruf_txt'] = 'Forensic Data Reporting Address'; |
21ae0c
|
12 |
$wb['dmarc_ruf_note_txt'] = 'Email to receive sample messages that are failing DMARC checks for the domain (separated by whitespaces).'; |
a12b09
|
13 |
$wb['dmarc_fo_txt'] = 'Forensic reporting options'; |
407003
|
14 |
$wb['dmarc_fo0_txt'] = 'Generate reports if all underlying authentication mechanisms fail to produce a DMARC \'pass\' result.'; |
a12b09
|
15 |
$wb['dmarc_fo1_txt'] = 'Generate reports if any mechanisms fail.'; |
FS |
16 |
$wb['dmarc_fod_txt'] = 'Generate report if DKIM signature failed to verify.'; |
|
17 |
$wb['dmarc_fos_txt'] = 'Generate report if SPF failed.'; |
|
18 |
$wb['dmarc_adkim_txt'] = 'DKIM identifier alignment'; |
407003
|
19 |
$wb['dmarc_adkim_note_txt'] = '\'strict\' requires exact matching between DKIM domain and email\'s from'; |
a12b09
|
20 |
$wb['dmarc_adkim_r_txt'] = 'relaxed'; |
FS |
21 |
$wb['dmarc_adkim_s_txt'] = 'strict'; |
|
22 |
$wb['dmarc_aspf_txt'] = 'SPF identifier alignment'; |
407003
|
23 |
$wb['dmarc_aspf_note_txt'] = '\'strict\' requires exact matching between SPF domain and email\'s from'; |
a12b09
|
24 |
$wb['dmarc_aspf_r_txt'] = 'relaxed'; |
FS |
25 |
$wb['dmarc_aspf_s_txt'] = 'strict'; |
|
26 |
$wb['dmarc_rf_txt'] = 'Report Format'; |
|
27 |
$wb['dmarc_rf_afrf_txt'] = 'Authentication Failure Reporting Format'; |
|
28 |
$wb['dmarc_rf_iodef_txt'] = 'Incident Object Description Exchange Format'; |
|
29 |
$wb['dmarc_pct_txt'] = 'Apply Policy to this Percentage'; |
|
30 |
$wb['dmarc_pct_note_txt'] = '% (100 default). Messages in percent from the domain you want ISPs to check.'; |
|
31 |
$wb['dmarc_ri_txt'] = 'Reporting Interval'; |
b3c7c7
|
32 |
$wb['dmarc_ri_note_txt'] = 'Seconds (default=86400). The time in seconds that aggregate reports should be generate (86400 represents 1 day).'; |
a12b09
|
33 |
$wb['dmarc_sp_txt'] = 'Subdomain Policy (Defaults to same as domain).'; |
FS |
34 |
$wb['dmarc_sp_same_txt'] = 'same as domain'; |
|
35 |
$wb['dmarc_sp_none_txt'] = 'none'; |
|
36 |
$wb['dmarc_sp_quarantine_txt'] = 'quarantine'; |
|
37 |
$wb['dmarc_sp_reject_txt'] = 'reject'; |
|
38 |
$wb['ttl_txt'] = 'TTL'; |
|
39 |
$wb['active_txt'] = 'Active'; |
407003
|
40 |
$wb['dmarc_policy_error_txt'] = 'Only policy \'none\' is allowed without DKIM-signed emails.'; |
21ae0c
|
41 |
$wb['dmarc_no_dkim_txt'] = 'No active DKIM Record.'; |
FS |
42 |
$wb['dmarc_no_spf_txt'] = 'No active SPF Record.'; |
a12b09
|
43 |
$wb['dmarc_more_spf_txt'] = 'More than one active SPF Record'; |
FS |
44 |
$wb['dmarc_invalid_email_txt'] = 'Invalid Email'; |
|
45 |
$wb['dmarc_empty_txt'] = 'DMARC Record empty - specify at least one option'; |
|
46 |
$wb['record_exists_txt'] = 'DNS-Record already exists'; |
|
47 |
$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.'; |
|
48 |
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.'; |
|
49 |
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
|
50 |
?> |