2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:20:38 -08:00
return array (
2016-03-25 01:18:05 -07:00
'activated' => 'Active' ,
'allow' => 'Allow' ,
'checkedout' => 'Assets' ,
'created_at' => 'Created' ,
'createuser' => 'Create User' ,
'deny' => 'Deny' ,
'email' => 'Email' ,
2022-01-13 21:20:38 -08:00
'employee_num' => 'Employee No.' ,
2016-03-25 01:18:05 -07:00
'first_name' => 'First Name' ,
2022-05-13 05:23:12 -07:00
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.' ,
2016-03-25 01:18:05 -07:00
'id' => 'Id' ,
'inherit' => 'Inherit' ,
'job' => 'Job Title' ,
'last_login' => 'Last Login' ,
'last_name' => 'Last Name' ,
'location' => 'Location' ,
'lock_passwords' => 'Login details cannot be changed on this installation.' ,
'manager' => 'Manager' ,
2017-05-22 17:27:00 -07:00
'managed_locations' => 'Managed Locations' ,
2016-03-25 01:18:05 -07:00
'name' => 'Name' ,
2023-11-28 14:15:51 -08:00
'nogroup' => 'No groups have been created yet. To add one, visit: ' ,
2016-03-25 01:18:05 -07:00
'notes' => 'Notes' ,
'password_confirm' => 'Confirm Password' ,
'password' => 'Password' ,
'phone' => 'Phone' ,
'show_current' => 'Show Current Users' ,
'show_deleted' => 'Show Deleted Users' ,
'title' => 'Title' ,
2022-01-13 21:20:38 -08:00
'to_restore_them' => 'to restore them.' ,
2023-04-19 17:31:09 -07:00
'total_assets_cost' => " Total Assets Cost " ,
2016-03-25 01:18:05 -07:00
'updateuser' => 'Update User' ,
'username' => 'Username' ,
2022-01-13 21:20:38 -08:00
'user_deleted_text' => 'This user has been marked as deleted.' ,
2016-03-25 01:18:05 -07:00
'username_note' => '(This is used for Active Directory binding only, not for login.)' ,
'cloneuser' => 'Clone User' ,
'viewusers' => 'View Users' ,
2022-01-13 21:20:38 -08:00
);