tbrehm
2008-11-22 28f4cf88f8d8d50cf9a1ff8f68275d8cbd93892a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$wb["list_head_txt"] = 'A-Record';
$wb["active_txt"] = 'Actief';
$wb["server_id_txt"] = 'Server';
$wb["zone_txt"] = 'Zone';
$wb["name_txt"] = 'Naam';
$wb["data_txt"] = 'Data';
$wb["type_txt"] = 'Type';
$wb["page_txt"] = 'Pagina';
$wb["page_of_txt"] = 'van';
$wb["page_next_txt"] = 'Volgende';
$wb["page_back_txt"] = 'Terug';
$wb["delete_txt"] = 'Verwijderen';
$wb["filter_txt"] = 'Filter';
$wb["add_new_record_txt"] = 'Toevoegen nieuw DNS A-Record';
?>