<?php
// Heading
$_['heading_title']          = 'SEO Categories'; 

// Text  
$_['text_success']           = 'Import Success!';

// Column
$_['column_name']            = 'Category Name';
$_['column_title_tags']		 = 'Title Tags';
$_['column_description']     = 'Description';
$_['column_keywords']        = 'Keywords';
$_['column_URL']     		 = 'SEO URL';
$_['column_action']          = 'Action';

// Error
$_['error_warning']          = 'Warning: Please check the form carefully for errors!';
$_['error_permission']       = 'Warning: You do not have permission to modify products!';
$_['error_name']             = 'Product Name must be greater than 3 and less than 255 characters!';
$_['error_model']            = 'Product Model must be greater than 3 and less than 64 characters!';
?>