tbrehm
2008-11-14 faf3f50d20530148c87961c276fe61faced2452c
1
2
3
4
5
6
7
8
9
10
<?php
 
$wb['Client'] = 'Klant';
$wb['Address'] = 'Adres';
$wb['Limits'] = 'Limieten';
$wb['Add Client'] = 'Toevoegen klant';
$wb['Edit Client'] = 'Wijzigen klant';
$wb['Clients'] = 'Klanten';
 
?>