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

19 lines
466 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',
'checkout' => 'Inn/Út',
'deleted_at' => 'Deleted at',
2018-09-28 11:54:52 -07:00
'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
);