[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> user_admin_permissions.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['admin_permissions'] = "Admin Permissions";
   9  $l['user_permissions'] = "User Permissions";
  10  $l['user_permissions_desc'] = "Here you can manage the administrator permissions for individual users. This effectively allows you to lock certain administrators out of different areas of the Admin CP.";
  11  $l['group_permissions'] = "Group Permissions";
  12  $l['group_permissions_desc'] = "Administrator permissions can also be applied to user groups that have permission to access the Admin CP. Similarly you can use this tool to lock out entire administrative groups from accessing the different areas of the Admin CP.";
  13  $l['default_permissions'] = "Default Permissions";
  14  $l['default_permissions_desc'] = "The default administrative permissions are those applied to users who do not have custom administrator permissions set for them or are not inheriting group administrator permissions.";
  15  
  16  $l['admin_permissions_updated'] = "The admin permissions have been updated successfully.";
  17  $l['revoke_permissions'] = "Revoke Permissions";
  18  $l['edit_permissions'] = "Edit Permissions";
  19  $l['set_permissions'] = "Set Permissions";
  20  $l['edit_permissions_desc'] = "Here you can restrict access to entire tabs or individual pages. Be aware that the \"Home\" tab is accessible to all administrators.";
  21  $l['update_permissions'] = "Update Permissions";
  22  $l['view_log'] = "View Log";
  23  $l['permissions_type_group'] = "Permission type of the group";
  24  $l['permissions_type_user'] = "Permission type of the user";
  25  $l['no_group_perms'] = "There are currently no set group permissions.";
  26  $l['no_user_perms'] = "There are currently no set user permissions.";
  27  $l['edit_user'] = "Edit User Profile";
  28  $l['using_individual_perms'] = "Using Individual Permissions";
  29  $l['using_custom_perms'] = "Using Custom Permissions";
  30  $l['using_group_perms'] = "Using Group Permissions";
  31  $l['using_default_perms'] = "Using Default Permissions";
  32  $l['last_active'] = "Last Active";
  33  $l['user'] = "User";
  34  $l['edit_group'] = "Edit Group";
  35  $l['default'] = "Default";
  36  $l['group'] = "Group";
  37  
  38  $l['error_super_admin'] = 'Sorry, but you cannot perform this action on the specified user as they are a super administrator.';
  39  $l['error_delete_no_uid'] = 'You did not enter a admin user/usergroup permission id';
  40  $l['error_delete_invalid_uid'] = 'You did not enter a valid admin user/usergroup permission id';
  41  
  42  $l['success_perms_deleted'] = 'The admin user/usergroup permissions has been revoked successfully.';
  43  
  44  $l['confirm_perms_deletion'] = "Are you sure you wish to revoked this admin user/usergroup permissions?";
  45  $l['confirm_perms_deletion2'] = "Are you sure you wish to revoke this user\'s permissions?";
  46  $l['confirm_perms_deletion3'] = "Are you sure you wish to revoke this group\'s permissions?";


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