<?php
// Heading
$_['heading_title']       = 'Blog </a><a class="opencartplus" style="color:#f00; text-decoration:none"> Install/Settings</a>';

// Text

$_['button_sample']        = 'Install Sample Data';
$_['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';

$_['text_all']         = 'All category';
$_['text_featured_article']         = 'Featured Article';
$_['text_date_format']         = 'Date Format';
$_['text_comment']         = 'Comment';
$_['text_install']         = 'Install';
$_['text_uninstall']         = 'Uninstall';
$_['text_optimize_db']         = 'Optimize News/Blog Database';
$_['text_optimize']         = 'Optimize';
$_['text_empty']         = 'Empty Database';
$_['text_drop']         = 'Uninstall & Drop';
$_['text_empty_db']         = 'Empty All News/Blog Database';
$_['text_drop_db']         = 'Drop All News/Blog Database';
$_['text_uninstall_module']         = 'Uninstall All News/Blog setting:';
$_['text_sample']        = 'Install Sample Data';
$_['text_confirm']			           = 'Are you sure want to install sample data? Current News/Blog data will be clean, reinstall and cannot be undone! Are you sure you want to do this?';
$_['text_confirm_empty']			           = 'Are you sure want to empty News/Blog database? Current News/Blog database will be clean and cannot be undone! Are you sure you want to do this?';
$_['text_confirm_drop']			           = 'Are you sure want to drop News/Blog database? Current News/Blog database will be delete and cannot be undone! Are you sure you want to do this?';
$_['text_']         = '';

$_['text_date_desc']    = 'Recently Added';
$_['text_name_asc']     = 'Name (A - Z)';
$_['text_name_desc']    = 'Name (Z - A)';
$_['text_sort_asc']     = 'Sort Order (ASC)';
$_['text_sort_desc']    = 'Sort Order (DESC)';
$_['text_viewed_asc']   = 'Viewed (Lowest)';
$_['text_viewed_desc']  = 'Viewed (Highest)';
$_['text_rating_asc']   = 'Rating (Lowest)';
$_['text_rating_desc']  = 'Rating (Highest)';
$_['text_author_asc']    = 'Author (A - Z)';
$_['text_author_desc']   = 'Author (Z - A)';


$_['text_module']         = 'Module';
$_['text_success']        = 'Success: You have saving setting for News/Blog!';
$_['text_content_top']    = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left']    = 'Column Left';
$_['text_column_right']   = 'Column Right';

$_['text_description']   = 'Description';
$_['text_image_size']   = 'Image Size';

$_['text_news_overview'] = 'News Overview';
$_['text_total_category'] ='Total Category:';
$_['text_total_article'] = 'Total Article:';
$_['text_total_author'] = 'No. of Authors:';
$_['text_total_poll'] = 'Total Community Poll:';
$_['text_total_download'] = 'Total Download:';
$_['text_total_comment'] = 'Total Comment:';
$_['text_total_comment_awaiting'] = 'Comment Awaiting Approval:';


//Entry 
$_['entry_default_article_sort'] = 'Default Article Sort:<br/><span class="help">From Category, Author, Search Result.</span>';
$_['entry_category']      = 'Category:';
$_['entry_article_date_format'] = 'Date Format:';	
$_['entry_category']      = 'Category:';
$_['entry_children_limit']         = 'Subcategories Limit:'; 
$_['entry_article_limit']         = 'Article Limit:';
$_['entry_article_category'] = 'Category Image Size:';	
$_['entry_article_thumb'] = 'Article Thumbs Size:';	
$_['entry_article_popup'] = 'Article Popup Size:';	
$_['entry_image_article'] = 'Category Article Image Size:';	
$_['entry_image_column'] = 'Image Size for Column:<br><span class="help">Article Image Column Left <br>Article Image Column Right </span>';	
$_['entry_article_additional'] = 'Additional Image Size:';	
$_['entry_article_related'] = 'Related Article Image SiIze:';	
$_['entry_article_description_limit'] = 'Article List Description Limit:';	
$_['entry_free_download'] = 'Free Download:<br><span class="help">Autocomplete.</span>';	
$_['entry_upload_allowed']         = 'Allowed Upload File Extensions:<br /><span class="help">Add which file extensions are allowed to be uploaded. Use comma separated values.</span>';
$_['entry_login_to_download']         = 'Login Download:<br><span class="help">Only allow download files when a customer is logged in.</span>';

$_['entry_comment']      = 'Allow Comments:<br><span class="help">Enable/Disable new comment entry and display of existing comments</span>';
$_['entry_comment_approved']      = 'Display New Comments:<br><span class="help">Display new comment before approved.</span>';
$_['entry_comment_email']      = 'Notifications Comment:';
$_['entry_comment_email_value']      = 'Email to receive comment notifications:';
		
// Entry
$_['entry_layout']        = 'Layout:';
$_['entry_position']      = 'Position:';
$_['entry_status']        = 'Status:';
$_['entry_sort_order']    = 'Sort Order:';

// Error Category List Size dimensions required!
$_['error_permission']    = 'Warning: You do not have permission to modify module News/Blog!';
$_['error_email']          = 'Email Address does not appear to be valid!';
$_['error_article_description_limit']          = 'Article Description Limit value must be between 3 and 1024!';
$_['error_image_article_category']          = 'Category Image dimensions required!';
$_['error_image_article']          = 'Category Article Imagedimensions required!';
$_['error_image_article_thumb']          = 'Article Thumbs dimensions required!';
$_['error_image_article_popup']          = 'Article Popup dimensions required!';
$_['error_image_article_additional']          = 'Additional Image dimensions required!';
$_['error_image_article_related']          = 'Related Article Image dimensions required!';
?>