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

12 lines
171 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-03-25 01:18:05 -07:00
'id' => 'ID',
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
'depreciation_min' => 'Floor Value',
2016-03-25 01:18:05 -07:00
);