<?php

return array(
    'checkout'                          => 'Sjekk ut Forbruksvare til Bruker',
    'consumable_name'                   => 'Navn på forbruksvare',
    'create'                            => 'Legg til forbruksvare',
    'item_no'                           => 'Varenr.',
    'remaining' 			            => 'Gjenstår',
    'total' 			                => 'Total',
    'update'                            => 'Oppdater forbruksvare',
    'inventory_warning'                 => 'The inventory of this consumable is below the minimum amount of :min_count',
);