snipe-it/resources/lang/en-GB/admin/depreciations/general.php

17 lines
904 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-03-25 01:18:05 -07:00
'about_asset_depreciations' => 'About Asset Depreciations',
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
'asset_depreciations' => 'Asset Depreciations',
2016-12-03 17:10:05 -08:00
'create' => 'Create Depreciation',
2016-03-25 01:18:05 -07:00
'depreciation_name' => 'Depreciation Name',
'depreciation_min' => 'Floor Value of Depreciation',
2016-03-25 01:18:05 -07:00
'number_of_months' => 'Number of Months',
2016-12-03 17:10:05 -08:00
'update' => 'Update Depreciation',
'depreciation_min' => 'Minimum Value after Depreciation',
'no_depreciations_warning' => '<strong>Warning: </strong>
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
];