[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['user_titles'] = "User Titles"; 9 $l['user_titles_desc'] = "This section allows management of user titles. User titles are assigned to users based on the number of posts they make and also allow a custom 'Star' image to be shown based on the number of posts the user has."; 10 $l['add_new_user_title'] = "Add New User Title"; 11 $l['add_new_user_title_desc'] = "This section allows you to add a new user title. <i>Note: This is <strong>not</strong> the <u><a href=\"index.php?module=user-group_promotions\">promotion system.</a></u></i>"; 12 13 $l['error_missing_title'] = "You did not enter a title for this user title"; 14 $l['error_missing_posts'] = "You did not enter the minimum number of posts for this user title"; 15 $l['error_cannot_have_same_posts'] = "This user title cannot have the same minimum number of posts as another title"; 16 $l['error_invalid_user_title'] = "You have specified an invalid user title"; 17 18 $l['success_user_title_created'] = "The new user title has been created successfully."; 19 $l['success_user_title_updated'] = "The user title has been updated successfully."; 20 $l['success_user_title_deleted'] = "The specified user title has been deleted successfully."; 21 22 $l['title_to_assign'] = "Title to Assign"; 23 $l['title_to_assign_desc'] = "This title will be shown for users underneath their name if they do not have a custom title set."; 24 $l['minimum_posts'] = "Minimum Posts"; 25 $l['minimum_posts_desc'] = "The minimum number of posts for a user to have before they're assigned this user title."; 26 $l['number_of_stars'] = "Number of Stars"; 27 $l['number_of_stars_desc'] = "Enter the number of stars to be shown under this user title. Set to 0 to show no stars."; 28 $l['star_image'] = "Star Image"; 29 $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."; 30 $l['save_user_title'] = "Save User Title"; 31 $l['edit_user_title'] = "Edit User Title"; 32 $l['edit_user_title_desc'] = "This section allows you to edit a user title."; 33 $l['user_title_deletion_confirmation'] = "Are you sure you want to delete this user title?"; 34 $l['manage_user_titles'] = "Manage User Titles"; 35 $l['user_title'] = "User Title"; 36 $l['no_user_titles'] = "You do not have any user titles defined at the moment"; 37
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |