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: reputation.lang.php 5048 2010-06-22 06:07:51Z Huji $
| * $Id: reputation.lang.php 5750 2012-03-09 12:21:10Z Tomm $
|
*/
$l['nav_reputation'] = "Reputation Report";
| */
$l['nav_reputation'] = "Reputation Report";
|
Zeile 22 | Zeile 22 |
---|
$l['add_maxperthread'] = "You've already given this user as many reputation ratings (in one thread) as you can for today."; $l['add_no_comment'] = "You must enter a comment of at least 10 characters to give this user a reputation rating."; $l['add_toolong'] = "You must enter a reason no longer then then {1} characters.";
|
$l['add_maxperthread'] = "You've already given this user as many reputation ratings (in one thread) as you can for today."; $l['add_no_comment'] = "You must enter a comment of at least 10 characters to give this user a reputation rating."; $l['add_toolong'] = "You must enter a reason no longer then then {1} characters.";
|
| $l['add_negative_disabled'] = "The administrator has disabled negative reputations."; $l['add_neutral_disabled'] = "The administrator has disabled neutral reputations."; $l['add_positive_disabled'] = "The administrator has disabled positive reputations."; $l['add_all_rep_disabled'] = "The administrator has disabled all types of reputation. You cannot rate this user.";
|
$l['reputation_report'] = "Reputation Report for {1}"; $l['reputation_members'] = "Reputation from Members:"; $l['reputation_posts'] = "Reputation from Posts:";
| $l['reputation_report'] = "Reputation Report for {1}"; $l['reputation_members'] = "Reputation from Members:"; $l['reputation_posts'] = "Reputation from Posts:";
|
Zeile 40 | Zeile 44 |
---|
$l['add_reputation_vote'] = "Add a reputation rating for {1}"; $l['add_reputation_to_post'] = "This reputation is for {1}'s post.<br />"; $l['neg_rep_disabled'] = "<span class=\"smalltext\">* - <em>Negative reputation is currently disabled</em></span>";
|
$l['add_reputation_vote'] = "Add a reputation rating for {1}"; $l['add_reputation_to_post'] = "This reputation is for {1}'s post.<br />"; $l['neg_rep_disabled'] = "<span class=\"smalltext\">* - <em>Negative reputation is currently disabled</em></span>";
|
| $l['pos_rep_disabled'] = "<span class=\"smalltext\">* - <em>Positive reputation is currently disabled</em></span>"; $l['neu_rep_disabled'] = "<span class=\"smalltext\">* - <em>Neutral reputation is currently disabled</em></span>";
|
$l['no_comment_needed'] = "You're adding reputation because of this user's post, which is linked in their profile. A comment isn't needed, but if you want to leave one, please enter it below.<br />"; $l['no_comment'] = "[No comment]"; $l['vote_added'] = "Rating Added";
| $l['no_comment_needed'] = "You're adding reputation because of this user's post, which is linked in their profile. A comment isn't needed, but if you want to leave one, please enter it below.<br />"; $l['no_comment'] = "[No comment]"; $l['vote_added'] = "Rating Added";
|
Zeile 70 | Zeile 76 |
---|
$l['postrep_given'] = "Rating given for {1}<br />"; $l['no_reputation_votes'] = "This user currently does not have any reputation ratings with the specified criteria below."; $l['delete_reputation_confirm'] = "Are you sure you wish to delete this reputation Rating?";
|
$l['postrep_given'] = "Rating given for {1}<br />"; $l['no_reputation_votes'] = "This user currently does not have any reputation ratings with the specified criteria below."; $l['delete_reputation_confirm'] = "Are you sure you wish to delete this reputation Rating?";
|
$l['delete_reputation_log'] = "Removed Reputation by {1}";
| $l['delete_reputation_log'] = "Deleted reputation rating by {1} (UID: {2})";
|
$l['reputations_disabled_group'] = "The reputation system is disabled for users of this user group."; $l['rate_user'] = "Rate user"; ?>
| $l['reputations_disabled_group'] = "The reputation system is disabled for users of this user group."; $l['rate_user'] = "Rate user"; ?>
|