oms-Media/Theme/Backend/Lang/no.lang.php

52 lines
1.6 KiB
PHP

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['Media' => [
'Account' => 'Regnskap',
'Add' => 'Legg til',
'AddToCollection' => 'Legge til i samlingen',
'Author' => 'Forfatter',
'Back' => 'Tilbake',
'Changed' => 'Endret',
'Changedby' => 'Endret av.',
'CreateCollection' => 'Skape samling',
'CreateFile' => 'Lag filen',
'Created' => 'Opprettet',
'Creator' => 'Skaperen.',
'Data' => 'Data',
'Description' => 'Beskrivelse',
'Edit' => 'Redigere',
'Editability' => 'Redigerbarhet',
'Extension' => 'Utvidelse',
'FilePath' => 'Filsti',
'Files' => 'Filer',
'GroupUser' => 'Gruppe bruker',
'Media' => 'Media',
'Name' => 'Navn',
'Path' => 'Sti',
'PathSettings' => 'Baneinnstillinger',
'Permission' => 'Tillatelse',
'Preview' => 'Forhåndsvisning',
'RandomPath' => 'Tilfeldig sti',
'Select' => 'Plukke ut',
'Settings' => 'Innstillinger',
'Size' => 'Størrelse',
'Tag' => '#VALUE!',
'Tags' => '#VALUE!',
'Type' => 'Type',
'Upload' => 'Laste opp',
'VirtualPath' => 'Virtual Path.',
'Visibility' => 'Synlighet',
]];