[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> user_awaiting_activation.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['awaiting_activation'] = "Awaiting Activation";
   9  $l['awaiting_activation_desc'] = "Here you can manage users who are awaiting activation. Please note any user who is awaiting email activation will not need to confirm their email if they are activated here.";
  10  
  11  $l['manage_awaiting_activation'] = "Manage Awaiting Activation";
  12  
  13  $l['no_users_awaiting_activation'] = "There are currently no users awaiting activation.";
  14  
  15  $l['username'] = "Username";
  16  $l['registered'] = "Registered";
  17  $l['last_active'] = "Last Active";
  18  $l['email'] = "Email";
  19  $l['ipaddress'] = "IP Address";
  20  $l['type'] = "Type";
  21  
  22  $l['email_activation'] = "Awaiting Email Activation";
  23  $l['administrator_activation'] = "Awaiting Administrator Activation";
  24  $l['admin_activation_coppa'] = "Awaiting Administrator Activation (COPPA)";
  25  
  26  $l['activate_users'] = "Activate Users";
  27  $l['delete_users'] = "Delete Users";
  28  
  29  $l['confirm_activate_users'] = "Are you sure you want to activate the selected users?";
  30  $l['confirm_delete_users'] = "Are you sure you want to delete the selected users?";
  31  
  32  $l['no_users_selected'] = "You did not select any users.";
  33  
  34  $l['success_users_deleted'] = "The selected user(s) have been deleted.";
  35  $l['success_users_activated'] = "The selected user(s) have been activated.";
  36  
  37  $l['emailsubject_activateaccount'] = "Account Activation at {1}";
  38  $l['email_adminactivateaccount'] = "{1},
  39  
  40  The administrator has activated your forum account on {2}.
  41  
  42  To proceed, please go to
  43  
  44  {3}
  45  
  46  You will be able to login with the credentials you registered with.
  47  
  48  Thank you,
  49  {2} Staff";
  50  


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