mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
16 lines
299 B
PHP
16 lines
299 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'actions' => 'Handlinger',
|
||
|
'add' => 'Opprett ny',
|
||
|
'cancel' => 'Avbryt',
|
||
|
'delete' => 'Slett',
|
||
|
'edit' => 'Rediger',
|
||
|
'restore' => 'Gjenopprett',
|
||
|
'request' => 'Forespørsel',
|
||
|
'submit' => 'Send',
|
||
|
'upload' => 'Last opp',
|
||
|
|
||
|
);
|