snipe-it/resources/lang/sv-SE/admin/licenses/table.php

19 lines
462 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' => 'Tilldelad till',
'checkout' => 'In/ut',
'deleted_at' => 'Borttagen',
2016-03-25 01:18:05 -07:00
'id' => 'ID',
'license_email' => 'Licens E-post',
2017-10-17 18:52:20 -07:00
'license_name' => 'Licensierad till',
'purchase_date' => 'Inköpsdatum',
'purchased' => 'Inköpt',
2017-10-17 18:52:20 -07:00
'seats' => 'Säten',
'hardware' => 'Hårdvara',
'serial' => 'Serienummer',
2017-10-17 18:52:20 -07:00
'title' => 'Licens',
2016-03-25 01:18:05 -07:00
);