dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
shop-cart_en.fd.php
Go to the documentation of this file.
1<?php
2$messages = array();
3$messages['save_success'] = 'Data was saved';
4$messages['save_succeass'] = $messages['save_success'];
5$messages['save_error'] = 'Data could not be saved';
6$messages['label_quantity'] = 'Quantity';
7$messages['buy_form_title'] = 'Order product';
8$messages['product'] = 'Product';
9$messages['back_to_catalog'] = 'Back to catalog';
10$messages['cart_title'] = 'Cart';
11$messages['cart_subtitle'] = 'Products, quantities, VAT basis and shipping costs.';
12$messages['added_subtitle'] = 'The product was added.';
13$messages['added_title'] = 'The product was added to the cart';
14$messages['checkout'] = 'Checkout';
15$messages['continue_shopping'] = 'Continue shopping';
16$messages['remove_title'] = 'Remove product';
17$messages['remove_question'] = 'Remove this product from the cart?';
18$messages['remove_hint'] = 'The item will be removed from the cart.';
19$messages['column_action'] = 'Action';
20$messages['column_article'] = 'Product';
21$messages['column_quantity'] = 'Quantity';
22$messages['column_price'] = 'Price';
23$messages['column_shipping'] = 'Shipping';
24$messages['column_total'] = 'Total';
25$messages['empty_title'] = 'The cart is empty';
26$messages['empty_message'] = 'Select a product from the catalog and add it to the cart.';
27?>
$messages
Definition config.fd.php:2