snipe-it/resources/lang/is/admin/licenses/table.php

18 lines
424 B
PHP
Raw Normal View History

2018-09-28 11:54:52 -07:00
<?php
return array(
2018-09-28 11:54:52 -07:00
'assigned_to' => 'Úthlutað til',
2018-09-28 11:54:52 -07:00
'checkout' => 'In/Out',
'id' => 'ID',
'license_email' => 'License Email',
'license_name' => 'Licensed To',
'purchase_date' => 'Innkaups dagsetning',
'purchased' => 'Keypt',
2018-09-28 11:54:52 -07:00
'seats' => 'Seats',
'hardware' => 'Vélbúnaður',
'serial' => 'Raðnúmer',
'title' => 'Leyfi',
2018-09-28 11:54:52 -07:00
);