snipe-it/resources/lang/is/admin/consumables/general.php

12 lines
432 B
PHP
Raw Normal View History

2018-09-28 11:54:52 -07:00
<?php
return [
2018-09-28 11:54:52 -07:00
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Heiti rekstrarvöru',
2018-09-28 11:54:52 -07:00
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Consumable',
];