mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
38db890660
Signed-off-by: snipe <snipe@snipe.net>
19 lines
462 B
PHP
19 lines
462 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Tilldelad till',
|
|
'checkout' => 'In/ut',
|
|
'deleted_at' => 'Borttagen',
|
|
'id' => 'ID',
|
|
'license_email' => 'Licens E-post',
|
|
'license_name' => 'Licensierad till',
|
|
'purchase_date' => 'Inköpsdatum',
|
|
'purchased' => 'Inköpt',
|
|
'seats' => 'Säten',
|
|
'hardware' => 'Hårdvara',
|
|
'serial' => 'Serienummer',
|
|
'title' => 'Licens',
|
|
|
|
);
|