tbrehm
2008-09-21 20604ee4ed708f6a9bbdfc14200325b842a862a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb["list_head_txt"] = 'Reseller';
$wb["company_txt"] = 'Organisatie';
$wb["firstname_txt"] = 'Voornaam';
$wb["surname_txt"] = 'Achternaam';
$wb["city_txt"] = 'Plaatsnaam';
 
$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';
?>