9 lines
242 B
PHP
9 lines
242 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Inventarieunderhåll',
|
|
'asset_name' => 'Inventarie',
|
|
'supplier_name' => 'Leverantör',
|
|
'is_warranty' => 'Garanti',
|
|
'dl_csv' => 'Ladda ner CSV'
|
|
];
|