2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
2022-10-04 17:48:43 -07:00
'does_not_exist' => 'License does not exist or you do not have permission to view it.' ,
2016-03-25 01:18:05 -07:00
'user_does_not_exist' => 'User does not exist.' ,
'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.' ,
'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.' ,
'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ' ,
2017-10-17 18:52:20 -07:00
'select_asset_or_person' => 'You must select an asset or a user, but not both.' ,
2020-11-09 14:52:11 -08:00
'not_found' => 'License not found' ,
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2016-03-25 01:18:05 -07:00
'error' => 'License was not created, please try again.' ,
2022-01-13 21:27:29 -08:00
'success' => 'License created successfully.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'deletefile' => array (
2016-03-25 01:18:05 -07:00
'error' => 'File not deleted. Please try again.' ,
'success' => 'File successfully deleted.' ,
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'upload' => array (
2016-03-25 01:18:05 -07:00
'error' => 'File(s) not uploaded. Please try again.' ,
'success' => 'File(s) successfully uploaded.' ,
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large' ,
2016-12-03 17:10:05 -08:00
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.' ,
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2016-03-25 01:18:05 -07:00
'error' => 'License was not updated, please try again' ,
2022-01-13 21:27:29 -08:00
'success' => 'License updated successfully.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2016-03-25 01:18:05 -07:00
'confirm' => 'Are you sure you wish to delete this license?' ,
'error' => 'There was an issue deleting the license. Please try again.' ,
2022-01-13 21:27:29 -08:00
'success' => 'The license was deleted successfully.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2016-03-25 01:18:05 -07:00
'error' => 'There was an issue checking out the license. Please try again.' ,
2022-01-13 21:27:29 -08:00
'success' => 'The license was checked out successfully'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkin' => array (
2016-03-25 01:18:05 -07:00
'error' => 'There was an issue checking in the license. Please try again.' ,
2022-01-13 21:27:29 -08:00
'success' => 'The license was checked in successfully'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);