2023-01-23 11:03:31 +01:00

44 lines
2.1 KiB
PHP

<?php
/* ----------------------------------------------------------------------
$Id: shopping_cart.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: shopping_cart.php,v 1.13 2002/04/05 20:24:02 project3000
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Cart Contents';
$aLang['heading_title'] = 'What\'s In My Cart?';
$aLang['table_heading_remove'] = 'Remove';
$aLang['table_heading_quantity'] = 'Qty.';
$aLang['table_heading_model'] = 'Model';
$aLang['table_heading_products'] = 'Product(s)';
$aLang['table_heading_price'] = 'Price';
$aLang['table_heading_total'] = 'Total';
$aLang['text_cart_empty'] = 'Your Cart is Currently Empty';
$aLang['text_cart_empty_help'] = 'Before proceed to checkout you must add some products to your shopping cart.<br>You will find a lot of interesting products on our "Shop" page.';
$aLang['sub_title_sub_total'] = 'Sub-Total:';
$aLang['shipping_cost'] = 'Shipping';
$aLang['tax'] = ' Tax';
$aLang['total'] = 'Total';
$aLang['out_of_stock_cant_checkout'] = 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br />Please alter the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '), Thank you';
$aLang['out_of_stock_can_checkout'] = 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br />You can buy them anyway and check the quantity we have in stock for immediate deliver in the checkout process.';
$aLang['text_apply_coupon'] = 'I have a discount coupon';