mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-01 00:47:27 -08:00
cea255995c
* refactor to clean up LDAP login, and make the login method easier to handle. * Login refactor cleanup * Google 2FA package * Adds Google Authenticator two-factor * Removed unused blade * Added optin setting in profile * Removed dumb comments * Made lock_passwords check more consistent * Additional two factor strings * Lock passwords check * Display feature disabled text if in demo mode * Two factor admin reset options * Translation strings
17 lines
793 B
PHP
17 lines
793 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',
|
|
'cost' => 'Innkjøpskostnad',
|
|
'create' => 'Legg til forbruksvare',
|
|
'date' => 'Innkjøpsdato',
|
|
'item_no' => 'Varenr.',
|
|
'order' => 'Ordrenummer',
|
|
'remaining' => 'Gjenstår',
|
|
'total' => 'Total',
|
|
'update' => 'Oppdater forbruksvare',
|
|
);
|