Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
da5a1d 1 <?php
F 2 $wb['server_id_txt'] = 'Server';
14f228 3 $wb['zone_txt'] = 'Zon';
da5a1d 4 $wb['name_txt'] = 'Hostname';
14f228 5 $wb['type_txt'] = 'typ';
da5a1d 6 $wb['data_txt'] = 'Mailserver hostname';
F 7 $wb['aux_txt'] = 'Priority';
8 $wb['ttl_txt'] = 'TTL';
14f228 9 $wb['active_txt'] = 'Aktiv';
da5a1d 10 $wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
F 11 $wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
12 $wb['name_error_empty'] = 'The hostname is empty.';
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';
3f478f 16 $wb['duplicate_mx_record_txt'] = 'Duplicate MX record.';
dc9e64 17 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
da5a1d 18 ?>
14f228 19