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

// Text
$_['text_module']      = 'Modules';
$_['text_success']     = 'Success: You have modified module Low Stock Alert!';

// Entry
$_['entry_message']   		= 'Stock Alert:<br /><span class="help">Please input your email messages.</span>';
$_['entry_quantity']  		= 'Product Quantity:';
$_['entry_option_quantity'] = 'Option Quantity:';
$_['entry_email']     		= 'Additional Alert E-Mails:<br /><span class="help">Please specify the destination email address you want to received when email is triggered.<br /><b>Important :</b> Use comma as seperator to send multiple emails.</span>';
$_['entry_status']    		= 'Status:<br /><span class="help">Store admin will received email alert once enabled.</span>';


// Error
$_['error_permission'] 		= 'Warning: You do not have permission to modify module Low Stock Alert!';
$_['error_code_quantity']   = 'Product Quantity Required !';
$_['error_code_option_quantity']   = 'Product Option Quantity Required !';
$_['error_code_email']      = 'Email Required';
?>
