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

// Text  
$_['text_category']         = 'Category';
$_['text_article']         = 'Article';
$_['text_author']         	= 'Author';
$_['text_download']         = 'Download';
$_['text_comment']         = 'Comment';
$_['text_setting']         = 'Settings';


$_['text_success']           = 'Success: You have modified articles!';
$_['text_plus']              = '+';
$_['text_minus']             = '-';
$_['text_default']           = 'Default';
$_['text_image_manager']     = 'Image Manager';
$_['text_browse']            = 'Browse Files';
$_['text_clear']             = 'Clear Image';
$_['text_option']            = 'Option';
$_['text_option_value']      = 'Option Value';
$_['text_percent']           = 'Percentage';
$_['text_amount']            = 'Fixed Amount';

// Column
$_['column_name']            = 'Article Name';
$_['column_author']           = 'Author';
$_['column_image']           = 'Image';
$_['column_category']           = 'Category';
$_['column_status']          = 'Status';
$_['column_sort']          = 'Sort Order';
$_['column_action']          = 'Action';

// Entry
$_['entry_name']             = 'Article Name:';
$_['entry_poll']             = 'Community Poll:';
$_['entry_meta_keyword'] 	 = 'Meta Tag Keywords:';
$_['entry_meta_description'] = 'Meta Tag Description:';
$_['entry_description']      = 'Description:';
$_['entry_store']            = 'Stores:';
$_['entry_keyword']          = 'SEO Keyword:<br /><span class="help">Do not use spaces instead replace spaces with - and make sure the keyword is globally unique.</span>';
$_['entry_author']            = 'Author:';
$_['entry_author']     = 'Author:';
$_['entry_image']            = 'Image:';
$_['entry_status']           = 'Status:';
$_['entry_sort_order']       = 'Sort Order:';
$_['entry_category']         = 'Categories:';
$_['entry_download']         = 'Downloads:';
$_['entry_related_article']          = 'Related Articles:';
$_['entry_related_product']          = 'Related Products:';
$_['entry_tag']          	 = 'Article Tags:<br /><span class="help">comma separated</span>';
$_['entry_reward']           = 'Reward Points:';
$_['entry_layout']           = 'Layout Override:';

// Error
$_['error_warning']          = 'Warning: Please check the form carefully for errors!';
$_['error_keyword']          = 'SEO Keyword already exists!';
$_['error_permission']       = 'Warning: You do not have permission to modify products!';
$_['error_name']             = 'Article Name must be greater than 3 and less than 255 characters!';
$_['error_author']            = 'Please Select an Author!';
?>