Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
407003 1 <?php
173afc 2 $wb['products_txt'] = 'Mijn producten';
PD 3 $wb['name_txt'] = 'Naam';
4 $wb['price_txt'] = 'Prijs';
5 $wb['next_payment_date_txt'] = 'Volgende factuur';
6 $wb['no_products_txt'] = 'Geen producten gevonden.';
7 $wb['edit_txt'] = 'Bewerken';
8 $wb['cancellation_date_txt'] = 'Geannuleerd door';
407003 9 ?>