<?php
// -----------------------------------------------------
// Follow Me for Opencart v1.5.1    
// Modified by villagedefrance                            
// contact@villagedefrance.net                                      
// -----------------------------------------------------

// Heading
$_['heading_title']    			= 'Follow Me';

// Text
$_['text_module']      			= 'Modules';
$_['text_success']     			= 'Success: You have modified module Follow Me!';
$_['text_content_top']    	= 'Content Top';
$_['text_content_bottom'] 	= 'Content Bottom';
$_['text_column_left']    		= 'Column Left';
$_['text_column_right']   	= 'Column Right';
$_['text_villagedefrance']  	= 'Find more than 80 Free and Commercial quality Opencart extensions at : http://www.villagedefrance.net';
$_['text_module_settings']  = 'Note: these settings will be applied to All the modules in the list below.';

// Entry
$_['entry_title']      			= 'Title<br /><span class="help">If empty and "Show Header" is set to yes, variable from the language will be shown.</span>'; 
$_['entry_header'] 			= 'Header<br /><span class="help">Show title (box must be selected).</span>'; 
$_['entry_icon']   				= 'Icon<br /><span class="help">Show icon (box must be selected).</span>'; 
$_['entry_box']   				= 'Box<br /><span class="help">Display box (yes/no).</span>'; 
$_['entry_yes']	       			= 'Yes'; 
$_['entry_no']	       			= 'No';
$_['entry_facebook']  		= 'FACEBOOK:<br /><span class="help">Enter your Facebook ID name.<br>(i.e village.de.france)</span>';
$_['entry_twitter']   			= 'TWITTER:<br /><span class="help">Enter your Twitter @username.<br>(i.e @villagedefrance)</span>';
$_['entry_google']   			= 'GOOGLE +1:<br /><span class="help">Enter your Google+1 Page code.<br>(i.e 102902780678101373134)</span>';
$_['entry_face']  				= 'Use Facebook:<br /><span class="help">Show Facebook icon (yes/no).</span>';
$_['entry_twit']   				= 'Use Twitter:<br /><span class="help">Show Twitter icon (yes/no).</span>';
$_['entry_gplus']   				= 'Use Google+1:<br /><span class="help">Show Google+1 icon (yes/no).</span>';
$_['entry_template']			= 'Active Template:';

$_['entry_layout']        		= 'Layout:';
$_['entry_position']      		= 'Position:';
$_['entry_status']        		= 'Status:';
$_['entry_sort_order']    	= 'Sort Order:';

// Error
$_['error_permission'] 		= 'Warning: You do not have permission to modify module Follow Me!';

?>