diff options
Diffstat (limited to 'public/catalog/language/en-gb/common/cart.php')
-rw-r--r-- | public/catalog/language/en-gb/common/cart.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/common/cart.php b/public/catalog/language/en-gb/common/cart.php new file mode 100644 index 0000000..870a810 --- /dev/null +++ b/public/catalog/language/en-gb/common/cart.php @@ -0,0 +1,7 @@ +<?php +// Text +$_['text_items'] = '%s item(s) - %s'; +$_['text_empty'] = 'Your shopping cart is empty!'; +$_['text_cart'] = 'View Cart'; +$_['text_checkout'] = 'Checkout'; +$_['text_recurring'] = 'Payment Profile';
\ No newline at end of file |