mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
a4e307c4db
Signed-off-by: snipe <snipe@snipe.net>
26 lines
710 B
PHP
26 lines
710 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset_tag' => 'Eignamerking',
|
|
'asset_model' => 'Model',
|
|
'book_value' => 'Núvirði',
|
|
'change' => 'In/Out',
|
|
'checkout_date' => 'Ráðstöfunardagsetning',
|
|
'checkoutto' => 'Ráðstafað',
|
|
'diff' => 'Diff',
|
|
'dl_csv' => 'Download CSV',
|
|
'eol' => 'EOL',
|
|
'id' => 'ID',
|
|
'location' => 'Staðsetning',
|
|
'purchase_cost' => 'Innkaupsverð',
|
|
'purchase_date' => 'Keypt',
|
|
'serial' => 'Raðnúmer',
|
|
'status' => 'Staða',
|
|
'title' => 'Eign ',
|
|
'image' => 'Device Image',
|
|
'days_without_acceptance' => 'Days Without Acceptance',
|
|
'monthly_depreciation' => 'Mánaðarlegar afskriftir'
|
|
|
|
);
|