mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
903609b5a5
Signed-off-by: snipe <snipe@snipe.net>
23 lines
981 B
PHP
23 lines
981 B
PHP
<?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',
|
|
'deleted' => 'This asset has been deleted.',
|
|
'edit' => 'Edit Asset',
|
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
|
'requestable' => 'Requestable',
|
|
'requested' => 'Requested',
|
|
'restore' => 'Restore Asset',
|
|
'pending' => 'Pending',
|
|
'undeployable' => 'Undeployable',
|
|
'view' => 'View Asset',
|
|
);
|