mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
13 lines
483 B
PHP
13 lines
483 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'about_asset_depreciations' => 'Despre deprecierea activelor',
|
||
|
'about_depreciations' => 'Poti sa setezi deprecierea activelor bazat pe depreciere in linie.',
|
||
|
'asset_depreciations' => 'Deprecierea activelor',
|
||
|
'create_depreciation' => 'Creeaza depreciere',
|
||
|
'depreciation_name' => 'Nume depreciere',
|
||
|
'number_of_months' => 'Numarul de luni',
|
||
|
'update_depreciation' => 'Actualizeaza depreciere',
|
||
|
|
||
|
);
|