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

9 lines
201 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-05-19 23:27:08 -07:00
'title' => 'Utrzymywanie aktywów',
2016-12-03 17:10:05 -08:00
'asset_name' => 'Asset Name',
2016-03-25 01:18:05 -07:00
'is_warranty' => 'Gwarancja',
'dl_csv' => 'Pobierz CSV'
];