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

// Text
$_['text_all']       = 'All Category';
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module Blog Category!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';

$_['text_category']        = 'Category';
$_['text_article']         = 'Article';
$_['text_slideshow']         = 'Article Slideshow';
$_['text_article_type']         = 'Article by Type';
$_['text_author']         	= 'Author';
$_['text_download']         = 'Download';
$_['text_comment']         = 'Comment';
$_['text_setting']         = 'Settings';


// Entry
$_['entry_layout']        = 'Layout:';
$_['entry_position']      = 'Position:';
$_['entry_count']    	  = 'Product Count:';
$_['entry_status']        = 'Status:';
$_['entry_sort_order']    = 'Sort Order:';

// Error
$_['error_permission']    = 'Warning: You do not have permission to modify module Blog Category!';
?>