<?php
// Heading
$_['heading_title']    			= 'Review Invite Cron Job';

// Entry
$_['entry_subject']    			= 'Mail Subject';
$_['entry_message']    			= 'Mail Message';
$_['entry_status']    			= 'Status';
$_['entry_orderstatuses']    	= 'Order Status';
$_['entry_customer_groups']    	= 'Ignore Customer Groups';
$_['entry_dayinterval']    		= 'Re-send E-Mail After x Days';
/*first invite email*/
$_['entry_firstmail_dayinterval']    		= 'Send Fist Invite E-Mail After x Days';
/*first invite email*/
$_['entry_maxreminders']    		= 'Max Reminders Set For Review Invite E-mails';
$_['entry_croncode']    		= 'Cron job secret code';
$_['entry_resendold']    		= 'Re-send E-Mail To Customer?';
$_['entry_onorder']    			= 'Review Invitation mail on order?';


// Text
$_['text_success']     			= 'Success: Review Invite Cron Job Settings Save Successfully!';
$_['text_success_invite']     			= 'Review Invite Send Successfully!';
$_['text_invite_order_ids']     			= 'Invite Send Order IDS (%s)!';
$_['text_invite_order_notfound']     			= 'Order IDS Not found (%s)!';
$_['text_invite_order_notin_status']     			= 'Order IDS (%s) Status not in selected order statuses!';
$_['text_invite_order_is_ingore']     			= 'Order IDS (%s) cusomers customer group is in ignored customer groups!';
/*20-june-2019 order products design start*/
$_['text_modal_shortcodes_orderinfo']     			= 'Order Info Short Codes';
$_['text_modal_shortcodes_orderproducts']     			= 'Order Products Code';
$_['text_shortcodes_example']     			= 'Click to see examples';
/*20-june-2019 order products design end*/
// Button
$_['button_save']    			= 'Save & Stay';
/*cronlog 03-July-2019 start*/
$_['button_cronlog']    			= 'View Cron Job Log';
/*cronlog 03-July-2019 end*/
// Legend
/*first invite email*/
$_['legend_email']				= 'After First Invite Email';
$_['legend_firstmail']				= 'First Invite Email';
/*first invite email*/
// Help
$_['help_orderstatuses']    	= 'Status of order on which review invite email will send.';
$_['help_selectmultiple']    	= 'Keep CTRL pressed for multiple select';
$_['help_orderstatuschange']    = 'Set New Order Status After sending invite email';
$_['help_customer_groups']		= 'Select Customers Groups to which review Invitation mail will not send';
$_['help_dayinterval']    		= 'Review Invite E-mail will send after x days. Current Order Status effective on the day E-Mail will send.';
$_['help_maxreminders']    		= 'Set max reminders limit. This will tell how many Reviews Invite E-mail send customers. After that customers will no longer receive invite emails. Admin can re-enable send invites fron invite log.';
$_['help_croncode']    		= 'Set Cron Job URL Secret code. It could be anything alphanumric text. Max 10 characters';
$_['help_resendold']    		= 'Re-send Review Invite E-mail to customer to whom already invited and still not give review.';
$_['help_onorder']    			= 'Send Review Invite E-mail to customer On when new order added.';
$_['help_dayinterval1']    			= 'Must set cron job based on above days. Recommend to set cron job daily base';
/*first invite email*/
$_['help_firstmail_dayinterval']    		= 'Review Invite E-mail will send after x days. After Current Order Status exists in selected order statues.';
$_['help_firstmail_dayinterval1']    		= 'Do not send email from orders list. Untill order status meet with selected order statuses and first invite email send!';
/*first invite email*/
// Code
$_['code_code']    				= 'Short Codes';
$_['code_translate']    		= 'Names';
$_['code_firstname']    		= 'Customer First Name';
$_['code_lastname']    			= 'Customer Last Name';
$_['code_email']    			= 'Customer E-mail';
$_['code_store_name']    		= 'Store Name';
$_['code_logo']    				= 'Store Logo';
$_['code_products']    			= 'Order Products Information';
/*20-june-2019 order products design start*/
$_['code_product_name']    		= 'Order Product Name';
$_['code_product_link']    			= 'Order Product URL';
$_['code_product_image']    			= 'Order Product Image Information';
$_['code_order_id']    			= 'Order ID';
$_['code_order_star']    			= 'For other Order informtion from `'. DB_PREFIX .'order` table use {ORDER_[column_name]}. <br/>[column_name] <strong>must match with table column name</strong>';
/*20-june-2019 order products design end*/


// Error
$_['error_permission'] 	 		= 'Warning: You do not have permission to modify asreview module!';
$_['error_warning']         	= 'Warning: Please check the form carefully for errors!';
$_['error_subject']         	= 'E-mail Subject Must Be Between 3 and 255 characters!';
$_['error_message']         	= 'E-mail Message Required!';
$_['error_orderstatuses']       = 'Please select order status';
$_['error_dayinterval']       	= 'Please select day interval when customer got invite email?';
/*first invite email*/
$_['error_firstmail_dayinterval']       	= 'Please select day interval when customer got first invite email send?';
/*first invite email*/
$_['error_maxreminders']       	= 'Please set max reminders limit.';
$_['error_croncode']       	= 'Please set cron secret code of 10 characters only.';