Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
e65960 1
AT 2
fed17d 3 <?php
e65960 4 $wb['data_txt'] = 'SPF-Record';
AT 5 $wb['spf_mechanism_txt'] = 'SPF Mechanism';
6 $wb['spf_mechanism_pass_txt'] = 'Pass - allow mail from other senders';
7 $wb['spf_mechanism_fail_txt'] = 'Fail - reject mail from other senders';
8 $wb['spf_mechanism_softfail_txt'] = 'SoftFail - allow mail from other senders but mark the email';
9 $wb['spf_mechanism_neutral_txt'] = 'Neutral - do nothing';
10 $wb['spf_mx_txt'] = 'Allow servers listed as MX to send email for this domain';
11 $wb['spf_a_txt'] = 'Allow current IP address of the domain to send email for this domain';
12 $wb['spf_ip_txt'] = 'Additional IP addresses in CIDR format that deliver or relay mail for this domain';
13 $wb['spf_ip_note_txt'] = '(Sepearate IPs with whitespaces)';
14 $wb['spf_invalid_ip_txt'] = 'Invalid IP-address';
15 $wb['spf_hostname_txt'] = 'Any other server hostname that may deliver or relay mail for this domain';
16 $wb['spf_hostname_note_txt'] = '(Sepearate hostnames with whitespaces)';
17 $wb['spf_invalid_hostname_txt'] = 'Invalid hostname';
18 $wb['spf_domain_txt'] = 'Any domains that may deliver or relay mail for this domain';
19 $wb['spf_domain_note_txt'] = '(Sepearate domains with whitespaces)';
20 $wb['spf_invalid_domain_txt'] = 'Invalid domainname';
fed17d 21 $wb["ttl_txt"] = 'TTL';
FS 22 $wb["active_txt"] = 'Active';
e65960 23 $wb["record_exists_txt"] = 'DNS-Record already exists';
fed17d 24 $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
FS 25 $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
26 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
27 ?>
e65960 28