mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 00:54:07 -08:00
12 lines
451 B
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',
|
|
);
|