mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
25 lines
638 B
PHP
25 lines
638 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset_tag' => 'Eticheta activ',
|
|
'asset_model' => 'Model',
|
|
'book_value' => 'Valoare',
|
|
'change' => 'Predat/Primit',
|
|
'checkout_date' => 'Data predare',
|
|
'checkoutto' => 'Predat',
|
|
'diff' => 'Diferenta',
|
|
'dl_csv' => 'Descarca CSV',
|
|
'eol' => 'EOL',
|
|
'id' => 'ID',
|
|
'location' => 'Locatie',
|
|
'purchase_cost' => 'Cost',
|
|
'purchase_date' => 'Achizitionat',
|
|
'serial' => 'Serie',
|
|
'status' => 'Statut',
|
|
'title' => 'Activ ',
|
|
'image' => 'Imagine dispozitiv',
|
|
'days_without_acceptance' => 'Zile fără acceptare'
|
|
|
|
);
|