redray
2008-12-02 2e272f91b070da8c5cbc4f475838bedfe3128ff1
1
2
3
4
5
6
7
8
<?php
$wb['Client'] = 'Klant';
$wb['Address'] = 'Adres';
$wb['Limits'] = 'Limieten';
$wb['Add Client'] = 'Toevoegen klant';
$wb['Edit Client'] = 'Wijzigen klant';
$wb['Clients'] = 'Klanten';
?>