mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-11 17:08:40 +00:00
54 lines
1.6 KiB
PHP
Executable File
54 lines
1.6 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.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.',
|
|
'Content' => '',
|
|
'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',
|
|
'Password' => '',
|
|
'Path' => 'Sti',
|
|
'PathSettings' => 'Baneinnstillinger',
|
|
'Permission' => 'Tillatelse',
|
|
'Preview' => 'Forhåndsvisning',
|
|
'RandomPath' => 'Tilfeldig sti',
|
|
'Select' => 'Plukke ut',
|
|
'Settings' => 'Innstillinger',
|
|
'Size' => 'Størrelse',
|
|
'Tag' => '',
|
|
'Tags' => '',
|
|
'Type' => 'Type',
|
|
'Upload' => 'Laste opp',
|
|
'VirtualPath' => 'Virtual Path.',
|
|
'Visibility' => 'Synlighet',
|
|
]];
|