mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
26 lines
704 B
PHP
26 lines
704 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset_tag' => 'Asset tag',
|
|
'asset_model' => 'Model',
|
|
'book_value' => 'Waarde',
|
|
'change' => 'In/Uit',
|
|
'checkout_date' => 'Uitcheck datum',
|
|
'checkoutto' => 'Uitgecheckt',
|
|
'diff' => 'Verschil',
|
|
'dl_csv' => 'CSV downloaden',
|
|
'eol' => 'EOL',
|
|
'id' => 'ID',
|
|
'location' => 'Locatie',
|
|
'purchase_cost' => 'Kostprijs',
|
|
'purchase_date' => 'Aangekocht',
|
|
'serial' => 'Serienummer',
|
|
'status' => 'Status',
|
|
'title' => 'Asset ',
|
|
'image' => 'Apparaat afbeelding',
|
|
'days_without_acceptance' => 'Dagen zonder acceptatie',
|
|
'monthly_depreciation' => 'Maandelijkse afschrijving'
|
|
|
|
);
|