2019-12-06 12:03:04 -08:00
< ? php
return array (
'about_assets_title' => 'About Assets' ,
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.' ,
'archived' => 'Archived' ,
'asset' => 'Asset' ,
'bulk_checkout' => 'Checkout Assets' ,
'checkin' => 'Checkin Asset' ,
'checkout' => 'Checkout Asset' ,
'clone' => 'Clone Asset' ,
'deployable' => 'Deployable' ,
2021-10-04 19:59:55 -07:00
'deleted' => 'This asset has been deleted.' ,
2019-12-06 12:03:04 -08:00
'edit' => 'Edit Asset' ,
2021-10-04 19:59:55 -07:00
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.' ,
2019-12-06 12:03:04 -08:00
'requestable' => 'Requestable' ,
'requested' => 'Requested' ,
'restore' => 'Restore Asset' ,
'pending' => 'Pending' ,
'undeployable' => 'Undeployable' ,
'view' => 'View Asset' ,
);