blob: 870a810c7b97a1e45c9421ebf22cd2dfa053db74 (
plain)
1
2
3
4
5
6
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';
|