mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
19 lines
782 B
PHP
19 lines
782 B
PHP
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => 'Assets assigned to :name',
|
|
'current_assets' => 'Assets 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',
|
|
'last_login' => 'Last Login',
|
|
'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
|
|
'software_user' => 'Software Checked out to :name',
|
|
'view_user' => 'View User :name',
|
|
'usercsv' => 'CSV file',
|
|
);
|