Florian Schaal
2013-12-28 e791e76c465ecc03e1e62bb2e7e650815e79eb16
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$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?';
?>