Marius Burkard
2016-03-30 5e981c0c36166071298a6b82cead9f81310842ab
interface/web/dashboard/lib/lang/es_dashlet_products.lng
old mode 100644 new mode 100755
@@ -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['cancellation_date_txt'] = 'Cancelado por';
$wb['edit_txt'] = 'Editar';
$wb['name_txt'] = 'Nombre';
$wb['next_payment_date_txt'] = 'Próxima Factura';
$wb['no_products_txt'] = 'No se han encontrado productos.';
$wb['price_txt'] = 'Precio';
$wb['products_txt'] = 'Mis Productos';
?>