Till Brehm
2016-04-07 7bce72dd8ffc5a1e072d9d51cd4e40ede7258d3d
interface/web/dns/lib/lang/it_dns_a_list.lng
@@ -1,14 +1,15 @@
<?php
$wb['list_head_txt'] = 'A-Record';
$wb['active_txt'] = 'Active';
$wb['active_txt'] = 'Attivo';
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['name_txt'] = 'Name';
$wb['name_txt'] = 'Nome';
$wb['data_txt'] = 'Data';
$wb['aux_txt'] = 'Priority';
$wb['aux_txt'] = 'Priorita';
$wb['ttl_txt'] = 'TTL';
$wb['type_txt'] = 'Type';
$wb['add_new_record_txt'] = 'Add new DNS A-Record';
$wb['add_new_record_txt'] = 'Aggiungi un nuovo  DNS A-Record';
$wb['page_txt'] = 'Page';
$wb['page_of_txt'] = 'of';
$wb['delete_confirmation'] = 'Do you really want to delete this record?';
$wb['delete_confirmation'] = 'Vuoi davvero eliminare questo record?';
?>