yoyolove

warning

Oct 28th, 2011
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. <?php
  2. $l['nav_profile'] = "Profile of {1}";
  3. $l['nav_warning_log'] = "Warning Log";
  4. $l['nav_add_warning'] = "Warn User";
  5. $l['nav_view_warning'] = "Warning Details";
  6.  
  7. $l['warning_for_post'] = ".. Post:";
  8. $l['already_expired'] = "Expired";
  9. $l['warning_active'] = "Active";
  10. $l['warning_revoked'] = "Revoked";
  11. $l['warning_log'] = "Warning Log";
  12. $l['warning'] = "Warning";
  13. $l['issued_by'] = "Issued By";
  14. $l['date_issued'] = "Date Issued";
  15. $l['expiry_date'] = "Expires";
  16. $l['active_warnings'] = "Active Warnings";
  17. $l['expired_warnings'] = "Expired Warnings";
  18. $l['warning_points'] = "({1} points)";
  19. $l['no_warnings'] = "This user has not received any warnings or they've all been removed.";
  20. $l['warn_user'] = "Warn User";
  21. $l['warn_user_desc'] = "";
  22. $l['post'] = "Post:";
  23. $l['warning_note'] = "Administrative Notes:";
  24. $l['warning_type'] = "Warning Type:";
  25. $l['custom'] = "Custom Reason";
  26. $l['reason'] = "Reason:";
  27. $l['points'] = "Points:";
  28. $l['warn_user_desc'] = "Here you can increase the warning level of this user if they've violated one or more rules.";
  29. $l['send_pm'] = "Notify User:";
  30. $l['send_user_warning_pm'] = "Send this user a private message notifying them of this warning.";
  31. $l['send_pm_subject'] = "Subject:";
  32. $l['warning_pm_subject'] = "You have received a warning.";
  33. $l['send_pm_message'] = "Message:";
  34. $l['warning_pm_message'] = "Dear {1}
  35.  
  36. You have received a warning from the staff of {2}.
  37. --
  38.  
  39. --";
  40. $l['expiration_hours'] = "hours";
  41. $l['expiration_days'] = "days";
  42. $l['expiration_weeks'] = "weeks";
  43. $l['expiration_months'] = "months";
  44. $l['redirect_warned_banned'] = "The user has also been moved to the {1} group for {2}.";
  45. $l['redirect_warned_suspended'] = "This users posting privileges have been suspended for {1}.";
  46. $l['redirect_warned_moderate'] = "All posts by this user will now be moderated for {1}.";
  47. $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.";
  48. $l['error_warning_system_disabled'] = "You cannot use the warning system as it has been disabled by the board administrator.";
  49. $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}.";
  50. $l['user_reached_max_warning'] = "This user cannot be warned as they have already reached the maximum warning level.";
  51. $l['error_cant_warn_group'] = "You do not have permission to warn users of this group.";
  52. $l['error_no_note'] = "You did not enter any administrative notes for this warning.";
  53. $l['error_invalid_type'] = "You have selected an invalid warning type.";
  54. $l['error_invalid_user'] = "Selected user doesn't exist.";
  55. $l['error_invalid_post'] = "Selected post doesn't exist.";
  56. $l['error_cant_custom_warn'] = "You do not have permission to give custom warnings to users.";
  57. $l['error_no_custom_reason'] = "You did not enter a reason for your custom warning.";
  58. $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}.";
  59. $l['details'] = "Details";
  60. $l['view'] = "View";
  61. $l['current_warning_level'] = "Current warning level: <strong>{1}%</strong> ({2}/{3})";
  62. $l['warning_details'] = "Warning Details";
  63. $l['revoke_warning'] = "Revoke this Warning";
  64. $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.";
  65. $l['reason'] = "Reason:";
  66. $l['warning_is_revoked'] = "This Warning has been revoked";
  67. $l['revoked_by'] = "Revoked by:";
  68. $l['date_revoked'] = "Date Revoked:";
  69. $l['warning_already_revoked'] = "This warning has already been revoked.";
  70. $l['no_revoke_reason'] = "You did not enter a reason as to why you want to revoke this warning.";
  71. $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.";
  72. $l['result'] = "Result:";
  73. $l['result_banned'] = "User will be moved to banned group ({1}) {2}";
  74. $l['result_suspended'] = "Posting privileges will be suspended {1}";
  75. $l['result_moderated'] = "Posts will be moderated for {1}";
  76. $l['result_period'] = "{1} {2}";
  77. $l['hour_or_hours'] = "Hour(s)";
  78. $l['day_or_days'] = "Day(s)";
  79. $l['week_or_weeks'] = "Week(s)";
  80. $l['month_or_months'] = "Month(s)";
  81. $l['expires'] = "Expires:";
  82. $l['new_warning_level'] = "New warning level:";
  83. $l['cannot_warn_self'] = "You cannot add to your own warning level.";
  84. $l['error_cant_warn_user'] = "You do not have permission to warn this user.";
  85. $l['existing_post_warnings'] = "Existing Warnings for this Post";
  86. ?>
  87.  
Advertisement
Add Comment
Please, Sign In to add comment