<?php
// Heading
$_['heading_title']       = 'Facebook Like Box';

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module facebook like box!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';

$_['text_color_scheme_light'] = 'Light';
$_['text_color_scheme_dark'] = 'Dark';
$_['text_preview']           = 'Preview';

// Entry
$_['entry_page_url']           = 'Facebook<br /> Page URL';
$_['entry_profile_id']         = 'Facebook Profile ID';
$_['entry_connections']        = 'No. of Connections';
$_['entry_color_scheme']       = 'Color<br /> scheme';
$_['entry_faces']              = 'Show<br /> Faces';
$_['entry_stream']             = 'Show<br /> Stream';
$_['entry_header']             = 'Show<br /> header';
$_['entry_border_color']       = 'Border<br /> Color';
$_['entry_dimension']          = 'Dimension<br /> (Width,Height )';
$_['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 Facebook Like Box!';
$_['error_profile_id']        = 'Profile ID Required';
$_['error_page_url']          = 'Page URL Required';
$_['error_connections']       = 'Connection Required';
$_['error_dimension']         = 'Width Required';



?>