mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset' => 'Asset',
|
|
'checkin' => 'Checkin',
|
|
'cost' => 'Indkøbspris',
|
|
'create' => 'Opret licens',
|
|
'date' => 'Købsdato',
|
|
'depreciation' => 'Depreciation',
|
|
'expiration' => 'Udløbsdato',
|
|
'license_key' => 'Product Key',
|
|
'maintained' => 'Maintained',
|
|
'name' => 'Software navn',
|
|
'no_depreciation' => 'Do Not Depreciate',
|
|
'notes' => 'Noter',
|
|
'order' => 'Order No.',
|
|
'purchase_order' => 'Purchase Order Number',
|
|
'reassignable' => 'Reassignable',
|
|
'remaining_seats' => 'Remaining Seats',
|
|
'seats' => 'Seats',
|
|
'serial' => 'Serienummer',
|
|
'supplier' => 'Leverandør',
|
|
'termination_date' => 'Termination Date',
|
|
'to_email' => 'Licensed to Email',
|
|
'to_name' => 'Licensed to Name',
|
|
'update' => 'Opdater licens',
|
|
'checkout_help' => 'Du skal tjekke en licens ud til et hardware aktiv eller en person. Du kan vælge begge dele, men ejeren af aktivet skal svare til den person, du tjekker aktivet ud til.'
|
|
);
|