<?php
// Heading
$_['heading_title']    = 'CR2 HTML Module';

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have saved settings for CR2 HTML Module!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';

// Entry
$_['entry_product']       = 'Products:';
$_['entry_area_id']       = 'HTML Area:';
$_['entry_layout']        = 'Layout:';
$_['entry_position']      = 'Position:';
$_['entry_status']        = 'Status:';
$_['entry_sort_order']    = 'Sort Order:';
$_['entry_borderless']    = 'Boxless Design:<br /><span class="help">Completely disables the default module HTML wrapping (including borders and header).</span>';
$_['entry_borderlesswarn']= 'Use caution when enabling this as you may mess up your website layout, depending on the HTML code you use.';
$_['entry_classname']     = 'CSS Class:';
$_['entry_area']          = 'HTML Area';
$_['entry_code']          = 'HTML Content:<br /><span class="help">Use the "View Source" button to avoid any issues when writing complex HTML.</span>';
$_['entry_header']        = 'Show Title:<br /><span class="help">Display title in module header.</span>';
$_['entry_title']         = 'Title:<br /><span class="help">If this is empty and "Show Title" is set to yes, the module will display the default title.</span>';
$_['entry_yes']	      = 'Yes';
$_['entry_no']	           = 'No';

// Error
$_['error_permission']    = 'Warning: You do not have permission to modify this module!';
$_['error_code']          = 'Code Required';
?>
