Skip to content
cz_dashlet_products.lng 272 B
Newer Older
<?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.';
Till Brehm's avatar
Till Brehm committed
$wb['edit_txt'] = 'Editovat';
$wb['cancellation_date_txt'] = 'Cancelled by';
?>