Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
0dae6d 1 <?php
F 2 $wb['server_id_txt'] = 'Server';
3 $wb['zone_txt'] = 'Zone';
4 $wb['name_txt'] = 'Hostname';
5 $wb['type_txt'] = 'type';
6 $wb['data_txt'] = 'Responsible Person';
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 hostname  vuoto.';
0dae6d 12 $wb['name_error_regex'] = 'The hostname has the wrong format.';
F 13 $wb['data_error_empty'] = 'Responsible person field empty';
14 $wb['data_error_regex'] = 'Responsible person field format invalid';
dc9e64 15 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
0dae6d 16 ?>