mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 17:44:17 -08:00
17 lines
789 B
PHP
17 lines
789 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' => 'Checkout Consumable to User',
|
|
'consumable_name' => 'Navn på forbruksvare',
|
|
'cost' => 'Innkjøpskostnad',
|
|
'create' => 'Legg til forbruksvare',
|
|
'date' => 'Innkjøpsdato',
|
|
'item_no' => 'Item No.',
|
|
'order' => 'Ordrenummer',
|
|
'remaining' => 'Gjenstår',
|
|
'total' => 'Total',
|
|
'update' => 'Oppdater forbruksvare',
|
|
);
|