moglia
2009-07-08 bf7876799311194670c1f534929f4b9a01094188
1
2
3
4
5
6
7
8
9
<?php
$wb['Client'] = 'Klant';
$wb['Address'] = 'Adres';
$wb['Limits'] = 'Limieten';
$wb['Add Client'] = 'Toevoegen klant';
$wb['Edit Client'] = 'Wijzigen klant';
$wb['Clients'] = 'Klanten';
$wb['Edit Client-Templates'] = 'Wijzigen Klant-templates';
?>