'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',
'invalidfiles'=>'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
'import'=>array(
'error'=>'Some items did not import correctly.',
'errorDetail'=>'The following Items were not imported because of errors.',
'success'=>"Your file has been imported",
'file_delete_success'=>"Your file has been been successfully deleted",
'file_delete_error'=>"The file was unable to be deleted",
),
'delete'=>array(
'confirm'=>'Are you sure you wish to delete this asset?',
'error'=>'There was an issue deleting the asset. Please try again.',
'nothing_updated'=>'No assets were selected, so nothing was deleted.',
'success'=>'The asset was deleted successfully.'
),
'checkout'=>array(
'error'=>'Asset was not checked out, please try again',
'success'=>'Asset checked out successfully.',
'user_does_not_exist'=>'That user is invalid. Please try again.',
'not_available'=>'That asset is not available for checkout!'
),
'checkin'=>array(
'error'=>'Asset was not checked in, please try again',
'success'=>'Asset checked in successfully.',
'user_does_not_exist'=>'That user is invalid. Please try again.',
'already_checked_in'=>'That asset is already checked in.',
),
'requests'=>array(
'error'=>'Asset was not requested, please try again',