Pascal Dreissen
2016-07-08 173afc3e8272495e72fbcd27bed55d227483aaf7
interface/web/dashboard/lib/lang/nl_dashlet_products.lng
@@ -1,9 +1,9 @@
<?php
$wb['products_txt'] = 'My Products';
$wb['name_txt'] = 'Name';
$wb['price_txt'] = 'Price';
$wb['next_payment_date_txt'] = 'Next Invoice';
$wb['no_products_txt'] = 'No products found.';
$wb['edit_txt'] = 'Edit';
$wb['cancellation_date_txt'] = 'Cancelled by';
$wb['products_txt'] = 'Mijn producten';
$wb['name_txt'] = 'Naam';
$wb['price_txt'] = 'Prijs';
$wb['next_payment_date_txt'] = 'Volgende factuur';
$wb['no_products_txt'] = 'Geen producten gevonden.';
$wb['edit_txt'] = 'Bewerken';
$wb['cancellation_date_txt'] = 'Geannuleerd door';
?>