<?php
// Heading
$_['heading_title']				= 'Product Option Discount<span style="float:right;">[ <a href="http://opencart.my/" target="_blank">Opencart.my</a> ]</span>';
$_['common_title']				= 'Product Option Discount';

// Text
$_['text_module']				= 'Modules';
$_['text_success']				= 'Success: You have modified Product Option Discount!';
$_['text_horizontal']			= 'Horizontal';
$_['text_vertical']				= 'Vertical';
$_['text_unit']					= 'Unit';
$_['text_total']				= 'Total';
$_['text_both']					= 'Both';

$_['entry_show_price_product']	= 'Show Option Price on Product Page:';
$_['entry_show_price_cart']		= 'Show Option Price on Cart:';
$_['entry_show_final']			= 'Show Final Price:<br /><span class="help">If set to Yes, option price will be show as the final calculated price of product and option, without any price prefix.</span>';
$_['entry_table_style']			= 'Price Table Style:';
$_['entry_price_format']		= 'Price Format:';
$_['entry_qty_column']			= 'Show Quantity Column:';
$_['entry_qty_cart']			= 'Show \'Add to Cart\' Column:';
$_['entry_flat_rate']			= 'Use Flat Rate:<br /><span class="help">If set to Yes, option price will only be calculated once - regardless of quantity.</span>';
$_['entry_option_base_price']	= 'Use Option Price as Base Price:';
$_['entry_option_base_points']	= 'Use Option Points as Base Points:';
$_['entry_pod_quantity']		= '<br/><span class="help">Not stock.</span></td>';

// Error
$_['error_permission']			= 'Warning: You do not have permission to modify Product Option Discount!';

$_['success_install']			= 'Success: You have installed Product Option Discount module! Please click on [ <a href="%s">Edit</a> ] to start creating Option Discount in your products.';

$_['myoc_copyright']			= '<p>Copyright &copy; 2012-2013 Opencart.my. All rights reserved.<br />Version 1.4</p>';
?>
