<?php
// Text
$_['text_tax'] 		   			= 'Tax';
$_['text_upload'] 		   		= 'Image Added successfully';
$_['text_delete']               = 'Image Deleted successfully';
$_['text_purchasefirst'] 		= 'Purchase this product first or wait for order to complete in order to give review';
$_['text_customer_image'] 		= 'Customer Images';
$_['text_customer_image_all'] 	= 'See All Customer Images';
$_['text_view_image_gallery'] 	= 'View Image Gallery';
$_['text_by'] 		   			= 'By';
$_['text_on'] 		   			= 'On';
$_['text_rating1'] 		   		= 'Poor';
$_['text_rating2'] 		   		= 'Bad';
$_['text_rating3'] 		   		= 'Average';
$_['text_rating4'] 		   		= 'Great';
$_['text_rating5'] 		   		= 'Awesome';
$_['text_recommendation'] 		= '[LIKED]% Customers recommend this product';
$_['text_positive_negative'] 		= 'Top Positive & Critical Reviews';
$_['text_top_positive'] 		= 'Top Positive Reviews';
$_['text_all_positive'] 		= 'View All %s Top Positive Reviews';
$_['text_top_negative'] 		= 'Top Critical Reviews';
$_['text_all_negative'] 		= 'View All %s Top Critical Reviews';
$_['text_invalid'] 		   		= 'Please refresh the page!';
$_['text_maximage']             = 'You can upload max %s images!';
$_['text_reviewterm'] 	   		= 'I have read and agree to the <a href="%s" class="agree"><b>%s</b></a>';
$_['text_author'] 	   	   		= 'Author:';
$_['text_title'] 	   	   		= 'Review Title:';
$_['text_date_added'] 	   		= 'Review Add on:';
$_['text_rating'] 	   			= 'Average Rating:';
$_['text_reviewabuse'] 	   		= 'Report this review!';
$_['text_reviewreport'] 	   	= 'Report this review.';

$_['text_other'] 	   			= 'Other';
$_['text_other_reason'] 	   	= 'Please give some details.';
$_['text_sort'] 	   			= 'Sort By:';
$_['text_limit'] 	   			= 'Show:';
$_['text_default'] 	   			= 'Default';
$_['text_rating_desc'] 		   	= 'High rated review';
$_['text_rating_asc'] 		   	= 'Low rated review';
$_['text_date_desc'] 		   	= 'Recent review';
$_['text_date_asc']             = 'Oldest review';
$_['text_votesdown_desc'] 		   	= 'Most Helpless review';
$_['text_votesup_desc'] 		   	= 'Most Helpful review';
$_['text_imagefilter']              = 'Filter By Image';
$_['text_withimg']              = 'Review With Images';
$_['text_withoutimg'] 		   	= 'Review Without Images';
$_['text_no_reviews'] 	   		= 'No Review Found';
$_['text_replyby'] 	   			= 'Reply From';
$_['text_clear_filters']              = 'Clear Filters';
$_['text_verified']                 = 'Verified';
$_['text_topreview']                 = 'Top Customer Reviews';
$_['text_writereview'] 	   			= 'For %s';


$_['text_reviewover'] 	   		= 'Reviews Over %s';
$_['text_total_reviews'] 	   	= 'Total Reviews (%s) ';
$_['text_write_review'] 	   	= 'click here write review to add review for this product.';

$_['text_star'] 	   			= 'Star';
$_['text_cisearch'] 		   	= 'Search In Reviews';
$_['text_0second']                 = '0 Second\'s ago';
$_['text_ago']                 = 'ago';
$_['text_year']                 = 'Year\'s';
$_['text_month']                 = 'Month\'s';
$_['text_day']                 = 'Day\'s';
$_['text_hour']                 = 'Hour\'s';
$_['text_minute']                 = 'Minute\'s';
$_['text_second']                 = 'Second\'s';


/*Vote default texts starts*/
$_['text_reviewvote_before'] 	= 'Is this review helpful to you?';
$_['text_reviewvote_yes'] 	   	= 'You say its helpful.';
$_['text_reviewvote_no'] 	   	= 'You say its not helpful.';
$_['text_reviewvote_outof'] 	= '{VOTES} out of {TOTAL_VOTES} found this review helpful.';
$_['text_reviewvote_percent'] 	= '{PERCENTAGE}% found this this review helpful.';
/*Vote default texts ends*/

// Success
$_['success_vote'] 	   			= 'Success: Your vote added successfully!';
$_['success_abuse'] 	   		= 'Success: Your report submited successfully!';
$_['success_cireview_pending']	= 'Thank you for your review. It has been submitted to the webmaster for approval.';
$_['success_cireview'] 	   		= 'Thank you for your review.';

$_['success_coupon'] 	   		= 'Your Coupon Code Is: {COUPON_CODE}';
$_['success_rewardpoints']      = 'Reward Points Received: {REWARD_POINTS}';
$_['success_cireview_title'] 		= 'Review Added Successfully';


// Entry
$_['entry_attachimages']   		= 'Attach Image';
$_['entry_email'] 		   		= 'E-mail';
$_['entry_reviewtitle'] 		= 'Review Title';

// Button
$_['button_continue'] 		   	= 'Give Review';

$_['button_write'] 		   		= 'Write A Product Review';

// Error
$_['error_cirating']            = 'Warning: Please select %s rating!';
$_['error_email']          		= 'E-Mail Address does not appear to be valid!';
$_['error_alreadyvoted']        = 'You Already Voted For this review!';
$_['error_ciabreason']          = 'Review Report reason required!';
$_['error_ciabreason_invalid']	= 'Invalid Review Report reason!';
$_['error_ciabreason_other']    = 'Specify Review Report reason between 10 and 1000 characters!';
$_['error_title']    			= 'Please add revew title!';
$_['error_max_reviews']         = 'You can not post review. Becuase your max review limit exhausted!';
$_['error_purchasereviewgiven']                = 'You already gave review for your last purchase.';

$_['error_agree']          = 'Warning: You must agree to the %s!';
