<?php
// Heading
$_['heading_title']    = 'Advanced Product Options';

// Text
$_['text_extension']   = 'Extensions';
$_['text_success']     = 'success: you have modified advanced product options module!';
$_['text_edit']        = 'Edit Advanced Product Options';
$_['text_default']     = 'Default';
$_['text_add_model']     		= 'Product Model + Option Model';
$_['text_concat_model']     	= 'Product Model + Option Model + Option Model';
$_['text_replace_add_model']     	= 'Show Only Option Model';
$_['text_replace_concat_model']     	= 'Show Only Option Model + Option Model';

// Button
$_['button_save']        = 'Apply Settings';

// Legend
$_['legend_extension']		= 'Extension Setting';
$_['legend_option_price']	= 'Live Option Price';
$_['legend_description']	= 'Option Description';
$_['legend_model']			= 'Product Option Model';
$_['legend_sku']			= 'Product Option SKU';
$_['legend_image']			= 'Product Option Image';
$_['legend_customergroup']	= 'Product Option Values By Customer Group';

// Alert
$_['alert_extension']		= 'Where does it come from?';
$_['alert_option_price']	= 'Where does it come from?';
$_['alert_description']		= 'Where does it come from?';
$_['alert_model']			= 'Where does it come from?';
$_['alert_sku']				= 'Where does it come from?';
$_['alert_image']			= 'Where does it come from?';
$_['alert_customergroup']	= 'Where does it come from?';

// Entry
$_['entry_module_status']     	= 'Module Status';
$_['entry_status']    			= 'Status';
$_['entry_store']     			= 'Store';
$_['entry_type']     			= 'Type';

// Error
$_['error_permission'] = 'warning: you do not have permission to modify advanced product options module!';