ECOMMERCE/lang/en/cart_summary.php

15 lines
485 B
PHP

<?php
return [
'title' => 'Order summary',
'edit' => 'Edit',
'subtotal' => 'Subtotal',
'items_count' => ':count items',
'savings' => 'Saving',
'tax_collected' => 'Tax collected',
'shipping' => 'Shipping',
'calculated_at_checkout' => 'Calculated at checkout',
'estimated_total' => 'Estimated total',
'bonuses_earned' => 'Congratulations! You have earned :count bonuses',
'create_account' => 'Create an account',
'and_get' => 'and get',
];