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

// Text
$_['text_author_blacklist']          = 'Author Blacklist';
$_['text_success']          = 'Success: You have modified authors!';
$_['text_default']          = 'Default';
$_['text_approved']         = 'You have approved %s accounts!';
$_['text_wait']             = 'Please Wait!';
$_['text_filter']          = 'Filter';
$_['text_add_blacklist']    = 'Add Blacklist';
$_['text_image_manager']    = 'Image Manager';
// Column 
$_['column_image']           = 'Avatar';
$_['column_author']           = 'Author';
$_['column_name']           = 'Author Name';
$_['column_email']          = 'E-Mail';
$_['column_author_group'] = 'Author Group';
$_['column_status']         = 'Status'; 
$_['column_login']          = 'Login into Store';
$_['column_approved']       = 'Approved';
$_['column_date_added']     = 'Date Added';
$_['column_description']    = 'Description';
$_['column_amount']         = 'Amount';
$_['column_points']         = 'Points';
$_['column_ip']             = 'IP';
$_['column_total']          = 'Total Accounts';
$_['column_action']         = 'Action';

// Entry
$_['entry_description'] = 'Author Info:<br /><span class="help">Can you please give us a brief summary of your history, experience and qualifications.</span>';
$_['error_description']        =  'Author Info required!';
$_['entry_author'] = 'Author Name:';
$_['entry_keyword'] = 'SEO Keyword:';
$_['entry_image'] = 'Author Avatar:';
$_['entry_website'] = 'Website:';
$_['entry_address'] = 'Address:';
$_['text_browse'] = 'Browse';
$_['text_clear'] = 'Clear';
$_['entry_firstname']       = 'First Name:';
$_['entry_lastname']        = 'Last Name:';
$_['entry_email']           = 'E-Mail:';
$_['entry_telephone']       = 'Telephone:';
$_['entry_fax']             = 'Fax:';
$_['entry_newsletter']      = 'Newsletter:';
$_['entry_author_group']  = 'Author Group:';
$_['entry_status']          = 'Status:';
$_['entry_password']        = 'Password:';
$_['entry_confirm']         = 'Confirm:';
$_['entry_company']         = 'Company:';
$_['entry_company_id']      = 'Company ID:';
$_['entry_tax_id']          = 'Tax ID:';
$_['entry_address_1']       = 'Address 1:';
$_['entry_address_2']       = 'Address 2:';
$_['entry_city']            = 'City:';
$_['entry_postcode']        = 'Postcode:';
$_['entry_country']         = 'Country:';
$_['entry_zone']            = 'Region / State:';
$_['entry_default']         = 'Default Address:';
$_['entry_amount']          = 'Amount:';
$_['entry_points']          = 'Points:<br /><span class="help">Use minus to remove points</span>';


// Error
$_['error_warning']         = 'Warning: Please check the form carefully for errors!';
$_['error_permission']      = 'Warning: You do not have permission to modify authors!';
$_['error_exists']          = 'Warning: E-Mail Address is already registered!';
$_['error_firstname']       = 'First Name must be between 1 and 32 characters!';
$_['error_lastname']        = 'Last Name must be between 1 and 32 characters!';
$_['error_email']           = 'E-Mail Address does not appear to be valid!';
$_['error_telephone']       = 'Telephone must be between 3 and 32 characters!';
$_['error_password']        = 'Password must be between 4 and 20 characters!';
$_['error_confirm']         = 'Password and password confirmation do not match!';
$_['error_company_id']      = 'Company ID required!';
$_['error_tax_id']          = 'Tax ID required!';
$_['error_vat']             = 'VAT number is invalid!';
$_['error_address']       = 'Address must be between 3 and 128 characters!';
$_['error_city']            = 'City must be between 2 and 128 characters!';
$_['error_postcode']        = 'Postcode must be between 2 and 10 characters for this country!';
$_['error_country']         = 'Please select a country!';
$_['error_zone']            = 'Please select a region / state!';
$_['error_keyword']          = 'SEO Keyword already exists!';
?>