<?php
// Heading
$_['heading_title'] = 'Latest Reviews';

// Text
$_['text_no_reviews'] 	   		= 'No Review Found';
$_['text_author'] 	   	   		= 'Author: ';
$_['text_title'] 	   	   		= 'Review Title: ';
$_['text_date_added'] 	   		= 'Review date: ';
$_['text_allrating'] 		= 'All Ratings';
$_['text_rating'] 	   			= 'Rating:';
$_['text_cireadmore'] 	   			= '<a href="%s" target="_BLANK">Read More</a>';
/*start working 25 july */
$_['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';
/*end working 25 july */