<?php
// Heading
$_['heading_title']			 = 'Rating Type';

// Text
$_['text_success']           = 'Success: You have modified rating types list!';
$_['text_list']              = 'Rating Type list';
$_['text_store']             = 'Store';
$_['text_default']           = 'Default';
$_['text_date_added']        = 'Date Added';

$_['text_add']               = 'Add Rating Type';
$_['text_edit']              = 'Edit Rating Type';

$_['text_language']          = 'Language';

// Tab
$_['tab_settings']          = 'Settings';


// Entry
$_['entry_sort_order']       = 'Sort Order';
$_['entry_store']            = 'Store';
$_['entry_name']             = 'Rating Type';
$_['entry_status']           = 'Status';
$_['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) Choose products on which this rating will show.';
$_['help_category']          = '(Autocomplete) Choose Categories on which this rating will show on category products. Note: Work only for selected cateory products';
$_['help_manufacturer']      = '(Autocomplete) Choose Manufacturers on which this rating will show.';

// Error
$_['error_warning']          = 'Warning: Please check the form carefully for errors!';
$_['error_permission']       = 'Warning: You do not have permission to modify rating type!';
$_['error_name']             = 'Rating Type Name must be greater than 3 and less than 255 characters!';