Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
f14188 1 <?php
T 2 $wb["server_id_txt"] = 'Server';
3 $wb["zone_txt"] = 'Zone';
4 $wb["name_txt"] = 'Hostname';
5 $wb["type_txt"] = 'type';
15e770 6 $wb["data_txt"] = 'Mailserver hostname';
T 7 $wb["aux_txt"] = 'Priority';
f14188 8 $wb["ttl_txt"] = 'TTL';
T 9 $wb["active_txt"] = 'Active';
ea3796 10 $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.';
T 11 $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
ecb873 12 $wb["name_error_empty"] = 'The hostname is empty.';
T 13 $wb["name_error_regex"] = 'The hostname has the wrong format.';
14 $wb["data_error_empty"] = 'Mailserver hostname empty';
15 $wb["data_error_regex"] = 'Mailserver hostname format invalid';
cc6568 16 $wb["duplicate_mx_record_txt"] = 'Duplicate MX record.';
d229c2 17 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
f14188 18 ?>