mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
1854d7d668
Signed-off-by: snipe <snipe@snipe.net>
19 lines
731 B
PHP
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',
|
|
);
|