mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
25 lines
620 B
PHP
25 lines
620 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'asset_tag' => 'Asset Tag',
|
||
|
'asset_model' => 'Model',
|
||
|
'book_value' => 'Value',
|
||
|
'change' => 'In/Out',
|
||
|
'checkout_date' => 'Checkout Date',
|
||
|
'checkoutto' => 'Checked Out',
|
||
|
'diff' => 'Diff',
|
||
|
'dl_csv' => 'Download CSV',
|
||
|
'eol' => 'EOL',
|
||
|
'id' => 'ID',
|
||
|
'location' => 'Location',
|
||
|
'purchase_cost' => 'Cost',
|
||
|
'purchase_date' => 'Purchased',
|
||
|
'serial' => 'Serial',
|
||
|
'status' => 'Status',
|
||
|
'title' => 'Asset ',
|
||
|
'image' => 'Device Image',
|
||
|
'days_without_acceptance' => 'Days Without Acceptance'
|
||
|
|
||
|
);
|