Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
407003 1 <?php
TB 2 $wb['products_txt'] = 'My Products';
3 $wb['name_txt'] = 'Name';
4 $wb['price_txt'] = 'Price';
5 $wb['next_payment_date_txt'] = 'Next Invoice';
6 $wb['no_products_txt'] = 'No products found.';
b3e3f8 7 $wb['edit_txt'] = 'Editovat';
407003 8 $wb['cancellation_date_txt'] = 'Cancelled by';
TB 9 ?>