[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> user_banning.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  // Tabs
   9  $l['banning'] = "Banning";
  10  $l['banned_accounts'] = "Banned Accounts";
  11  $l['banned_accounts_desc'] = "Here you can manage user accounts which are banned from access to the board.";
  12  $l['ban_a_user'] = "Ban a User";
  13  $l['ban_a_user_desc'] = "Here you can ban a user.";
  14  $l['edit_ban'] = "Edit Ban";
  15  $l['edit_ban_desc'] = "Here you can edit the reason and length of currently banned users.";
  16  $l['banned_ips'] = "Banned IPs";
  17  $l['disallowed_usernames'] = "Disallowed Usernames";
  18  $l['disallowed_email_addresses'] = "Disallowed Email Addresses";
  19  
  20  // Errors
  21  $l['error_invalid_ban'] = "You have selected an invalid ban to edit.";
  22  $l['error_invalid_username'] = "The username you have entered is invalid and does not exist.";
  23  $l['error_no_perm_to_ban'] = "You do not have permission to ban this user.";
  24  $l['error_already_banned'] = "This user already belongs to a banned group and cannot be added to a new one.";
  25  $l['error_ban_self'] = "You cannot ban yourself.";
  26  $l['error_no_reason'] = "You did not enter a reason to ban this user.";
  27  
  28  // Success
  29  $l['success_ban_lifted'] = "The selected ban has been lifted successfully.";
  30  $l['success_banned'] = "The selected user has been banned successfully.";
  31  $l['success_ban_updated'] = "The selected ban has been updated successfully.";
  32  $l['success_pruned'] = "The selected user's posts and threads have been pruned successfully.";
  33  
  34  // Confirm
  35  $l['confirm_lift_ban'] = "Are you sure you want to lift this ban?";
  36  $l['confirm_prune'] = "Are you sure you want to prune all threads and posts created by this user?";
  37  
  38  //== Pages
  39  //= Add / Edit
  40  $l['ban_username'] = "Username <em>*</em>";
  41  $l['autocomplete_enabled'] = "Auto-complete is enabled in this field.";
  42  $l['ban_reason'] = "Ban Reason";
  43  $l['ban_group'] = "Banned Group <em>*</em>";
  44  $l['ban_group_desc'] = "In order for this user to be banned they must be moved to a banned group.";
  45  $l['ban_time'] = "Ban Length <em>*</em>";
  46  
  47  //= Index
  48  $l['user'] = "User";
  49  $l['moderation'] = "Moderation";
  50  $l['ban_lifts_on'] = "Ban Lifts On";
  51  $l['time_left'] = "Time Left";
  52  $l['permenantly'] = "permanently";
  53  $l['na'] = "N/A";
  54  $l['for'] = "for";
  55  $l['bannedby_x_on_x'] = "<strong>{1}</strong><br /><small>Banned by {2} on {3} {4}</small>";
  56  $l['lift'] = "Lift";
  57  $l['no_banned_users'] = "You don't have any banned users at the moment.";
  58  $l['prune_threads_and_posts'] = "Prune Threads &amp; Posts";
  59  
  60  // Buttons
  61  $l['ban_user'] = "Ban User";
  62  $l['update_ban'] = "Update Ban";


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