Zeile 3 | Zeile 3 |
---|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* $Id: user_titles.lang.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $Id$
|
*/
$l['user_titles'] = "User Titles"; $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."; $l['add_new_user_title'] = "Add New User Title";
|
*/
$l['user_titles'] = "User Titles"; $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."; $l['add_new_user_title'] = "Add New User Title";
|
$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>";
| $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>";
|
$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_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_cannot_have_same_posts'] = "This user title cannot have the same minimum number of posts as another 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['error_invalid_user_title'] = "You have specified an invalid user title";
$l['success_user_title_created'] = "The new user title has been created successfully.";
|