snipe-it/resources/lang/no/button.php
snipe 1854d7d668 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2021-12-13 11:28:01 -08:00

19 lines
731 B
PHP

<?php
return array(
'actions' => 'Handlinger',
'add' => 'Opprett ny',
'cancel' => 'Avbryt',
'checkin_and_delete' => 'Sjekk inn & slett bruker',
'delete' => 'Slett',
'edit' => 'Rediger',
'restore' => 'Gjenopprett',
'request' => 'Forespørsel',
'submit' => 'Send',
'upload' => 'Last opp',
'select_file' => 'Velg fil...',
'select_files' => 'Velg filer...',
'generate_labels' => '{1} Lag etikett [2,*] Lag etiketter',
'send_password_link' => 'Send lenke for å nullstille passordet',
);