oms-Media/Theme/Backend/Lang/de.lang.php
2021-02-20 10:59:06 +01:00

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',
]];