<?php
// Heading
$_['heading_title'] = 'Gifts';
$_['spend_over'] = 'Spend Over %s and choose %s of the following:';
$_['one'] = 'one';
$_['two'] = 'two';
$_['unlimited'] = 'an unlimited number';
$_['gift_over'] = 'Gift over';
$_['complete_all_required_data'] = 'You must complete the all required data';
$_['button_update'] = 'Add Gift to Cart';
$_['text_select_gift'] = 'Select Gift';
$_['text_gifts'] = 'Gifts';
$_['text_choose'] = 'Choose';
$_['text_choose_gift'] = 'gift';
$_['text_choose_gifts'] = 'gifts';
$_['text_gift'] = '(gift)';
$_['button_upload'] = 'Upload';
$_['update_cart'] = 'Success: You have modified your shopping cart!';
?>