snipe-it/resources/lang/lt-LT/admin/licenses/table.php

19 lines
478 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-03-25 01:18:05 -07:00
'assigned_to' => 'Priskirta',
'checkout' => 'Į/Iš',
'deleted_at' => 'Panaikinta',
2016-03-25 01:18:05 -07:00
'id' => 'ID',
'license_email' => 'Licencijos el. paštas',
'license_name' => 'Licencija išduota',
2016-03-25 01:18:05 -07:00
'purchase_date' => 'Pirkimo data',
'purchased' => 'Įsigyta',
'seats' => 'Vietos',
2016-03-25 01:18:05 -07:00
'hardware' => 'Įranga',
'serial' => 'Serijinis numeris',
'title' => 'Licencija',
2016-03-25 01:18:05 -07:00
);