mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
24 lines
1.2 KiB
PHP
24 lines
1.2 KiB
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 to User',
|
|
'checkin' => 'Checkin Asset',
|
|
'checkout' => 'Checkout Asset to User',
|
|
'clone' => 'Clone Asset',
|
|
'deployable' => 'Deployable',
|
|
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
|
|
'edit' => 'Edit Asset',
|
|
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
|
|
'requestable' => 'Requestable',
|
|
'requested' => 'Requested',
|
|
'restore' => 'Restore Asset',
|
|
'pending' => 'Pending',
|
|
'undeployable' => 'Undeployable',
|
|
'view' => 'View Asset',
|
|
);
|