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




$_['text_success']       = 'Success: You have modified authors!';
$_['text_default']       = 'Default';
$_['text_image_manager'] = 'Image Manager';
$_['text_browse']        = 'Browse Files';
$_['text_clear']         = 'Clear Image';
$_['text_filter']       = 'Filter Article';

// Column
$_['column_image']        = 'Avatar';
$_['column_author']        = 'Author Name';
$_['column_sort_order']  = 'Sort Order';
$_['column_action']      = 'Action';

// Entry
$_['entry_author']         = 'Author Name:';
$_['entry_description']    = 'Author Info:<br /><span class="help">Give a brief summary of  author history, experience and qualifications.</span>';
$_['entry_store']        = 'Stores:';
$_['entry_keyword']      = 'SEO Keyword:<br /><span class="help">Do not use spaces instead replace spaces with - and make sure the keyword is globally unique.</span>';
$_['entry_image']        = 'Image:';
$_['entry_sort_order']   = 'Sort Order:';
$_['entry_type']         = 'Type:';

// Error
$_['error_permission']   = 'Warning: You do not have permission to modify authors!';
$_['error_keyword']          = 'SEO Keyword already exists!';
$_['error_author']         = 'Author Name must be between 3 and 64 characters!';
$_['error_product']      = 'Warning: This author cannot be deleted as it is currently assigned to %s products!';
?>
