[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: warnings.lang.php 5814 2012-04-20 14:36:07Z Tomm $
   7   */
   8   
   9  $l['nav_profile'] = "Profile of {1}";
  10  $l['nav_warning_log'] = "Warning Log";
  11  $l['nav_add_warning'] = "Warn User";
  12  $l['nav_view_warning'] = "Warning Details";
  13  
  14  $l['warning_for_post'] = ".. Post:";
  15  $l['already_expired'] = "Expired";
  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['warning_type'] = "Warning Type:";
  31  $l['custom'] = "Custom Reason";
  32  $l['reason'] = "Reason:";
  33  $l['points'] = "Points:";
  34  $l['warn_user_desc'] = "Here you can increase the warning level of this user if they've violated one or more rules.";
  35  $l['send_pm'] = "Notify User:";
  36  $l['send_user_warning_pm'] = "Send this user a private message notifying them of this warning.";
  37  $l['send_pm_subject'] = "Subject:";
  38  $l['warning_pm_subject'] = "You have received a warning.";
  39  $l['send_pm_message'] = "Message:";
  40  $l['warning_pm_message'] = "Dear {1}
  41  
  42  You have received a warning from the staff of {2}.
  43  --
  44  
  45  --";
  46  $l['expiration_never'] = "permanently";
  47  $l['expiration_hours'] = "hours";
  48  $l['expiration_days'] = "days";
  49  $l['expiration_weeks'] = "weeks";
  50  $l['expiration_months'] = "months";
  51  $l['redirect_warned_banned'] = "The user has also been moved to the {1} group {2}.";
  52  $l['redirect_warned_suspended'] = "This users posting privileges have been suspended {1}.";
  53  $l['redirect_warned_moderate'] = "All posts by this user will now be moderated {1}.";
  54  $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.";
  55  $l['error_warning_system_disabled'] = "You cannot use the warning system as it has been disabled by the board administrator.";
  56  $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}.";
  57  $l['user_reached_max_warning'] = "This user cannot be warned as they have already reached the maximum warning level.";
  58  $l['error_cant_warn_group'] = "You do not have permission to warn users of this group.";
  59  $l['error_no_note'] = "You did not enter any administrative notes for this warning.";
  60  $l['error_invalid_type'] = "You have selected an invalid warning type.";
  61  $l['error_invalid_user'] = "Selected user doesn't exist.";
  62  $l['error_invalid_post'] = "Selected post doesn't exist.";
  63  $l['error_cant_custom_warn'] = "You do not have permission to give custom warnings to users.";
  64  $l['error_no_custom_reason'] = "You did not enter a reason for your custom warning.";
  65  $l['error_invalid_custom_points'] = "You did not enter a valid number of points to add to this users warning level. You need to enter a numeric value greater than 0 but less than or equal to {1}.";
  66  $l['details'] = "Details";
  67  $l['view'] = "View";
  68  $l['current_warning_level'] = "Current warning level: <strong>{1}%</strong> ({2}/{3})";
  69  $l['warning_details'] = "Warning Details";
  70  $l['revoke_warning'] = "Revoke this Warning";
  71  $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.";
  72  $l['warning_is_revoked'] = "This Warning has been revoked";
  73  $l['revoked_by'] = "Revoked by:";
  74  $l['date_revoked'] = "Date Revoked:";
  75  $l['warning_already_revoked'] = "This warning has already been revoked.";
  76  $l['no_revoke_reason'] = "You did not enter a reason as to why you want to revoke this warning.";
  77  $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.";
  78  $l['result'] = "Result:";
  79  $l['result_banned'] = "User will be moved to banned group ({1}) {2}";
  80  $l['result_suspended'] = "Posting privileges will be suspended {1}";
  81  $l['result_moderated'] = "Posts will be moderated for {1}";
  82  $l['result_period'] = "for {1} {2}";
  83  $l['hour_or_hours'] = "Hour(s)";
  84  $l['day_or_days'] = "Day(s)";
  85  $l['week_or_weeks'] = "Week(s)";
  86  $l['month_or_months'] = "Month(s)";
  87  $l['expires'] = "Expires:";
  88  $l['new_warning_level'] = "New warning level:";
  89  $l['cannot_warn_self'] = "You cannot add to your own warning level.";
  90  $l['error_cant_warn_user'] = "You do not have permission to warn this user.";
  91  $l['existing_post_warnings'] = "Existing Warnings for this Post";
  92  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1