Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
0dae6d 1 <?php
F 2 $wb['server_id_txt'] = 'Server';
407003 3 $wb['zone_txt'] = 'Zona';
TB 4 $wb['name_txt'] = 'Nome Host';
5 $wb['type_txt'] = 'tipo';
142907 6 $wb['target_txt'] = 'Target';
T 7 $wb['weight_txt'] = 'Weight';
8 $wb['port_txt'] = 'Port';
0dae6d 9 $wb['ttl_txt'] = 'TTL';
407003 10 $wb['active_txt'] = 'Attivo';
TB 11 $wb['limit_dns_record_txt'] = 'Limite massimo record DNS raggiunto per il tuo account.';
0dae6d 12 $wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
407003 13 $wb['name_error_empty'] = 'Nome Host  vuoto.';
TB 14 $wb['name_error_regex'] = 'Nome Host formato errato.';
0dae6d 15 $wb['data_error_empty'] = 'Server record empty';
F 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.';
407003 18 $wb['aux_txt'] = 'Priorita';
dc9e64 19 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
0dae6d 20 ?>