[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> warnings.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['nav_profile'] = "Profile of {1}";
   9  $l['nav_warning_log'] = "Warning Log";
  10  $l['nav_add_warning'] = "Warn User";
  11  $l['nav_view_warning'] = "Warning Details";
  12  
  13  $l['warning_for_post'] = "&hellip; Post:";
  14  $l['already_expired'] = "Expired";
  15  $l['details_username'] = "Username";
  16  $l['warning_active'] = "Active";
  17  $l['warning_revoked'] = "Revoked";
  18  $l['warning_log'] = "Warning Log";
  19  $l['warning'] = "Warning";
  20  $l['issued_by'] = "Issued By";
  21  $l['date_issued'] = "Date Issued";
  22  $l['expiry_date'] = "Expires";
  23  $l['active_warnings'] = "Active Warnings";
  24  $l['expired_warnings'] = "Expired Warnings";
  25  $l['warning_points'] = "({1} points)";
  26  $l['no_warnings'] = "This user has not received any warnings or they've all been removed.";
  27  $l['warn_user'] = "Warn User";
  28  $l['post'] = "Post:";
  29  $l['warning_note'] = "Administrative Notes:";
  30  $l['details_warning_note'] = "Administrative Notes";
  31  $l['warning_type'] = "Warning Type:";
  32  $l['custom'] = "Custom Reason";
  33  $l['reason'] = "Reason:";
  34  $l['points'] = "Points:";
  35  $l['details_reason'] = "Reason";
  36  $l['warn_user_desc'] = "Here you can increase the warning level of this user if they've violated one or more rules.";
  37  $l['send_pm'] = "Notify User:";
  38  $l['send_user_warning_pm'] = "Send this user a private message notifying them of this warning.";
  39  $l['send_pm_subject'] = "Subject:";
  40  $l['warning_pm_subject'] = "You have received a warning.";
  41  $l['send_pm_message'] = "Message:";
  42  $l['warning_pm_message'] = "Dear {1}
  43  
  44  You have received a warning from the staff of {2}.
  45  --
  46  
  47  --";
  48  $l['send_pm_options'] = "Options:";
  49  $l['send_pm_options_anonymous'] = "<strong>Anonymous PM</strong>: send this private message as an anonymous user.";
  50  $l['expiration_never'] = "permanently";
  51  $l['expiration_hours'] = "hours";
  52  $l['expiration_days'] = "days";
  53  $l['expiration_weeks'] = "weeks";
  54  $l['expiration_months'] = "months";
  55  $l['redirect_warned_banned'] = "<br /><br />The user has also been moved to the {1} group {2}.";
  56  $l['redirect_warned_suspended'] = "<br /><br />This users posting privileges have been suspended {1}.";
  57  $l['redirect_warned_moderate'] = "<br /><br />All posts by this user will now be moderated {1}.";
  58  $l['redirect_warned_pmerror'] = "<br /><br />Please note that the PM was not sent.";
  59  $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.";
  60  $l['error_warning_system_disabled'] = "You cannot use the warning system as it has been disabled by the board administrator.";
  61  $l['error_cant_warn_group'] = "You do not have permission to warn users of this group.";
  62  $l['error_invalid_user'] = "Selected user doesn't exist.";
  63  $l['details'] = "Details";
  64  $l['view'] = "View";
  65  $l['current_warning_level'] = "Current warning level: <strong>{1}%</strong> ({2}/{3})";
  66  $l['warning_details'] = "Warning Details";
  67  $l['revoke_warning'] = "Revoke this Warning";
  68  $l['revoke_warning_desc'] = "To revoke this warning please enter a reason below. This will not remove any bans or suspensions imposed by this warning.";
  69  $l['warning_is_revoked'] = "This Warning has been revoked";
  70  $l['revoked_by'] = "Revoked By";
  71  $l['date_revoked'] = "Date Revoked";
  72  $l['warning_already_revoked'] = "This warning has already been revoked.";
  73  $l['no_revoke_reason'] = "You did not enter a reason as to why you want to revoke this warning.";
  74  $l['redirect_warning_revoked'] = "This warning has successfully been revoked and the users warning points decreased.<br /><br />You will now be taken back to the warning.";
  75  $l['result'] = "Result:";
  76  $l['result_banned'] = "User will be moved to banned group ({1}) {2}";
  77  $l['result_suspended'] = "Posting privileges will be suspended {1}";
  78  $l['result_moderated'] = "Posts will be moderated {1}";
  79  $l['result_period'] = "for {1} {2}";
  80  $l['result_period_perm'] = "permanently";
  81  $l['hour_or_hours'] = "Hour(s)";
  82  $l['day_or_days'] = "Day(s)";
  83  $l['week_or_weeks'] = "Week(s)";
  84  $l['month_or_months'] = "Month(s)";
  85  $l['expires'] = "Expires:";
  86  $l['new_warning_level'] = "New warning level:";
  87  $l['error_cant_warn_user'] = "You do not have permission to warn this user.";
  88  $l['existing_post_warnings'] = "Existing Warnings for this Post";


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref