redray
2008-10-25 fb72a7e82c4d8e8943679a5a0c1e16aa83eb179f
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';
 
?>