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

18 lines
402 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-01-10 17:53:06 -08:00
'assigned_to' => 'Tildelt',
2017-10-17 18:52:20 -07:00
'checkout' => 'Ind ud',
2016-03-25 01:18:05 -07:00
'id' => 'ID',
2017-10-17 18:52:20 -07:00
'license_email' => 'Licens Email',
'license_name' => 'Licenseret til',
'purchase_date' => 'Købsdato',
'purchased' => 'købt',
'seats' => 'Sæder',
2016-03-25 01:18:05 -07:00
'hardware' => 'Hardware',
2017-10-17 18:52:20 -07:00
'serial' => 'Seriel',
'title' => 'Licens',
2016-03-25 01:18:05 -07:00
);