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: warnings.lang.php 5557 2011-08-26 14:06:44Z huji $
| * $Id$
|
*/ $l['nav_profile'] = "Profile of {1}";
| */ $l['nav_profile'] = "Profile of {1}";
|
Zeile 43 | Zeile 43 |
---|
--
--";
|
--
--";
|
| $l['expiration_never'] = "permanently";
|
$l['expiration_hours'] = "hours"; $l['expiration_days'] = "days"; $l['expiration_weeks'] = "weeks"; $l['expiration_months'] = "months";
|
$l['expiration_hours'] = "hours"; $l['expiration_days'] = "days"; $l['expiration_weeks'] = "weeks"; $l['expiration_months'] = "months";
|
$l['redirect_warned_banned'] = "The user has also been moved to the {1} group for {2}."; $l['redirect_warned_suspended'] = "This users posting privileges have been suspended for {1}."; $l['redirect_warned_moderate'] = "All posts by this user will now be moderated for {1}.";
| $l['redirect_warned_banned'] = "The user has also been moved to the {1} group {2}."; $l['redirect_warned_suspended'] = "This users posting privileges have been suspended {1}."; $l['redirect_warned_moderate'] = "All posts by this user will now be moderated {1}.";
|
$l['redirect_warned'] = "The warning level of {1} has been increased to {2}%.{3}<br /><br />You will now be taken back to where you came from."; $l['error_warning_system_disabled'] = "You cannot use the warning system as it has been disabled by the board administrator."; $l['reached_max_warnings_day'] = "You cannot warn anyone as you have reached your limit on the number of warnings you can give out per day.<br /><br />The maximum number of warnings you can give out per day is {1}.";
| $l['redirect_warned'] = "The warning level of {1} has been increased to {2}%.{3}<br /><br />You will now be taken back to where you came from."; $l['error_warning_system_disabled'] = "You cannot use the warning system as it has been disabled by the board administrator."; $l['reached_max_warnings_day'] = "You cannot warn anyone as you have reached your limit on the number of warnings you can give out per day.<br /><br />The maximum number of warnings you can give out per day is {1}.";
|
Zeile 77 | Zeile 78 |
---|
$l['result'] = "Result:"; $l['result_banned'] = "User will be moved to banned group ({1}) {2}"; $l['result_suspended'] = "Posting privileges will be suspended {1}";
|
$l['result'] = "Result:"; $l['result_banned'] = "User will be moved to banned group ({1}) {2}"; $l['result_suspended'] = "Posting privileges will be suspended {1}";
|
$l['result_moderated'] = "Posts will be moderated for {1}"; $l['result_period'] = "{1} {2}";
| $l['result_moderated'] = "Posts will be moderated {1}"; $l['result_period'] = "for {1} {2}"; $l['result_period_perm'] = "permanently";
|
$l['hour_or_hours'] = "Hour(s)"; $l['day_or_days'] = "Day(s)"; $l['week_or_weeks'] = "Week(s)";
| $l['hour_or_hours'] = "Hour(s)"; $l['day_or_days'] = "Day(s)"; $l['week_or_weeks'] = "Week(s)";
|