<?php
// Heading
$_['heading_title']    			= 'Review Invites Log';

// Entry
$_['entry_store']    			= 'Store';
$_['entry_order_id']    		= 'Order ID';
$_['entry_product']    			= 'Product';
$_['entry_customer']    		= 'Customer';
$_['entry_status']    			= 'Invite Status';
/*29-08-2018*/$_['entry_invite']    			= 'Invite E-mail';/*29-08-2018*/
$_['entry_date_added']          = 'Date Added';
$_['entry_review_given']    		= 'Review Status';
/*20-june-2019 order products design start*/
/*first invite email*/
$_['entry_firstmail']     			= 'Send First Invite Email';
/*first invite email*/
/*20-june-2019 order products design end*/
// Text
$_['text_success']     			= 'Success: Review Invites Log updated Successfully!';
$_['text_list']     			= 'Review Invites Log List';
$_['text_edit']     			= 'Review Invites Log';
$_['text_no_record']     			= 'No Record Found!';
$_['text_invite_detail']     			= 'Review Invite Details';
$_['text_date_added']     			= 'Date Added';
$_['text_customer_detail']     			= 'Customer Details';
$_['text_customer']     			= 'Customer';
$_['text_email']     			= 'E-mail';
$_['text_telephone']     			= 'Telephone';
$_['text_store']     			= 'Store';
$_['text_order_detail']     			= 'Order Detail';
$_['text_order_id']     			= 'Order ID';
$_['text_order_view']     			= 'View Order';
$_['text_product']     			= 'Product';
$_['text_product_view']     			= 'View Product';
$_['text_pending']              = 'pending';
$_['text_given']     			= 'Given';
$_['text_review_view']     			= 'View Review';
$_['text_review_status']     			= 'Review';
/*first invite email*/
$_['text_firstmail']     			= 'Send First Invite Email';
/*first invite email*/
/*29-08-2018*/$_['text_reminder_go']     			= 'Reminders will go';
$_['text_action']     			= 'Action';
$_['text_reminder_notgo']     			= 'Reminders will not go';/*29-08-2018*/


// Column
$_['column_store']     			= 'Store';
$_['column_order_id']     			= 'Order ID';
$_['column_customer']     			= 'Customer';
$_['column_product']     			= 'Product';
$_['column_date_added']                 = 'Date Added';
$_['column_review_given']     			= 'Review Status';
/*first invite email*/
$_['column_firstmail']     			= 'Send First Invite Email';
/*first invite email*/
/*29-08-2018*/$_['column_invite']     			= 'Invite Reminder Status';
$_['column_status']     			= 'Invite Status';/*29-08-2018*/
$_['column_action']     			= 'Action';
$_['column_reminder_id']     			= 'Reminder ID';

// Error
$_['error_permission'] 	 		= 'Warning: You do not have permission to modify asreview module!';
$_['error_warning']         	= 'Warning: Please check the form carefully for errors!';
$_['error_error']         	= 'Error: Please refresh page!';