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

// Text
$_['text_success']      = 'Success: You have modified the article!';
$_['text_thumbnail']    = 'Thumbnail';
$_['text_fullsize']     = 'Fullsize';
$_['text_comtot']       = 'Total comments: ';
$_['text_tcaa']         = 'Comments awaiting moderation: ';
$_['text_articles']     = 'Number of articles inserted: ';
$_['text_commod']       = 'Go to Comments';
$_['text_image_manager'] = 'Image Manager';
$_['text_browse']       = 'Browse Files';
$_['text_clear']        = 'Clear Image';

// Column
$_['column_title']      = 'Headline';
$_['column_status']     = 'Status';
$_['column_action']     = 'Action';

// Entry
$_['entry_title']       = 'Headline:';
$_['tab_category']      = 'Category:';
$_['tab_layout']        = 'Layout Override:';
$_['tab_general']       = 'General:';
$_['tab_seo']           = 'Seo Related:';
$_['tab_settings']      = 'Settings:';
$_['entry_acom']        = 'Allow comments for this article?';
$_['entry_keyword']     = 'SEO Keyword:';
$_['entry_npages']      = 'Go to module';
$_['entry_description'] = 'Main Story:';
$_['entry_meta_desc']   = 'Meta Tag description:';
$_['entry_meta_key']    = 'Meta Tag keywords:';
$_['entry_status']		= 'Status:';
$_['entry_image']		= 'Image:';
$_['entry_image_size']	= 'Fullsize/Thumbnail:';
$_['entry_sort_order']	= 'Sort Order:';
$_['entry_related']	    = 'Product name: <br /> <span style="color: #666; font-size: 11px;">This works just like related products on product page. Begin typing the name of the product and then select it from the dropdown.</span>';
$_['tab_related']	    = 'Related Products';

// Error
$_['error_permission']  = 'Warning: You do not have permission to modify news!';
$_['error_title']       = 'Headline must be greater than 3 and less than 64 characters!';
$_['error_description'] = 'Main Story must be greater than 3 characters!';
?>
