florian030
2014-02-25 cce9d63279d9078dd0292dd015be497600ac5f32
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?';
?>