commit | author | age
|
a59731
|
1 |
<?php |
0d9599
|
2 |
$wb['server_id_txt'] = 'Server'; |
T |
3 |
$wb['origin_txt'] = 'DNS Zone'; |
|
4 |
$wb['ns_txt'] = 'NS'; |
|
5 |
$wb['active_txt'] = 'Active'; |
|
6 |
$wb['limit_dns_slave_zone_txt'] = 'The max. number of Secondary DNS zones for your account is reached.'; |
|
7 |
$wb['client_txt'] = 'Client'; |
|
8 |
$wb['xfer_txt'] = 'Allow zone transfers to <br />these IPs (comma separated list)'; |
|
9 |
$wb['server_id_error_empty'] = 'No server selected'; |
|
10 |
$wb['origin_error_empty'] = 'Zone empty.'; |
|
11 |
$wb['origin_error_unique'] = 'There is already a record for this zone.'; |
|
12 |
$wb['origin_error_regex'] = 'Zone has a invalid format.'; |
|
13 |
$wb['ns_error_regex'] = 'NS has a invalid format.'; |
d7be27
|
14 |
$wb['eg_domain_tld'] = 'e.g. domain.tld.'; |
T |
15 |
$wb['ipv4_form_txt'] = 'IPv4 form - e.g. 1.2.3.4'; |
142907
|
16 |
$wb['secondary_zone_txt'] = 'Secondary DNS Zone'; |
a59731
|
17 |
?> |