2016-03-25 01:18:05 -07:00
< ? php
return array (
2020-11-09 14:52:11 -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.' ,
'archived' => 'Archived' ,
2016-03-25 01:18:05 -07:00
'asset' => 'Asset' ,
2018-04-23 21:24:49 -07:00
'bulk_checkout' => 'Checkout Assets' ,
2016-03-25 01:18:05 -07:00
'checkin' => 'Checkin Asset' ,
2017-09-05 17:54:58 -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-09-15 19:58:27 -07:00
'requestable' => 'Requestable' ,
'requested' => 'Requested' ,
2016-03-25 01:18:05 -07:00
'restore' => 'Restore Asset' ,
'pending' => 'Pending' ,
'undeployable' => 'Undeployable' ,
'view' => 'View Asset' ,
);