2016-03-25 01:18:05 -07:00
< ? php
return array (
2016-12-03 17:10:05 -08:00
'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.' ,
2016-03-25 01:18:05 -07:00
'archived' => 'Archived' ,
'asset' => 'Asset' ,
2018-05-02 14:32:50 -07:00
'bulk_checkout' => 'Checkout Assets' ,
2016-03-25 01:18:05 -07:00
'checkin' => 'Checkin Asset' ,
2017-09-06 18:05:32 -07:00
'checkout' => 'Checkout Asset' ,
2016-03-25 01:18:05 -07:00
'clone' => 'Clone Asset' ,
'deployable' => 'Deployable' ,
2021-10-04 19:59:55 -07:00
'deleted' => 'This asset has been deleted.' ,
2016-03-25 01:18:05 -07: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.' ,
2016-10-04 12:23:02 -07:00
'requestable' => 'Requestable' ,
'requested' => 'Requested' ,
2016-03-25 01:18:05 -07:00
'restore' => 'Restore Asset' ,
'pending' => 'Pending' ,
'undeployable' => 'Undeployable' ,
'view' => 'View Asset' ,
);