oms-Media/Theme/Backend/Lang/en.lang.php
2024-03-20 07:21:23 +00:00

55 lines
1.6 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @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' => 'Account',
'Add' => 'Add',
'AddToCollection' => 'Add to collection',
'Author' => 'Author',
'Back' => 'Back',
'Changed' => 'Changed',
'Changedby' => 'Changed by',
'Content' => 'Content',
'CreateCollection' => 'Create Collection',
'CreateFile' => 'Create File',
'Created' => 'Created',
'Creator' => 'Creator',
'Data' => 'Data',
'Download' => 'Download',
'Description' => 'Description',
'Edit' => 'Edit',
'Editability' => 'Editability',
'Extension' => 'Extension',
'FilePath' => 'File Path',
'Files' => 'Files',
'GroupUser' => 'Group User',
'Media' => 'Media',
'Name' => 'Name',
'Password' => 'Password',
'Path' => 'Path',
'PathSettings' => 'Path Settings',
'Permission' => 'Permission',
'Preview' => 'Preview',
'RandomPath' => 'Random Path',
'Select' => 'Select',
'Settings' => 'Settings',
'Size' => 'Size',
'Tag' => 'Tag',
'Tags' => 'Tags',
'Type' => 'Type',
'Upload' => 'Upload',
'VirtualPath' => 'Virtual Path',
'Visibility' => 'Visibility',
]];