old mode 100644
new mode 100755
| | |
| | | <?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'; |
| | | ?> |