12 lines
168 B
PHP
12 lines
168 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'id' => 'ID',
|
|
'months' => 'Måneder',
|
|
'term' => 'Term',
|
|
'title' => 'Navn ',
|
|
'depreciation_min' => 'Bæreværdi',
|
|
|
|
];
|