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

// Text
$_['text_total']       = 'Order Totals';
$_['text_success']     = 'Success: You have modified Gift Promotion!';

// Entry
$_['entry_status']     = 'Status:';
$_['entry_multiple']   = 'Multiple Promotions:<br /><span class="help">Enable/Disbale Multiple Promotions.</span>';
$_['entry_cart_display']   = 'Cart Display:<br /><span class="help">Enable/Disbale Product wise Discount Display in Shopping Cart.</span>';
$_['entry_sort_order'] = 'Sort Order:';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Gift Promotion!';
?>