mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
a4e307c4db
Signed-off-by: snipe <snipe@snipe.net>
18 lines
424 B
PHP
18 lines
424 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Úthlutað til',
|
|
'checkout' => 'In/Out',
|
|
'id' => 'ID',
|
|
'license_email' => 'License Email',
|
|
'license_name' => 'Licensed To',
|
|
'purchase_date' => 'Innkaups dagsetning',
|
|
'purchased' => 'Keypt',
|
|
'seats' => 'Seats',
|
|
'hardware' => 'Vélbúnaður',
|
|
'serial' => 'Raðnúmer',
|
|
'title' => 'Leyfi',
|
|
|
|
);
|