snipe-it/resources/lang/et/admin/licenses/form.php
2017-07-07 13:14:51 -07:00

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.'
);