' . __( 'Sorry, you are not allowed to list users.' ) . '
' . __('This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options in the dashboard navigation when they are logged in, based on their role.') . '
' . __('To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.') . '
' . __('You can customize the display of this screen in a number of ways:') . '
' . __('Hovering over a row in the users list will display action links that allow you to manage users. You can perform the following actions:') . '
' . __('For more information:') . '
' . __('Documentation on Managing Users') . '
' . __('Descriptions of Roles and Capabilities') . '
' . __('Support Forums') . '
' . __( 'One of the selected users is not a member of this site.' ) . '
' . sprintf( $message, number_format_i18n( $delete_count ) ) . '
' . sprintf( __( 'New user created. Edit user' ), esc_url( add_query_arg( 'wp_http_referer', urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ), self_admin_url( 'user-edit.php?user_id=' . $user_id ) ) ) ) . '
' . __( 'New user created.' ) . '
' . __('Changed roles.') . '
' . __('The current user’s role must have user editing capabilities.') . '
' . __('Other user roles have been changed.') . '
' . __('You can’t delete the current user.') . '
' . __('Other users have been deleted.') . '
' . __('User removed from this site.') . '
' . __("You can't remove the current user.") . '
' . __('Other users have been removed.') . '