snipe-it/resources/lang/no/button.php

16 lines
299 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'actions' => 'Handlinger',
'add' => 'Opprett ny',
'cancel' => 'Avbryt',
'delete' => 'Slett',
'edit' => 'Rediger',
'restore' => 'Gjenopprett',
'request' => 'Forespørsel',
'submit' => 'Send',
'upload' => 'Last opp',
);