2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-28 12:40:03 -08:00
|
|
|
return [
|
2020-11-09 14:52:11 -08:00
|
|
|
'about_asset_depreciations' => 'Om avskrivning av tillgångar',
|
|
|
|
'about_depreciations' => 'Du kan ställa in avskrivning av tillgångar baserat på linjär avskrivning.',
|
|
|
|
'asset_depreciations' => 'Avskrivningar av tillgångar',
|
2017-10-17 18:52:20 -07:00
|
|
|
'create' => 'Skapa avskrivningar',
|
2016-03-25 01:18:05 -07:00
|
|
|
'depreciation_name' => 'Avskrivningsnamn',
|
2022-01-28 12:40:03 -08:00
|
|
|
'depreciation_min' => 'Floor Value of Depreciation',
|
2016-03-25 01:18:05 -07:00
|
|
|
'number_of_months' => 'Antal Månader',
|
2017-10-17 18:52:20 -07:00
|
|
|
'update' => 'Uppdatera avskrivningar',
|
2022-01-28 12:40:03 -08:00
|
|
|
'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.',
|
|
|
|
];
|