<?php
// Heading
$_['heading_title']       = 'Split Category';

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified the module!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';
$_['text_list']    		  = 'List';
$_['text_select'] 		  = 'Select';
$_['text_graphic']    	  = 'Graphical';


// Entry
$_['entry_title']      	  = 'Title:<br><span class="help">The title shown on the box</span>';
$_['entry_category']      = 'Categories:<br><span class="help">Choose which categories to display</span>';
$_['entry_count']      	  = 'Show Product Count:<br><span class="help">May cause massive performance hit</span>';
$_['entry_expand']        = 'Expand Categories:<br><span class="help">Always expand all categories</span>';
$_['entry_layout']        = 'Layout:<br><span class="help">What layout to show it on</span>';
$_['entry_position']      = 'Position:<br><span class="help">Positioning of the box</span>';
$_['entry_status']        = 'Status:<br><span class="help">Enable/Disable</span>';
$_['entry_css_class'] 	  = 'CSS Class:<br><span class="help">CSS class for theme customization.<br/>Can be left empty</span>';
$_['entry_sort_order']    = 'Sort Order:';
$_['entry_style']    	  = 'Style:<br><span class="help">Listing style</span>';
$_['entry_settings']  	  = 'Settings:';

// Help
$_['help_category']      = '<span class="help">Subcategories will follow their parent categories</span>';

// Error
$_['error_permission']    = 'Warning: You do not have permission to modify this module!';
$_['error_title']   	  = 'You must enter a title for all languages!';
$_['error_category']   	  = 'You must select at least 1 category!<br />Hold Ctrl+Click to select multiple categories.';
?>