mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-02 09:27:45 -08:00
10 lines
242 B
PHP
10 lines
242 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Inventarieunderhåll',
|
|
'asset_name' => 'Inventarie',
|
|
'supplier_name' => 'Leverantör',
|
|
'is_warranty' => 'Garanti',
|
|
'dl_csv' => 'Ladda ner CSV'
|
|
];
|