mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
21 lines
1,002 B
PHP
21 lines
1,002 B
PHP
<?php
|
|
|
|
return array(
|
|
'archived' => 'Arhivate',
|
|
'asset' => 'Activ',
|
|
'bulk_checkout' => 'Checkout Assets to User',
|
|
'checkin' => 'Verifica activ',
|
|
'checkout' => 'Checkout activ catre utilizator',
|
|
'clone' => 'Cloneaza activ',
|
|
'deployable' => 'Lansabil',
|
|
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
|
|
'edit' => 'Editeaza activ',
|
|
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
|
|
'requestable' => 'Requestable',
|
|
'restore' => 'Restore Asset',
|
|
'pending' => 'In asteptare',
|
|
'undeployable' => 'Nelansabil',
|
|
'view' => 'Vizualizeaza activ',
|
|
);
|