<?php
// --------------------------------
// Side Shopping Cart for OpenCart
// By Best-Byte
// www.best-byte.com
// --------------------------------

// Heading
$_['heading_title']         = 'Side Shopping Cart';

// Text
$_['text_module']           = 'Modules';
$_['text_success']          = 'Success: You have modified module Side Shopping Cart!';
$_['text_column_left']      = 'Column Left';
$_['text_column_right']     = 'Column Right';

// Entry
$_['entry_layout']          = 'Layout:';
$_['entry_status']          = 'Status:';
$_['entry_position']        = 'Position:';
$_['entry_sort_order']      = 'Sort Order:';
$_['entry_template']	      = 'Active Template:';
$_['entry_moduleinfo']      = '<span class="help">Side Shopping Cart by <a href="http://www.best-byte.com" target="_blank">Best-Byte</a></br /><br />For more OpenCart Extensions please visit our web site <a href="http://www.best-byte.com" target="_blank">www.best-byte.com</a></span>';
$_['entry_display']         = 'Enable Sticky Cart:';
$_['entry_itemtext']        = 'Enable Item Text:';
$_['entry_emptytext']       = 'Enable Empty Text:';
$_['entry_true']	          = 'Yes'; 
$_['entry_false']	          = 'No'; 

// Error
$_['error_permission']      = 'Warning: You do not have permission to modify module Side Shopping Cart!';
?>