2018-09-28 11:54:52 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2018-09-28 11:54:52 -07:00
|
|
|
'checkout' => 'Checkout Consumable to User',
|
2021-09-08 13:49:33 -07:00
|
|
|
'consumable_name' => 'Heiti rekstrarvöru',
|
2018-09-28 11:54:52 -07:00
|
|
|
'create' => 'Create Consumable',
|
|
|
|
'item_no' => 'Item No.',
|
2023-12-19 09:23:16 -08:00
|
|
|
'remaining' => 'Eftir',
|
|
|
|
'total' => 'Samtals',
|
2018-09-28 11:54:52 -07:00
|
|
|
'update' => 'Update Consumable',
|
2024-07-23 10:14:19 -07:00
|
|
|
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
|
2022-01-13 21:27:29 -08:00
|
|
|
);
|