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

// Text
$_['text_module']      		= 'Modules';
$_['text_success']     		= 'Success: You have modified module Deal Of The Day!';
$_['text_content_top']    	= 'Content Top';
$_['text_content_bottom'] 	= 'Content Bottom';
$_['text_column_left']    	= 'Column Left';
$_['text_column_right']   	= 'Column Right';
$_['text_powered_by']   	= 'Powered By <a href="http://www.thakkertech.com" title="Thakker Technologies" target="_blank">Thakker Technologies</a>';
$_['text_add_special_at']   = 'There is not any Special deal available for any Product, so please add atleast one Special deal for any Procuct!';
$_['text_click_to_add']   = 'Click here to Add';
$_['text_yes']   = 'Yes';
$_['text_no']   = 'No';

// Entry
$_['entry_layout']        	= 'Layout:';
$_['entry_image']    		= 'Image (W x H):';
$_['entry_position']      	= 'Position:';
$_['entry_status']        	= 'Status:';
$_['entry_sort_order']    	= 'Sort Order:';


$_['entry_deal_link']    	= 'Show Deal link on top menu?';
$_['entry_product']    		= 'Deal Of The Day Product:';

// Error
$_['error_permission'] 		= 'Warning: You do not have permission to modify module Deal Of The Day!';
$_['error_image']         	= 'Image width &amp; height dimensions required!';
?>