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

12 lines
451 B
PHP

<?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',
);