Note: This is not the promotion system.";
$l['error_missing_title'] = "You did not enter a title for this user title";
$l['error_missing_posts'] = "You did not enter the minimum number of posts for this user title";
$l['error_invalid_user_title'] = "You have specified an invalid user title";
$l['success_user_title_created'] = "The new user title has been created successfully.";
$l['success_user_title_updated'] = "The user title has been updated successfully.";
$l['success_user_title_deleted'] = "The specified user title has been deleted successfully.";
$l['title_to_assign'] = "Title to Assign";
$l['title_to_assign_desc'] = "This title will be shown for users underneath their name if they do not have a custom title set.";
$l['minimum_posts'] = "Minimum Posts";
$l['minimum_posts_desc'] = "The minimum number of posts for a user to have before they're assigned this user title.";
$l['number_of_stars'] = "Number of Stars";
$l['number_of_stars_desc'] = "Enter the number of stars to be shown under this user title. Set to 0 to show no stars.";
$l['star_image'] = "Star Image";
$l['star_image_desc'] = "If this user title should show stars, enter the path to the star image here. If empty, the user group star image will be shown. Use {theme} to specify the image directory for the viewers current theme.";
$l['save_user_title'] = "Save User Title";
$l['edit_user_title'] = "Edit User Title";
$l['edit_user_title_desc'] = "This section allows you to edit a user title.";
$l['user_title_deletion_confirmation'] = "Are you sure you want to delete this user title?";
$l['manage_user_titles'] = "Manage User Titles";
$l['user_title'] = "User Title";
$l['no_user_titles'] = "You do not have any user titles defined at the moment";
?>