FleetCart/Themes/Storefront/resources/lang/en/cart.php

30 lines
1003 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'cart' => 'Cart',
'shopping_cart' => 'SHOPPING CART',
'checkout' => 'CHECKOUT',
'order_complete' => 'ORDER COMPLETE',
'table' => [
'image' => 'IMAGE',
'product_name' => 'PRODUCT NAME',
'unit_price' => 'UNIT PRICE',
'quantity' => 'QUANTITY',
'line_total' => 'LINE TOTAL',
'unit_price:' => 'Unit Price:',
'quantity:' => 'Quantity:',
'line_total:' => 'Line Total:',
],
'enter_coupon_code' => 'Enter coupon code',
'apply_coupon' => 'APPLY COUPON',
'order_summary' => 'Order Summary',
'subtotal' => 'Subtotal',
'coupon' => 'Coupon',
'shipping_method' => 'Shipping Method',
'total' => 'Total',
'proceed_to_checkout' => 'PROCEED TO CHECKOUT',
'your_cart_is_empty' => 'Your cart is empty',
'looks_like_you_haven\'t_made_any_choice_yet' => 'Looks like you haven\'t made any choice yet.',
'continue_shopping' => 'Continue Shopping',
];