mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
18 lines
486 B
PHP
18 lines
486 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Luovutettu',
|
|
'checkout' => 'Toiminto',
|
|
'id' => 'Tunnus',
|
|
'license_email' => 'Lisenssille määritetty sähköpostiosoite',
|
|
'license_name' => 'Lisenssille määritetty nimi',
|
|
'purchase_date' => 'Ostopäivämäärä',
|
|
'purchased' => 'Ostopäivämäärä',
|
|
'seats' => 'Määrä',
|
|
'hardware' => 'Kone',
|
|
'serial' => 'Sarjanumero',
|
|
'title' => 'Lisenssi',
|
|
|
|
);
|