Files
snipe-it/app/lang/nl/admin/hardware/table.php
T
2015-11-25 03:37:48 -08:00

25 lines
633 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 ',
'image' => 'Device Image',
'days_without_acceptance' => 'Days Without Acceptance'
);