Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
71144c 1 <?php
FS 2 $wb['public_key_txt'] = 'Public-Key';
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.';
111cac 9 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
407003 10 $wb['selector_txt'] = 'DKIM-Selector';
71144c 11 ?>