mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 01:54:09 -08:00
2182ea1ce8
Signed-off-by: snipe <snipe@snipe.net>
19 lines
444 B
PHP
19 lines
444 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Tildelt',
|
|
'checkout' => 'Ind ud',
|
|
'deleted_at' => 'Slettet den',
|
|
'id' => 'ID',
|
|
'license_email' => 'Licens Email',
|
|
'license_name' => 'Licenseret til',
|
|
'purchase_date' => 'Købsdato',
|
|
'purchased' => 'købt',
|
|
'seats' => 'Sæder',
|
|
'hardware' => 'Hardware',
|
|
'serial' => 'Seriel',
|
|
'title' => 'Licens',
|
|
|
|
);
|