redray
2008-12-01 6eaaa70ea8ee9cd1044dbd101d6573d2e134d0f2
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';
?>