<?php
// Heading 
$_['heading_title'] = '';

// Text
$_['text_gift_promotion']   = 'Gift (%s)';
$_['text_success']  = 'Success: Your Gift Promotion discount has been applied!';

// Entry
$_['entry_coupon']  = 'Enter your Gift Promotion code here:';

// Error
$_['error_coupon']  = 'Warning: Gift Promotion code is either invalid, expired or reached it\'s usage limit!';
?>