mirror of
https://github.com/snipe/snipe-it.git
synced 2026-08-18 11:15:42 +00:00
73 lines
5.9 KiB
PHP
73 lines
5.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activated_help_text' => 'This user can login',
|
|
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
|
|
'assets_user' => 'Assets assigned to :name',
|
|
'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.',
|
|
'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.',
|
|
'current_assets' => 'Assets currently checked out to this user',
|
|
'current_items' => ':item currently checked out to this user',
|
|
'clone' => 'Clone User',
|
|
'contact_user' => 'Contact :name',
|
|
'edit' => 'Edit User',
|
|
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
|
'history_user' => 'History for :name',
|
|
'info' => 'Info',
|
|
'send_acceptance_reminder' => 'Send Reminder',
|
|
'unaccepted_items' => ':count Unaccepted Items',
|
|
'restore_user' => 'Click here to restore them.',
|
|
'last_login' => 'Last Login',
|
|
'ldap_config_text' => 'The selected location will be set for ALL imported users. This will overwrite their existing location, and is an unusual use-case, so leaving this blank is typically best.',
|
|
'ldap_sync_intro' => 'Click on the button below to manually sync your LDAP users. To learn more about configuring LDAP sync to run automatically, please see the <a href=":link" target="_blank">documentation <i class="fa fa-external-link"></i></a> .',
|
|
'print_assigned' => 'Print All Assigned',
|
|
'email_assigned' => 'Email List of All Assigned',
|
|
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
|
'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
|
|
'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
|
|
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
|
|
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
|
|
'software_user' => 'Software Checked out to :name',
|
|
'view_user' => 'View User :name',
|
|
'usercsv' => 'CSV file',
|
|
'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ',
|
|
'two_factor_enrolled' => '2FA Device Enrolled ',
|
|
'two_factor_active' => '2FA Active ',
|
|
'user_deactivated' => 'User cannot login',
|
|
'user_activated' => 'User can login',
|
|
'activation_status_warning' => 'Do not change activation status',
|
|
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
|
|
'superadmin_permission_warning' => 'Only superadmins may grant or revoke superadmin access.',
|
|
'self_permission_warning' => 'Only superadmins may edit their own permissions.',
|
|
'admin_permission_warning' => 'Only users with admins rights or greater may grant or revoke admin access.',
|
|
'remove_group_memberships' => 'Remove Group Memberships',
|
|
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below.',
|
|
'update_user_assets_status' => 'Update all assets for these users to this status',
|
|
'checkin_user_properties' => 'Check in all properties associated with these users',
|
|
'remote_label' => 'This is a remote user',
|
|
'remote' => 'Remote',
|
|
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
|
'not_remote_label' => 'This is not a remote user',
|
|
'vip_label' => 'VIP user',
|
|
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
|
|
'create_user' => 'Create a user',
|
|
'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.',
|
|
'email_credentials' => 'Email credentials',
|
|
'email_credentials_text' => 'Email my credentials to the email address above',
|
|
'next_save_user' => 'Next: Save User',
|
|
'all_assigned_list_generation' => 'Generated on:',
|
|
'email_user_creds_on_create' => 'Email this user their credentials?',
|
|
'department_manager' => 'Department Manager',
|
|
'generate_password' => 'Generate random password',
|
|
'individual_override' => 'This user has at least one individual permission set, which may override group permissions.',
|
|
'cannot_make_floater' => 'Cannot save this user with no company assignment. Floater mode is enabled on this system, which means users with no company can see every record in the application. Only superusers can grant a user floater status.',
|
|
'floater_mode_warning_help' => 'Floater mode is enabled. A user with no company assignment will be able to see every record in the system. Only superusers can save a user with no company when floater mode is enabled.',
|
|
'no_companies_assigned' => '(No companies assigned)',
|
|
'cannot_edit_privileged_user_companies' => 'Only an admin or super admin can modify the company assignments of an admin or super admin user.',
|
|
'cannot_manage_companies_without_membership' => 'Full multiple company support with floater mode is enabled, so you must be assigned to at least one company before you can manage another user\'s company assignments.',
|
|
'impersonate_user' => 'Login as :name',
|
|
'impersonating_banner_title' => 'Impersonating:',
|
|
'impersonating_banner_text' => 'You are currently logged in as :name. Anything you do will be recorded as if :name did it. Your real account is :impersonator.',
|
|
'impersonating_stop_link' => 'Switch back to :name',
|
|
];
|