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

// Text
$_['text_module']         = 'Modules';
$_['text_success']        = 'Success: You have modified module news article!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';
$_['text_column_setting'] = 'Setting';

$_['text_showimg'] = 'Show Image :';
$_['text_descshow'] = 'Show Description :';
$_['text_showmore'] = 'Show Readmore :';
$_['text_desclimit'] = 'Descriptopn Limit :';
$_['text_showdate'] = 'Show Date :';		
$_['text_showcomment'] = 'Show Comment';
$_['text_showvote'] = 'Show Vote';
$_['text_showview'] = 'Show Viewed';
		
$_['text_order'] = 'Article Order';
$_['text_order_title'] = 'Order By Title';
$_['text_order_creat'] = 'Order By Created';
$_['text_order_modify'] = 'Order By Modify';
$_['text_order_comment'] = 'Order By Most Comment';		
$_['text_order_vote'] = 'Order By Most Voted';
$_['text_order_view'] = 'Order By Most Viewed';
$_['text_category'] = 'Category fill: <p class="help">only select one category , if null will be default get all in category</p>';
$_['text_article'] = 'Article featured:';
$_['text_select_all']        = 'select all';
$_['text_unselect_all']      = 'unselect all';
// Entry
$_['entry_title']  = 'Header Title :';
$_['entry_article']       = 'Article:';
$_['entry_image']         = 'Image (W x H):';
$_['entry_layout']        = 'Layout:';
$_['entry_position']      = 'Position:';
$_['entry_status']        = 'Status:';
$_['entry_sort_order']    = 'Sort Order:';
$_['entry_setting']        = 'Setting';
$_['entry_limit']        = 'Limit:';
// Error 
$_['error_permission']    = 'Warning: You do not have permission to modify module featured!';
$_['error_image']         = 'Image width &amp; height dimensions required!';
?>