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 5380 2011-02-21 12:04:43Z Tomm $
| * $Id: reputation.lang.php 5363 2011-02-15 20:30:06Z MattR $
|
*/
$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['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:";
|