<?php
// Heading
$_['heading_title']       = '<b>News / Blog:</b> Articles Menu module'; 

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module news/blog categories module!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';
$_['text_bwidth']       = 'Width: ';
$_['text_bheight']      = 'Height: ';
$_['text_bnews_image']  = 'Size of article image in category listing: ';
$_['text_bnews_thumb']  = 'Size of article image on article page: ';
$_['text_bnews_order']  = 'Order of articles in category listing: ';
$_['text_comtot']       = 'Total comments: ';
$_['text_bysort']       = 'By sort order';
$_['text_latest']       = 'By latest articles';
$_['text_bsettings']    = 'General Settings';

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

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