Files
snipe-it/app/lang/no/button.php
T
2015-02-10 20:52:22 -08:00

15 lines
264 B
PHP
Executable File

<?php
return array(
'actions' => 'Handlinger',
'add' => 'Opprett ny',
'cancel' => 'Avbryt',
'delete' => 'Slett',
'edit' => 'Rediger',
'restore' => 'Gjenopprett',
'submit' => 'Send',
'upload' => 'Last opp',
);