mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
13 lines
526 B
PHP
Executable file
13 lines
526 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
'about_asset_depreciations' => 'Over afschrijving van materiaal',
|
|
'about_depreciations' => 'U kan de materiaalafschrijving instellen om materiaal af te schrijven op basis van lineaire afschrijving.',
|
|
'asset_depreciations' => 'Materiaalafschrijvingen',
|
|
'create_depreciation' => 'Maak afschrijving',
|
|
'depreciation_name' => 'Afschrijvingsnaam',
|
|
'number_of_months' => 'Aantal maanden',
|
|
'update_depreciation' => 'Afschrijving aanpassen',
|
|
|
|
);
|