snipe-it/resources/lang/tl/admin/depreciations/table.php

12 lines
166 B
PHP
Raw Normal View History

2018-03-22 20:01:45 -07:00
<?php
return [
2018-03-22 20:01:45 -07:00
'id' => 'ID',
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
'depreciation_min' => 'Floor Value',
2018-03-22 20:01:45 -07:00
];