mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
13 lines
502 B
PHP
13 lines
502 B
PHP
<?php
|
|
|
|
return array(
|
|
'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',
|
|
'create' => 'Create Depreciation',
|
|
'depreciation_name' => 'Depreciation Name',
|
|
'number_of_months' => 'Number of Months',
|
|
'update' => 'Update Depreciation',
|
|
|
|
);
|