Files
snipe-it/app/lang/nl/admin/hardware/table.php
T
2015-09-15 02:10:01 -07:00

24 lines
601 B
PHP
Executable File

<?php
return array(
'asset_tag' => 'Asset tag',
'asset_model' => 'Model',
'book_value' => 'Waarde',
'change' => 'In/out',
'checkout_date' => 'Checkout Date',
'checkoutto' => 'Checked Out',
'diff' => 'Diff',
'dl_csv' => 'CSV downloaden',
'eol' => 'EOL',
'id' => 'ID',
'location' => 'Locatie',
'purchase_cost' => 'Kostprijs',
'purchase_date' => 'Aangekocht',
'serial' => 'Serienummer',
'status' => 'Status',
'title' => 'Asset ',
'days_without_acceptance' => 'Days Without Acceptance'
);