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

12 lines
446 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
'checkout' => 'Sjekk ut Forbruksvare til Bruker',
2016-10-04 12:23:02 -07:00
'consumable_name' => 'Navn på forbruksvare',
'create' => 'Legg til forbruksvare',
'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',
];