commit | author | age
|
0dae6d
|
1 |
<?php |
F |
2 |
$wb['list_head_txt'] = 'A-Record'; |
407003
|
3 |
$wb['active_txt'] = 'Attivo'; |
0dae6d
|
4 |
$wb['server_id_txt'] = 'Server'; |
F |
5 |
$wb['zone_txt'] = 'Zone'; |
407003
|
6 |
$wb['name_txt'] = 'Nome'; |
0dae6d
|
7 |
$wb['data_txt'] = 'Data'; |
407003
|
8 |
$wb['aux_txt'] = 'Priorita'; |
554954
|
9 |
$wb['ttl_txt'] = 'TTL'; |
0dae6d
|
10 |
$wb['type_txt'] = 'Type'; |
407003
|
11 |
$wb['add_new_record_txt'] = 'Aggiungi un nuovo DNS A-Record'; |
9994de
|
12 |
$wb['page_txt'] = 'Page'; |
T |
13 |
$wb['page_of_txt'] = 'of'; |
407003
|
14 |
$wb['delete_confirmation'] = 'Vuoi davvero eliminare questo record?'; |
0dae6d
|
15 |
?> |