mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 18:14:09 -08:00
f3e82c2c80
Signed-off-by: snipe <snipe@snipe.net>
19 lines
478 B
PHP
19 lines
478 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Priskirta',
|
|
'checkout' => 'Į/Iš',
|
|
'deleted_at' => 'Panaikinta',
|
|
'id' => 'ID',
|
|
'license_email' => 'Licencijos el. paštas',
|
|
'license_name' => 'Licencija išduota',
|
|
'purchase_date' => 'Pirkimo data',
|
|
'purchased' => 'Įsigyta',
|
|
'seats' => 'Vietos',
|
|
'hardware' => 'Įranga',
|
|
'serial' => 'Serijinis numeris',
|
|
'title' => 'Licencija',
|
|
|
|
);
|