Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
0dae6d 1 <?php
F 2 $wb['server_id_txt'] = 'Server';
3 $wb['zone_txt'] = 'Zone';
407003 4 $wb['name_txt'] = 'Nome';
TB 5 $wb['type_txt'] = 'tipo';
0dae6d 6 $wb['data_txt'] = 'Canonical Hostname';
F 7 $wb['ttl_txt'] = 'TTL';
407003 8 $wb['active_txt'] = 'Attivo';
TB 9 $wb['limit_dns_record_txt'] = 'The max. number of DNS records raggiunto per il tuo account.';
0dae6d 10 $wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
407003 11 $wb['name_error_empty'] = 'The name  vuoto.';
0dae6d 12 $wb['name_error_regex'] = 'The name has the wrong format.';
F 13 $wb['data_error_empty'] = 'Canonical hostname empty';
14 $wb['data_error_regex'] = 'Canonical hostname format invalid';
dc9e64 15 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
0dae6d 16 ?>