mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 17:14:10 -08:00
903609b5a5
Signed-off-by: snipe <snipe@snipe.net>
14 lines
565 B
PHP
14 lines
565 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' => 'Creați amortizări',
|
|
'depreciation_name' => 'Nume depreciere',
|
|
'number_of_months' => 'Numarul de luni',
|
|
'update' => 'Actualizați amortizarea',
|
|
'depreciation_min' => 'Minimum Value after Depreciation'
|
|
|
|
);
|