commit | author | age
|
da5a1d
|
1 |
<?php |
F |
2 |
$wb['server_id_txt'] = 'Server'; |
|
3 |
$wb['zone_txt'] = 'Zone'; |
|
4 |
$wb['name_txt'] = 'Hostname'; |
|
5 |
$wb['type_txt'] = 'type'; |
142907
|
6 |
$wb['target_txt'] = 'Target'; |
T |
7 |
$wb['weight_txt'] = 'Weight'; |
|
8 |
$wb['port_txt'] = 'Port'; |
da5a1d
|
9 |
$wb['ttl_txt'] = 'TTL'; |
F |
10 |
$wb['active_txt'] = 'Active'; |
|
11 |
$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.'; |
|
12 |
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.'; |
|
13 |
$wb['name_error_empty'] = 'The hostname is empty.'; |
|
14 |
$wb['name_error_regex'] = 'The hostname has the wrong format.'; |
|
15 |
$wb['data_error_empty'] = 'Server record empty'; |
|
16 |
$wb['data_error_regex'] = 'Server record format invalid'; |
91609a
|
17 |
$wb['srv_error_regex'] = 'Invalid server record format. The server record must contain 3 text strings separated by spaces.'; |
0d9599
|
18 |
$wb['aux_txt'] = 'Priority'; |
dc9e64
|
19 |
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
da5a1d
|
20 |
?> |