Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
407003 1 <?php
4bdecc 2 $wb['public_key_txt'] = 'Public-Key';
TB 3 $wb['ttl_txt'] = 'TTL';
4 $wb['active_txt'] = 'Active';
5 $wb['record_exists_txt'] = 'DNS-Record already exists';
6 $wb['dkim_disabled_txt'] = 'DKIM disabled for this mail-domain';
7 $wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
8 $wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
407003 9 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
TB 10 $wb['selector_txt'] = 'DKIM-Selector';
11 ?>