mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
9db0b038a5
Signed-off-by: snipe <snipe@snipe.net>
25 lines
1,018 B
PHP
25 lines
1,018 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => 'Handlinger',
|
|
'add' => 'Opprett ny',
|
|
'cancel' => 'Avbryt',
|
|
'checkin_and_delete' => 'Checkin All / Delete User',
|
|
'delete' => 'Slett',
|
|
'edit' => 'Rediger',
|
|
'restore' => 'Gjenopprett',
|
|
'remove' => 'Fjern',
|
|
'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',
|
|
'go' => 'Gå',
|
|
'bulk_actions' => 'Massehandlinger',
|
|
'add_maintenance' => 'Legg til vedlikehold',
|
|
'append' => 'Legg til',
|
|
'new' => 'Ny',
|
|
];
|