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

// Text
$_['text_success']           = 'Success: You have modified News/Blog categories!';
$_['text_default']           = 'Default';
$_['text_image_manager']     = 'Image Manager';
$_['text_browse']            = 'Browse Files';
$_['text_clear']             = 'Clear Image';

// Column
$_['column_name']            = 'Category Name';
$_['column_sort_order']      = 'Sort Order';
$_['column_action']          = 'Action';

// Entry
$_['entry_name']             = 'Category Name:';
$_['entry_meta_keyword'] 	 = 'Meta Tag Keywords:';
$_['entry_meta_description'] = 'Meta Tag Description:';
$_['entry_description']      = 'Description:';
$_['entry_parent']           = 'Parent Category:';
$_['entry_store']            = 'Stores:';
$_['entry_keyword']          = 'SEO Keyword:<br/><span class="help">This must be globally unique.</span>';
$_['entry_image']            = 'Image:';
$_['entry_image_display']              = 'Display articles without image:<br/><span class="help">If thicked, in this specific category listing , all articles will be displayed without image.</span>';
$_['entry_article_limit']           = 'Article limit per page:<br/><span class="help">Number of articles displayed on page in this category.</span>';
$_['entry_sort_order']       = 'Sort Order:';
$_['entry_status']           = 'Status:';
$_['entry_layout']           = 'Layout Override:';

// Error 
$_['error_warning']          = 'Warning: Please check the form carefully for errors!';
$_['error_permission']       = 'Warning: You do not have permission to modify News/Blog Categories!';
$_['error_name']             = 'Category Name must be between 2 and 32 characters!';
?>