Fantu
2009-12-27 2d870d2e8f19312c714b1c2891c6397e01815af3
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?';
?>