mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
649 B
PHP
14 lines
649 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => 'Om Forbruksvarer',
|
|
'about_consumables_text' => 'Forbruksvarer er alle varer som blir brukt opp over tid. For eksempel, skriver toner eller kopi papir.',
|
|
'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',
|
|
);
|