mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-11 17:08:40 +00:00
49 lines
1.5 KiB
PHP
Executable File
49 lines
1.5 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Media' => [
|
|
'Account' => 'Account',
|
|
'Add' => '',
|
|
'AddToCollection' => 'Zum Ordner hinzufügen',
|
|
'Author' => 'Autor',
|
|
'Back' => 'Zurück',
|
|
'Changed' => 'Geändert',
|
|
'Changedby' => 'Geändert by',
|
|
'CreateCollection' => 'Erstelle Ordner',
|
|
'CreateFile' => 'Erstelle Datei',
|
|
'Created' => 'Erstellt',
|
|
'Creator' => 'Ersteller',
|
|
'Data' => 'Daten',
|
|
'Description' => 'Beschreibung',
|
|
'Edit' => 'Bearbeiten',
|
|
'Editability' => 'Bearbeitung',
|
|
'Extension' => 'Endung',
|
|
'FilePath' => 'Dateipfad',
|
|
'Files' => 'Dateien',
|
|
'GroupUser' => '',
|
|
'Media' => 'Media',
|
|
'Name' => 'Name',
|
|
'Path' => 'Pfad',
|
|
'PathSettings' => 'Pfad Einstellung',
|
|
'Permission' => 'Rechte',
|
|
'Preview' => 'Vorschau',
|
|
'RandomPath' => 'Zufälliger Pfad',
|
|
'Select' => 'Auswahl',
|
|
'Settings' => 'Einstellungen',
|
|
'Size' => 'Größe',
|
|
'Type' => 'Typ',
|
|
'Upload' => 'Hochladen',
|
|
'VirtualPath' => 'Virtueller Pfad',
|
|
'Visibility' => 'Sichtbarkeit',
|
|
]];
|