mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-05 10:57:28 -08:00
af2e407543
Signed-off-by: snipe <snipe@snipe.net>
12 lines
171 B
PHP
12 lines
171 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'months' => 'Months',
|
|
'term' => 'Term',
|
|
'title' => 'Name ',
|
|
'depreciation_min' => 'Floor Value',
|
|
|
|
);
|