2018-07-18 08:55:38 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2018-09-28 11:54:52 -07:00
|
|
|
'about_asset_depreciations' => 'O amortizacijama imovine',
|
|
|
|
'about_depreciations' => 'Možete postaviti amortizaciju imovine na osnovu linearne amortizacije.',
|
|
|
|
'asset_depreciations' => 'Amortizacija imovine',
|
|
|
|
'create' => 'Kreiraj amortizaciju',
|
|
|
|
'depreciation_name' => 'Naziv amortizacije',
|
2022-01-13 21:27:29 -08:00
|
|
|
'depreciation_min' => 'Floor Value of Depreciation',
|
2018-09-28 11:54:52 -07:00
|
|
|
'number_of_months' => 'Broj meseci',
|
|
|
|
'update' => 'Ažuriraj amortizaciju',
|
2022-01-13 21:27:29 -08:00
|
|
|
'depreciation_min' => 'Minimalna vrednost nakon amortizacije',
|
|
|
|
'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.',
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|