mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 08:34:25 -08:00
cf2d2ecdfc
* Added monthly depreciation column * Right aligned amount column headings * Added monthly depreciation heading text for en, en-GB & af
26 lines
676 B
PHP
26 lines
676 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset_tag' => 'Bate-tag',
|
|
'asset_model' => 'model',
|
|
'book_value' => 'waarde',
|
|
'change' => 'In uit',
|
|
'checkout_date' => 'Checkout Datum',
|
|
'checkoutto' => 'Gekontroleer',
|
|
'diff' => 'diff',
|
|
'dl_csv' => 'Laai CSV af',
|
|
'eol' => 'EOL',
|
|
'id' => 'ID',
|
|
'location' => 'plek',
|
|
'purchase_cost' => 'koste',
|
|
'purchase_date' => 'gekoop',
|
|
'serial' => 'Serial',
|
|
'status' => 'status',
|
|
'title' => 'bate',
|
|
'image' => 'Toestelbeeld',
|
|
'days_without_acceptance' => 'Dae sonder aanvaarding',
|
|
'monthly_depreciation' => 'Maandelikse Waardevermindering'
|
|
|
|
);
|