Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
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';
407003 5 $wb['active_txt'] = 'Attivo';
TB 6 $wb['limit_dns_slave_zone_txt'] = 'The max. number of Secondary DNS zones raggiunto per il tuo account.';
7 $wb['client_txt'] = 'Cliente';
0d9599 8 $wb['xfer_txt'] = 'Allow zone transfers to <br />these IPs (comma separated list)';
T 9 $wb['server_id_error_empty'] = 'No server selected';
407003 10 $wb['origin_error_empty'] = 'Zone vuoto.';
0d9599 11 $wb['origin_error_unique'] = 'There is already a record for this zone.';
T 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 ?>