mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
15 lines
589 B
PHP
15 lines
589 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'asset_maintenance_type' => 'Ressurs vedlikeholds type',
|
||
|
'title' => 'Tittel',
|
||
|
'start_date' => 'Startdato',
|
||
|
'completion_date' => 'Fullført dato',
|
||
|
'cost' => 'Innkjøpskostnad',
|
||
|
'is_warranty' => 'Uthevet garanti',
|
||
|
'asset_maintenance_time' => 'Tid brukt på ressursvedlikehold (i dager)',
|
||
|
'notes' => 'Notater',
|
||
|
'update' => 'Oppdater lisens',
|
||
|
'create' => 'Opprett lisens'
|
||
|
];
|