(uses Gravatar if unchecked)'; $text['image_location'] = 'Custom Author Image location'; $text['size'] = '
(will be re-sized to 75x75 pixels)
'; $text['custom_html'] = 'Use Custom HTML'; $text['custom_html_code'] = 'Custom HTML'; $text['save_changes'] = 'Save Changes'; $text['add'] = 'Add New User'; $text['exist'] = 'Error, Custom Author does not exist!'; $text['error'] = 'error'; $text['error_username'] = 'Error! Username'; $text['already'] = 'already exists!'; $text['required'] = 'Error! Username is required!'; $text['added'] = 'Custom Author Successfully Added'; $text['back_to_all'] = 'Back to all authors details'; $text['updated'] = 'updated'; $text['error_adding'] = 'Error Adding Author Details!'; $text['cancel'] = 'Cancel'; $text['delete'] = 'Delete'; $text['social_media'] = 'Social Media'; $text['disable'] = 'Disable about author display'; $text['check'] = 'Check this box to not have author\'s profile displayed at bottom of each post.'; $text['deleted'] = 'Author Details Deleted!'; $text['no_author'] = 'There are currently no author details. Why not'; $text['add_one'] = 'add one?'; $text['global'] = 'Global settings Updated!'; $text['global_settings'] = 'Global Settings'; $text['choose'] = 'Choose which type of post to automatically display on:'; $text['home_page'] = 'Home Page'; $text['single_page'] = 'Single Page'; $text['single_post'] = 'Single Post'; $text['archive_page'] = 'Archive Page'; $text['choose_display_location'] = 'Choose display location (defaults to bottom of post when unchecked):'; $text['top'] = 'Top'; $text['edit'] = 'Edit'; $text['confirm'] = 'Confirm Deletion of'; return $text[$k]; } function ad_return_message($message, $message_type){ return '

' . $message . '

'; } ?>