mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
18 lines
434 B
PHP
18 lines
434 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Määratud',
|
|
'checkout' => 'Sees väljas',
|
|
'id' => 'ID',
|
|
'license_email' => 'Litsentsi e-post',
|
|
'license_name' => 'Litsentseeritud',
|
|
'purchase_date' => 'Ostu kuupäev',
|
|
'purchased' => 'Ostetud',
|
|
'seats' => 'Istekohad',
|
|
'hardware' => 'Riistvara',
|
|
'serial' => 'Seerianumber',
|
|
'title' => 'Litsents',
|
|
|
|
);
|