Marius Cramer
2013-10-14 d9bcf68e395d6156645a7974b1a992aa6e6c00aa
interface/web/dns/lib/lang/hu_dns_a_list.lng
@@ -1,15 +1,15 @@
<?php
$wb['list_head_txt'] = 'A-Record';
$wb['active_txt'] = 'Active';
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['name_txt'] = 'Name';
$wb['data_txt'] = 'Data';
$wb['aux_txt'] = 'Priority';
$wb['type_txt'] = 'Type';
$wb['page_txt'] = 'Page';
$wb['page_of_txt'] = 'of';
$wb['add_new_record_txt'] = 'Add new DNS A-Record';
$wb['delete_confirmation'] = 'Do you really want to delete this record?';
$wb['list_head_txt'] = 'A-Rekord';
$wb['active_txt'] = 'Aktív';
$wb['server_id_txt'] = 'Szerver';
$wb['zone_txt'] = 'Zóna';
$wb['name_txt'] = 'Név';
$wb['data_txt'] = 'Adat';
$wb['aux_txt'] = 'Prioritás';
$wb['ttl_txt'] = 'TTL';
$wb['type_txt'] = 'Típus';
$wb['page_txt'] = 'Oldal';
$wb['page_of_txt'] = '-';
$wb['add_new_record_txt'] = 'Új DNS A-Rekord';
$wb['delete_confirmation'] = 'Biztos törölni szeretné a rekordot?';
?>