xaver
2012-03-03 8145fbd30c55be3ead0648c0ececa3a18644d41c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb['list_head_txt'] = 'A-Záznam';
$wb['active_txt'] = 'Aktivovať';
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zóna';
$wb['name_txt'] = 'Meno';
$wb['data_txt'] = 'Data';
$wb['aux_txt'] = 'Priorita';
$wb['type_txt'] = 'Typ';
$wb['add_new_record_txt'] = 'Pridať nový DNS-Záznam';
$wb['page_txt'] = 'Strana';
$wb['page_of_txt'] = 'z';
$wb['delete_confirmation'] = 'Naozaj chcete Zmazať tento záznam?';
?>