2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2016-10-29 05:50:55 -07:00
|
|
|
'checkout' => 'Sjekk ut Forbruksvare til Bruker',
|
2016-10-04 12:23:02 -07:00
|
|
|
'consumable_name' => 'Navn på forbruksvare',
|
|
|
|
'create' => 'Legg til forbruksvare',
|
2016-10-29 05:50:55 -07:00
|
|
|
'item_no' => 'Varenr.',
|
2016-10-04 12:23:02 -07:00
|
|
|
'remaining' => 'Gjenstår',
|
|
|
|
'total' => 'Total',
|
2016-03-25 01:18:05 -07:00
|
|
|
'update' => 'Oppdater forbruksvare',
|
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
|
|
|
);
|