mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
af2e407543
Signed-off-by: snipe <snipe@snipe.net>
18 lines
412 B
PHP
18 lines
412 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Assigned To',
|
|
'checkout' => 'In/Out',
|
|
'id' => 'ID',
|
|
'license_email' => 'License Email',
|
|
'license_name' => 'Licensed To',
|
|
'purchase_date' => 'Purchase Date',
|
|
'purchased' => 'Purchased',
|
|
'seats' => 'Seats',
|
|
'hardware' => 'Hardware',
|
|
'serial' => 'Serial',
|
|
'title' => 'License',
|
|
|
|
);
|