snipe-it/resources/lang/no/admin/asset_maintenances/table.php

9 lines
195 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
'title' => 'Vedlikehold av eiendel',
2017-04-06 21:36:33 -07:00
'asset_name' => 'Navn',
2016-03-25 01:18:05 -07:00
'is_warranty' => 'Garanti',
'dl_csv' => 'Last ned CSV'
];