commit | author | age
|
0b7253
|
1 |
<?php |
11b3da
|
2 |
$wb['server_id_txt'] = 'Server'; |
T |
3 |
$wb['zone_txt'] = 'Zone'; |
407003
|
4 |
$wb['name_txt'] = 'Nome Host'; |
TB |
5 |
$wb['type_txt'] = 'tipo'; |
|
6 |
$wb['data_txt'] = 'Indirizzo IPv6'; |
11b3da
|
7 |
$wb['ttl_txt'] = 'TTL'; |
407003
|
8 |
$wb['active_txt'] = 'Attivo'; |
TB |
9 |
$wb['limit_dns_record_txt'] = 'Numero massimo records DNS raggiunto per il tuo account.'; |
|
10 |
$wb['no_zone_perm'] = 'Non hai il permesso di aggiungere record a questa zona DNS.'; |
|
11 |
$wb['name_error_empty'] = 'Nome Host vuoto.'; |
|
12 |
$wb['name_error_regex'] = 'Formato errato per Nome Host.'; |
|
13 |
$wb['data_error_empty'] = 'Indirizzo Ip vuoto'; |
|
14 |
$wb['ttl_range_error'] = 'TTL time minimo 60 secondi.'; |
3c6ea9
|
15 |
$wb['ip_error_wrong'] = 'IP-Address format invalid'; |
11b3da
|
16 |
?> |