'undeployable'=>'<strong>Warning: </strong> This asset has been marked as currently undeployable. If this status has changed, please update the asset status.',
'does_not_exist_var'=>'Asset with tag :asset_tag not found.',
'no_tag'=>'No asset tag provided.',
'does_not_exist_or_not_requestable'=>'That asset does not exist or is not requestable.',
'assoc_users'=>'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ',
'warning_audit_date_mismatch'=>'This asset\'s next audit date (:next_audit_date) is before the last audit date (:last_audit_date). Please update the next audit date.',
'create'=>[
'error'=>'Asset was not created, please try again. :(',
'success'=>'Asset created successfully. :)',
'success_linked'=>'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.',
],
'update'=>[
'error'=>'Asset was not updated, please try again',
'success'=>'Asset updated successfully.',
'encrypted_warning'=>'Asset updated successfully, but encrypted custom fields were not due to permissions',
'nothing_updated'=>'No fields were selected, so nothing was updated.',
'no_assets_selected'=>'No assets were selected, so nothing was updated.',
'assets_do_not_exist_or_are_invalid'=>'Selected assets cannot be updated.',
],
'restore'=>[
'error'=>'Asset was not restored, please try again',
'success'=>'Asset restored successfully.',
'bulk_success'=>'Asset restored successfully.',
'nothing_updated'=>'No assets were selected, so nothing was restored.',
],
'audit'=>[
'error'=>'Asset audit unsuccessful: :error ',
'success'=>'Asset audit successfully logged.',
],
'deletefile'=>[
'error'=>'File not deleted. Please try again.',
'success'=>'File successfully deleted.',
],
'upload'=>[
'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.',