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

// Text
$_['text_success']        = 'Success: You have modified Discounts!';
$_['text_percent']        = 'Percentage';
$_['text_amount']         = 'Fixed Amount';
$_['text_discount_andy']  = 'Value Discounts';

// Column
$_['column_name']         = 'Discount 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']          = 'Discount Name:';

$_['entry_type']          = 'Type:<br /><span class="help">Percentage or Fixed Amount</span>';
$_['entry_discount']      = 'Discount:';
$_['entry_logged']        = 'Customer Login:<br /><span class="help">Customer must be logged in to use the Discount.</span>';
$_['entry_customer_groups']        = 'Customer Groups:<br /><span class="help">Customer groups to apply for. Must belong to use the Discount.</span>';
$_['entry_shipping']      = 'Free Shipping:';
$_['entry_total']         = 'Total Amount:<br /><span class="help">The total amount that must reached before the discount is valid.</span>';
$_['entry_category']      = 'Category:<br /><span class="help">Choose all products under selected category.</span>';
$_['entry_product']       = 'Products:<br /><span class="help">Choose specific products the discount will apply to. Select no products to apply Discount to entire cart.</span>';
$_['entry_date_start']    = 'Date Start:';
$_['entry_date_end']      = 'Date End:';
$_['entry_uses_total']    = 'Uses Per Discount:<br /><span class="help">The maximum number of times the discount can be used by any customer. Leave blank for unlimited</span>';
$_['entry_uses_customer'] = 'Uses Per Customer:<br /><span class="help">The maximum number of times the Discount can be used by a single customer. Leave blank for unlimited</span>';
$_['entry_status']        = 'Status:';

// Error
$_['error_permission']    = 'Warning: You do not have permission to modify Discounts!';
$_['error_name']          = 'Discount Name must be between 3 and 128 characters!';
$_['error_customer_group']= 'Please select at least one customer group!';

//Tab
$_['tab_discount_andy_history'] = 'Discounts history';
?>
