mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -08:00
23 lines
951 B
PHP
23 lines
951 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset' => 'Vahend',
|
|
'checkin' => 'Checkin',
|
|
'create' => 'Uus litsents',
|
|
'expiration' => 'Aegumiskuupäev',
|
|
'license_key' => 'Tootevõti',
|
|
'maintained' => 'Kasutajatoega',
|
|
'name' => 'Tarkvara nimi',
|
|
'no_depreciation' => 'Do Not Depreciate',
|
|
'purchase_order' => 'Tellimuse number',
|
|
'reassignable' => 'Taas-kasutatav',
|
|
'remaining_seats' => 'Kasutamata tööjaamu',
|
|
'seats' => 'Tööjaamu',
|
|
'termination_date' => 'Lõpetamise kuupäev',
|
|
'to_email' => 'Litsenseeritud e-mailile',
|
|
'to_name' => 'Litsenseeritud nimele',
|
|
'update' => 'Muuda litsentsi',
|
|
'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
|
|
);
|