oms-Media/Theme/Backend/Lang/da.lang.php
Dennis Eichhorn 54aa5729ab update
2023-10-09 22:06:38 +00:00

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' => 'Konto',
'Add' => 'Tilføje',
'AddToCollection' => 'Tilføj til samling',
'Author' => 'Forfatter',
'Back' => 'Tilbage',
'Changed' => 'Ændret',
'Changedby' => 'Ændret af',
'Content' => '',
'CreateCollection' => 'Opret samling',
'CreateFile' => 'Opret fil',
'Created' => 'Oprettet',
'Creator' => 'Skaber.',
'Data' => 'Data',
'Description' => 'Beskrivelse',
'Edit' => 'Redigere',
'Editability' => 'Redigerbarhed',
'Extension' => 'Udvidelse',
'FilePath' => 'Filsti',
'Files' => 'Filer.',
'GroupUser' => 'Gruppe bruger',
'Media' => 'Medier',
'Name' => 'Navn',
'Password' => '',
'Path' => 'Sti',
'PathSettings' => 'Stiindstillinger.',
'Permission' => 'Tilladelse',
'Preview' => 'Preview.',
'RandomPath' => 'Tilfældig vej',
'Select' => 'Vælg',
'Settings' => 'Indstillinger.',
'Size' => 'Størrelse',
'Tag' => '',
'Tags' => '',
'Type' => 'Type',
'Upload' => 'Upload',
'VirtualPath' => 'Virtual Path.',
'Visibility' => 'Sigtbarhed',
]];