mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
17 lines
502 B
PHP
17 lines
502 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Handlinger',
|
|
'add' => 'Opprett ny',
|
|
'cancel' => 'Avbryt',
|
|
'checkin_and_delete' => 'Checkin & Delete User',
|
|
'delete' => 'Slett',
|
|
'edit' => 'Rediger',
|
|
'restore' => 'Gjenopprett',
|
|
'request' => 'Forespørsel',
|
|
'submit' => 'Send',
|
|
'upload' => 'Last opp',
|
|
|
|
);
|