mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-27 00:08:40 +00:00
50 lines
1.5 KiB
PHP
Executable File
50 lines
1.5 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Media' => [
|
|
'Account' => 'Regnskap',
|
|
'Add' => 'Legg til',
|
|
'AddToCollection' => 'Legg til i samlingen',
|
|
'Author' => 'Forfatter',
|
|
'Back' => 'Tilbake',
|
|
'Changed' => 'Endret',
|
|
'Changedby' => 'endret av',
|
|
'CreateCollection' => 'Opprett en tavle',
|
|
'CreateFile' => 'Opprett fil',
|
|
'Created' => 'laget',
|
|
'Creator' => 'skaperen',
|
|
'Data' => 'Data',
|
|
'Description' => 'Beskrivelse',
|
|
'Edit' => 'Redigere',
|
|
'Editability' => 'redigerbarheten',
|
|
'Extension' => 'Utvidelse',
|
|
'FilePath' => 'File Path',
|
|
'Files' => 'filer',
|
|
'GroupUser' => 'Gruppe Bruker',
|
|
'Media' => 'Media',
|
|
'Name' => 'Navn',
|
|
'Path' => 'Sti',
|
|
'PathSettings' => 'Baneinnstillinger',
|
|
'Permission' => 'Tillatelse',
|
|
'Preview' => 'Forhåndsvisning',
|
|
'RandomPath' => 'tilfeldig Sti',
|
|
'Select' => 'Å velge',
|
|
'Settings' => 'innstillinger',
|
|
'Size' => 'Størrelse',
|
|
'Type' => 'Type',
|
|
'Upload' => 'Laste opp',
|
|
'VirtualPath' => 'Virtual Sti',
|
|
'Visibility' => 'Synlighet',
|
|
]];
|