<?php
// Heading
$_['heading_title']			  = 'Abuse Reasons';

// Text
$_['text_success']            = 'Success: You have modified abuse reasons list!';
$_['text_list']               = 'Abuse Reasons list';
$_['text_store']              = 'Store';
$_['text_default']            = 'Default';
$_['text_date_added']         = 'Date Added';

$_['text_add']                = 'Add Reason';
$_['text_edit']               = 'Edit Reason';

$_['text_language']           = 'Language';

// Tab
$_['tab_settings']          = 'Settings';


// Entry
$_['entry_sort_order']        = 'Sort Order';
$_['entry_store']             = 'Store';
$_['entry_name']              = 'Reason';
$_['entry_status']            = 'Status';
$_['entry_details']           = 'Ask More Detail?';
$_['entry_date_added']        = 'Date Added';

$_['entry_product']       	 = 'Select Products';
$_['entry_category']       	 = 'Select Categories';
$_['entry_manufacturer']     = 'Select Manufacturers';

// Column
$_['column_name']         	  = 'Name';
$_['column_status']    		  = 'Status';
$_['column_sort_order']       = 'Sort Order';
$_['column_date_added']       = 'Date Added';
$_['column_action']           = 'Action';


// Help
$_['help_product']          = '(Autocomplete)';
$_['help_category']          = '(Autocomplete)';
$_['help_manufacturer']          = '(Autocomplete)';

// Error
$_['error_warning']           = 'Warning: Please check the form carefully for errors!';
$_['error_permission']        = 'Warning: You do not have permission to modify abuse reasons!';
$_['error_name']              = 'Reason Name must be greater than 3 and less than 255 characters!';