wyyl/resources/lang/en/shop/carts.php

39 lines
1.2 KiB
PHP

<?php
/**
* cart.php
*
* @copyright 2022 opencart.cn - All Rights Reserved
* @link http://www.guangdawangluo.com
* @author Edward Yang <yangjin@opencart.cn>
* @created 2022-08-19 14:54:21
* @modified 2022-08-19 14:54:21
*/
return [
'index' => 'Cart',
'added_to_cart' => 'Added To Cart',
'select_all' => 'Select All',
'commodity' => 'Commodity',
'quantity' => 'Quantity',
'subtotal' => 'Subtotal',
'product_total' => 'Product Totals',
'all' => 'All',
'selected' => 'Selected',
'total_price' => 'Total_Price',
'to_checkout' => 'To Checkout',
'cart_empty' => 'Your shopping cart is empty',
'go_buy' => 'You can go and see what you want to buy',
'go_shopping' => 'Go Shopping',
'must_select' => 'Please select at least one product',
'mini' => 'Your cart',
'delete' => 'Delete',
'check_cart' => 'Check the shopping cart',
'invalid_customer' => 'Invalid customer.',
'empty_selected_products' => 'Empty selected products.',
'invalid_shipping_address' => 'Invalid shipping address',
'invalid_payment_address' => 'Invalid payment address.',
'invalid_shipping_method' => 'Invalid shipping method.',
'invalid_payment_method' => 'Invalid payment method.',
];