commit | author | age
|
c5e6e8
|
1 |
<?php |
AT |
2 |
$wb["server_id_txt"] = 'Server'; |
|
3 |
$wb["zone_txt"] = 'Zone'; |
ea6923
|
4 |
$wb['name_txt'] = 'Service-Descriptor'; |
c5e6e8
|
5 |
$wb["type_txt"] = 'type'; |
AT |
6 |
$wb["data_txt"] = 'TLSA-Data'; |
|
7 |
$wb["ttl_txt"] = 'TTL'; |
|
8 |
$wb["active_txt"] = 'Active'; |
|
9 |
$wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.'; |
|
10 |
$wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.'; |
|
11 |
$wb["name_error_empty"] = 'The hostname is empty.'; |
|
12 |
$wb["name_error_regex"] = 'The hostname has the wrong format. Correct: _<port>._(tcp|udp).<hostname>'; |
|
13 |
$wb["data_error_empty"] = 'TLSA-Data empty'; |
ea6923
|
14 |
$wb["data_error_regex"] = 'TLSA dataformat is wrong. Correct: n n n HASH'; |
c5e6e8
|
15 |
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
AT |
16 |
?> |