mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
9 lines
208 B
PHP
9 lines
208 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Inventarieunderhåll',
|
|
'asset_name' => 'Namn på tillgång',
|
|
'is_warranty' => 'Garanti',
|
|
'dl_csv' => 'Ladda ner CSV'
|
|
];
|