mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-26 15:58:41 +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' => 'konto',
|
|
'Add' => 'Lägg till',
|
|
'AddToCollection' => 'Lägga till samling',
|
|
'Author' => 'Författare',
|
|
'Back' => 'Tillbaka',
|
|
'Changed' => 'Ändrats',
|
|
'Changedby' => 'Ändrats av',
|
|
'Content' => '',
|
|
'CreateCollection' => 'Skapa samling',
|
|
'CreateFile' => 'Skapa fil',
|
|
'Created' => 'Skapad',
|
|
'Creator' => 'Skapare',
|
|
'Data' => 'Data',
|
|
'Description' => 'Beskrivning',
|
|
'Edit' => 'Redigera',
|
|
'Editability' => 'Redaktion',
|
|
'Extension' => 'Förlängning',
|
|
'FilePath' => 'Sökväg',
|
|
'Files' => 'Filer',
|
|
'GroupUser' => 'Gruppanvändare',
|
|
'Media' => 'Media',
|
|
'Name' => 'namn',
|
|
'Password' => '',
|
|
'Path' => 'Väg',
|
|
'PathSettings' => 'Sökvägsinställningar',
|
|
'Permission' => 'Tillstånd',
|
|
'Preview' => 'Förhandsvisning',
|
|
'RandomPath' => 'Slumpmässig väg',
|
|
'Select' => 'Välj',
|
|
'Settings' => 'inställningar',
|
|
'Size' => 'Storlek',
|
|
'Tag' => '',
|
|
'Tags' => '',
|
|
'Type' => 'Typ',
|
|
'Upload' => 'Ladda upp',
|
|
'VirtualPath' => 'Virtuell väg',
|
|
'Visibility' => 'Synlighet',
|
|
]];
|