...
Florian Schaal
2014-01-26 98aae1febc6571d2d35dd21f08e68be5f540b80a
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?';
?>