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

// Text
$_['text_success']        = 'Success: You have modified Gift Promotion!';
$_['text_default']        = 'Default';
$_['text_percent']        = 'Percentage';
$_['text_amount']         = 'Fixed Amount';
$_['text_proportional']   = 'Proportional';
$_['text_fixed']          = 'Fixed';  

// Column
$_['column_name']         = 'Gift Promotion Name';
$_['column_discount']     = 'Discount';
$_['column_date_start']   = 'Date Start';
$_['column_date_end']     = 'Date End';
$_['column_status']       = 'Status';
$_['column_order_id']     = 'Order ID';
$_['column_customer']     = 'Customer';
$_['column_amount']       = 'Amount';
$_['column_date_added']   = 'Date Added';
$_['column_action']       = 'Action';

// Entry
$_['entry_name']          = 'Gift Promotion Name:';
$_['entry_quantity_total'] = 'Total Quantity:<br /><span class="help">The total quantity that must reached before sale is valid. <br/>Also define range 2-8.</span>';
$_['entry_total']         = 'Total Amount:<br /><span class="help">The total amount that must reached before sale is valid. <br/>Also define range 100-500.</span>';
$_['entry_product']  = 'Products:<br /><span class="help">Choose specific products that must required to apply Gift Promotion. Select no products for all products.</span>';
$_['entry_product_gift']  = 'Gift Product:<br /><span class="help">Choose specific products to apply as a Gift.</span>';
$_['entry_category']      = 'Category:<br /><span class="help">Choose all products under selected category.</span>';
$_['entry_manufacturer']  = 'Manufacturer:<br /><span class="help">Choose all products under selected manufacturer.</span>';
$_['entry_product_product'] = 'Products:<br /><span class="help">Choose specific Products by below autocomplete form.</span>';
$_['entry_quantity'] = 'Quantity:<br /><span class="help">Quantity required of above products to apply Gift Promotion.<br/></span>';
$_['entry_quantity_gift'] = 'Gift Quantity:<br /><span class="help">Quantity of Gift Products to apply as a Gift.<br/></span>';

$_['entry_logged']        = 'Customer Login:<br /><span class="help">Customer must be logged in to use this gift promotion.</span>';
$_['entry_store']         = 'Stores:';
$_['entry_customer_group']  = 'Customer Groups:';
$_['entry_day']            = 'Days (Recurring Promotion):';
$_['entry_date_start']    = 'Date Start:';
$_['entry_date_end']      = 'Date End:';
$_['entry_uses_total']    = 'Uses Per Promotion:<br /><span class="help">The maximum number of times the sale can be used by any customer. Set 0 for unlimited</span>';
$_['entry_uses_customer'] = 'Uses Per Customer:<br /><span class="help">The maximum number of times the sale can be used by a single customer. Set 0 for unlimited</span>';
$_['entry_status']        = 'Status:';
$_['days'] 				  = 'Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday';

// Error
$_['error_warning']       = 'Warning: Please check the form carefully for errors!';
$_['error_permission']    = 'Warning: You do not have permission to modify Gift Promotion!';
$_['error_name']          = 'Gift Promotion Name must be between 3 and 128 characters!';
$_['error_name_common']   = 'Gift Promotion Name must be unique. Name you have entered is already Used!';
$_['error_quantity']      = 'Total Quantity Must Be Numeric!';
$_['error_quantity_total']      = 'Quantity Must Be Numeric!';
$_['error_quantity_gift'] = 'Gift Quantity Must Be Numeric!';
$_['error_total']         = 'Total Value Must Be Numeric!';
$_['error_uses_customer'] = 'User Per Customer Must Be Numeric!';
$_['error_uses_total']    = 'Total Uses Must Be Numeric!';
$_['error_store']         = 'Atlease need to select One Store!';
$_['error_customer_group']= 'Atlease need to select One Customer Group!';
$_['error_day']           = 'Atlease need to select One Day!';
?>
