Marius Cramer
2015-08-06 37b29231e47a0c4458dc1c15d98588f16f07e1e2
commit | author | age
ea3796 1 <?php
T 2 $wb["server_id_txt"] = 'Server';
3 $wb["origin_txt"] = 'Zone (SOA)';
4 $wb["ns_txt"] = 'NS';
5 $wb["mbox_txt"] = 'Email';
6 $wb["serial_txt"] = 'Serial';
7 $wb["refresh_txt"] = 'Refresh';
8 $wb["retry_txt"] = 'Retry';
9 $wb["expire_txt"] = 'Expire';
10 $wb["minimum_txt"] = 'Minimum';
11 $wb["ttl_txt"] = 'TTL';
a3ec01 12 $wb["xfer_txt"] = 'Allow zone transfers to <br />these IPs (comma separated list)';
ea3796 13 $wb["active_txt"] = 'Active';
T 14 $wb["limit_dns_zone_txt"] = 'The max. number of DNS zones for your account is reached.';
15 $wb["client_txt"] = 'Client';
16 $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
ecb873 17 $wb["server_id_error_empty"] = 'No server selected';
T 18 $wb["origin_error_empty"] = 'Zone empty.';
19 $wb["origin_error_unique"] = 'There is already a record for this zone.';
20 $wb["origin_error_regex"] = 'Zone has a invalid format.';
21 $wb["ns_error_regex"] = 'NS has a invalid format.';
22 $wb["mbox_error_empty"] = 'Email is empty.';
23 $wb["mbox_error_regex"] = 'Email format invalid.';
66e957 24 $wb["also_notify_txt"] = 'Also Notify';
72695f 25 $wb['also_notify_error_regex'] = 'Also notify: Please use an IP address.';
3d3f98 26 $wb['xfer_error_regex'] = 'Xfer: Please use one or more IP addresses, separated by , or use the keyword: any';
66e957 27 $wb["update_acl_txt"] = 'Update ACL';
1985cb 28 $wb['seconds_txt'] = 'Seconds';
F 29 $wb['eg_domain_tld'] = 'e.g. domain.tld';
30 $wb['eg_ns1_domain_tld'] = 'e.g. ns1.domain.tld';
31 $wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld';
355efb 32 $wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'The Domain can not be changed. Please ask your Administrator if you want to change the domain name.';
b8fe56 33 $wb['refresh_range_error'] = 'Min. Refresh time is 60 seconds.';
T 34 $wb['retry_range_error'] = 'Min. Retry time is 60 seconds.';
35 $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.';
36 $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.';
37 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
bd6659 38 $wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.';
02e7ea 39 $wb['soa_cannot_be_changed_txt'] = 'Die Zone (SOA) kann nicht verändert werden. Bitte kontaktieren Sie ihren Administrator, um die Zone zu ändern.';
1985cb 40 ?>