mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-27 08:18:41 +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' => 'konto',
|
|
'Add' => 'Lägg till',
|
|
'AddToCollection' => 'Lägga till samling',
|
|
'Author' => 'Författare',
|
|
'Back' => 'Tillbaka',
|
|
'Changed' => 'Ändrats',
|
|
'Changedby' => 'Ändrad av',
|
|
'CreateCollection' => 'Skapa samling',
|
|
'CreateFile' => 'Skapa fil',
|
|
'Created' => 'Skapad',
|
|
'Creator' => 'Skapare',
|
|
'Data' => 'Data',
|
|
'Description' => 'Beskrivning',
|
|
'Edit' => 'Redigera',
|
|
'Editability' => 'redigerbarheten',
|
|
'Extension' => 'Förlängning',
|
|
'FilePath' => 'Sökväg',
|
|
'Files' => 'filer',
|
|
'GroupUser' => 'Group Användare',
|
|
'Media' => 'Media',
|
|
'Name' => 'namn',
|
|
'Path' => 'Väg',
|
|
'PathSettings' => 'Path Inställningar',
|
|
'Permission' => 'Lov',
|
|
'Preview' => 'Förhandsvisning',
|
|
'RandomPath' => 'Random Path',
|
|
'Select' => 'Välj',
|
|
'Settings' => 'inställningar',
|
|
'Size' => 'Storlek',
|
|
'Type' => 'Typ',
|
|
'Upload' => 'Ladda upp',
|
|
'VirtualPath' => 'Virtual Path',
|
|
'Visibility' => 'Synlighet',
|
|
]];
|