[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> config_warning.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['warning_system'] = "Warning System";
   9  $l['warning_types'] = "Warning Types";
  10  $l['warning_types_desc'] = "Here you can manage the list of different warning types staff are allowed to issue to users.";
  11  $l['add_warning_type'] = "Add New Warning Type";
  12  $l['add_warning_type_desc'] = "Here you can create a new predefined warning type. Warning types are selectable when warning users and you can define the number of points to add for this type as well as the time period before warnings of this type expire.";
  13  $l['edit_warning_type'] = "Edit Warning Type";
  14  $l['edit_warning_type_desc'] = "Here you can edit this warning type. Warning types are selectable when warning users and you can define the number of points to add for this type as well as the time period before warnings of this type expire.";
  15  $l['warning_levels'] = "Warning Levels";
  16  $l['warning_levels_desc'] = "Warning Levels define what happens to a user when they reach a particular warning level (percentage of maximum warning points). You can ban users or suspend their privileges.";
  17  $l['add_warning_level'] = "Add New Warning Level";
  18  $l['add_warning_level_desc'] = "Here you can create a new warning level. Warning levels are actions to be taken against users when they reach a specific percentage of the maximum warning level.";
  19  $l['edit_warning_level'] = "Edit Warning Level";
  20  $l['edit_warning_level_desc'] = "Warning levels are actions to be taken against users when they reach a specific percentage of the maximum warning level.";
  21  
  22  $l['percentage'] = "Percentage";
  23  $l['action_to_take'] = "Action to Take";
  24  $l['move_banned_group'] = "Move to banned group ({3}) for {1} {2}";
  25  $l['move_banned_group_permanent'] = "Move to banned group ({1}) Permanently";
  26  $l['suspend_posting'] = "Suspend posting privileges for {1} {2}";
  27  $l['suspend_posting_permanent'] = "Suspend posting privileges Permanently";
  28  $l['moderate_new_posts'] = "Moderate new posts for {1} {2}";
  29  $l['moderate_new_posts_permanent'] = "Moderate new posts Permanently";
  30  $l['no_warning_levels'] = "There are no warning levels on your forum at this time.";
  31  
  32  $l['warning_type'] = "Warning Type";
  33  $l['points'] = "Points";
  34  $l['expires_after'] = "Expires After";
  35  $l['no_warning_types'] = "There are no warning types on your forum at this time.";
  36  
  37  $l['warning_points_percentage'] = "Percentage of Maximum Warning Points";
  38  $l['warning_points_percentage_desc'] = "Please enter a numeric value between 1 and 100.";
  39  $l['action_to_be_taken'] = "Action to be Taken";
  40  $l['action_to_be_taken_desc'] = "Select the action you wish to be taken when users reach the above level.";
  41  $l['ban_user'] = "Ban User";
  42  $l['banned_group'] = "Banned group:";
  43  $l['ban_length'] = "Ban length:";
  44  $l['suspend_posting_privileges'] = "Suspend Posting Privileges";
  45  $l['suspension_length'] = "Suspension length:";
  46  $l['moderate_posts'] = "Moderate Posts";
  47  $l['moderation_length'] = "Moderation length:";
  48  $l['save_warning_level'] = "Save Warning Level";
  49  
  50  $l['title'] = "Title";
  51  $l['points_to_add'] = "Points to Add";
  52  $l['points_to_add_desc'] = "The number of points to add to a users warning level.";
  53  $l['warning_expiry'] = "Warning Expiry";
  54  $l['warning_expiry_desc'] = "How long after this warning is given do you want it to expire?";
  55  $l['save_warning_type'] = "Save Warning Type";
  56  
  57  $l['expiration_hours'] = "Hour(s)";
  58  $l['expiration_days'] = "Day(s)";
  59  $l['expiration_weeks'] = "Week(s)";
  60  $l['expiration_months'] = "Month(s)";
  61  $l['expiration_never'] = "Never";
  62  $l['expiration_permanent'] = "Permanent";
  63  
  64  $l['error_invalid_warning_level'] = "The specified warning level does not exist.";
  65  $l['error_invalid_warning_percentage'] = "You did not enter a valid percentage value for this warning level. Your percentage value must be between 1 and 100.";
  66  $l['error_invalid_warning_type'] = "The specified warning type does not exist.";
  67  $l['error_missing_action_type'] = "Please select one of the actions to be taken to assign with this new warning level.";
  68  $l['error_missing_type_title'] = "You did not enter a title for this warning type";
  69  $l['error_missing_type_points'] = "You did not enter a valid number of points to add when giving warnings of this type. You must enter a number greater than 0 but not greater than {1}";
  70  
  71  $l['success_warning_level_created'] = "The warning level has been created successfully.";
  72  $l['success_warning_level_updated'] = "The warning level has been updated successfully.";
  73  $l['success_warning_level_deleted'] = "The selected warning level has been deleted successfully.";
  74  $l['success_warning_type_created'] = "The warning type has been created successfully.";
  75  $l['success_warning_type_updated'] = "The warning type has been updated successfully.";
  76  $l['success_warning_type_deleted'] = "The selected warning type has been deleted successfully.";
  77  
  78  $l['confirm_warning_level_deletion'] = "Are you sure you wish to delete this warning level?";
  79  $l['confirm_warning_type_deletion'] = "Are you sure you wish to delete this warning type?";
  80  


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