<?php
// Heading
$_['heading_title'] 		= 'Deal Of The Day';

// Text
$_['text_no_special_product']  = 'No Product Available.';
$_['text_availability']  = 'Availability:';
$_['text_quantity']  = 'Quantity Left:';
$_['text_price']  = 'Price';
$_['text_discount']  = 'Discount';
$_['text_buy_at']  = 'Buy At';
$_['text_you_save']  = 'You Save';
$_['text_add_to_cart']  = 'Add to Cart';
$_['text_years']  = 'Years';
$_['text_months']  = 'Months';
$_['text_weeks']  = 'Weeks';
$_['text_days']  = 'Days';
$_['text_hours']  = 'Hours';
$_['text_minutes']  = 'Minutes';
$_['text_seconds']  = 'Seconds';
$_['text_year']  = 'Year';
$_['text_month']  = 'Month';
$_['text_week']  = 'Week';
$_['text_day']  = 'Day';
$_['text_hour']  = 'Hour';
$_['text_minute']  = 'Minute';
$_['text_second']  = 'Second';
$_['text_instock'] = 'In Stock';

?>